*,input,select,html,body{font-family:"Manrope",sans-serif;font-optical-sizing:auto;font-weight:normal;font-style:normal}html,body{width:100%;height:100%;min-width:320px;--color-white: rgba(255,255,255, 1);--color-black: rgba(0,0,0,1);--color-black-3: rgba(0,0,0,.3);--color-black-5: rgba(0,0,0,.5);--color-black-7: rgba(0,0,0,.7);--color-black-9: rgba(0,0,0,.9);--color-text: #232323;--color-text-second: #909090;--color-main-red: #D84130;--color-kombu-green: #2D4C30;--color-xanadu: #748876;--color-melon: #EFB3B3;--color-argent: #C1C1C1;--color-light-silver: #D9D9D9;--color-platinum: #DEE2E6;--color-cultured: #F9F6F3;--color-lotion: #FCFCFC;background:var(--color-lotion)}@media(max-width: 567px){html,body{overflow-x:hidden !important}}a{color:var(--color-main-red);transition:.2s ease-in-out;text-decoration:none}select,input,.form-select{border-radius:30px !important}select:focus,input:focus,.form-select:focus{border-color:var(--color-melon);outline:0;box-shadow:0 0 0 .25rem var(--color-melon)}.form-check-input:focus{border-color:var(--color-melon);outline:0;box-shadow:0 0 0 .25rem var(--color-melon)}.form-check-input:checked{background-color:var(--color-main-red);border-color:var(--color-main-red)}img{width:100%;height:auto}section{padding:0 2rem;margin-bottom:6rem}section h2{font-weight:600;font-size:54px;margin-bottom:3rem;line-height:1.25em}section p{font-size:19px;line-height:1.5em}section .second-title{text-transform:uppercase;color:var(--color-text-second);font-size:20px;letter-spacing:0;font-weight:300}@media(max-width: 575px){section{padding:0 1rem;margin-bottom:5rem}section h2{font-size:34px;line-height:1.1em;margin-bottom:2rem}}@media(max-width: 768px){section .second-title{margin-bottom:2rem}}.btn{white-space:nowrap;border-radius:30px;font-size:18px;font-weight:500;padding:7px 25px}.btn:hover{color:var(--color-white);background:var(--color-main-red);border-color:var(--color-main-red)}.btn.btn-danger{color:var(--color-white);background:var(--color-main-red);border-color:var(--color-main-red)}.btn.btn-white{color:var(--color-text);background:var(--color-lotion);border-color:var(--color-lotion);font-weight:600}.btn.btn-white:hover{color:var(--color-main-red);background:var(--color-white);border-color:var(--color-white);box-shadow:rgba(50,50,93,.25) 0 30px 60px -12px,rgba(0,0,0,.3) 0px 18px 36px -18px}.btn.btn-outline{color:var(--color-text);border:1px solid var(--color-argent)}.btn.btn-outline.active,.btn.btn-outline:hover{color:var(--color-white);background:var(--color-main-red);border-color:var(--color-main-red)}header{display:flex;align-items:center;width:100%;min-height:60px;background:var(--color-main-red);color:var(--color-white);z-index:9}@media(min-width: 425px){header{padding:0 1rem}}@media(min-width: 768px){header{padding:0 1.5rem;min-height:100px}header.home{position:absolute;top:0;left:0}}@media(min-width: 992px){header{padding:0 2rem}}header .navbar-brand{display:flex;width:156px;height:50px;margin-right:0}header .navbar-brand img{width:100%;height:auto;transition:.2s ease-in-out}@media(max-width: 992px){header .offcanvas{max-width:350px}}@media(max-width: 425px){header .offcanvas{max-width:310px}}header .offcanvas .offcanvas-header .btn-close{background:url("close.svg") center center no-repeat;background-size:16px;opacity:1;position:relative;top:15px;right:15px}header .offcanvas .offcanvas-body .nav-bottom{display:none;margin-top:auto;margin-bottom:1rem}header .offcanvas .offcanvas-body .nav-bottom .info{margin-top:1.5rem}header .offcanvas .offcanvas-body .nav-bottom .info>span{display:block;line-height:1.8em}header .offcanvas .offcanvas-body .nav-bottom .social{display:flex;gap:15px;margin-top:1.5rem;margin-bottom:1.5rem}header .offcanvas .offcanvas-body .nav-bottom .social a{display:flex;max-width:35px}header .offcanvas .offcanvas-body .nav-bottom .social a img{width:100%;height:auto}@media(min-width: 992px){header .offcanvas .offcanvas-body{justify-content:center}}header .offcanvas .navbar-nav{gap:5px}@media(min-width: 768px){header .offcanvas .navbar-nav{justify-content:center}}@media(min-width: 1200px){header .offcanvas .navbar-nav{gap:30px}}header .offcanvas .navbar-nav .nav-item .nav-link{color:var(--color-white);border-bottom:4px solid rgba(0,0,0,0);transition:.2s ease-in-out;font-weight:500;font-size:16px}header .offcanvas .navbar-nav .nav-item .nav-link:hover{border-bottom-color:var(--color-melon)}@media(min-width: 1112px){header .offcanvas .navbar-nav .nav-item .nav-link{font-size:18px}}header .offcanvas .navbar-nav .nav-item:nth-child(n+6){display:none}header .offcanvas.show .navbar-nav{margin-bottom:1.5rem}header .offcanvas.show .navbar-nav .nav-item .nav-link{transition:none;color:var(--color-text);font-size:20px;font-weight:600;padding:0}header .offcanvas.show .navbar-nav .nav-item:nth-child(5){margin-bottom:1.5rem}header .offcanvas.show .navbar-nav .nav-item:nth-child(n+6){display:unset}header .offcanvas.show .offcanvas-body{padding:0 2rem;display:flex;flex-direction:column}header .offcanvas.show .offcanvas-body .nav-bottom{display:unset}header .navbar-toggler{outline:none !important;box-shadow:none !important;border:0 none;background:url("nav.svg") center center no-repeat;background-size:100%;width:40px;height:30px}header .navbar-toggler span{visibility:hidden}header .buy-btn{margin-left:auto}header .buy-btn .btn-white, .text .buy-btn .btn-white{padding:1rem 3.5rem}@media(max-width: 992px){header .buy-btn{margin-right:1rem}}@media(max-width: 667px){header .navbar-brand{width:90px;height:35px}header .buy-btn .btn-white, .text .buy-btn .btn-white{padding:5px 15px;font-size:15px}}.home-slider{height:100%;background:var(--color-light-silver);padding:0;margin-bottom:6rem}.home-slider .swiper,.home-slider .swiper-wrapper,.home-slider .swiper-slide,.home-slider .img,.home-slider img{width:100%;height:100%}.home-slider .swiper .swiper-wrapper .swiper-slide{cursor:default}.home-slider .swiper .swiper-wrapper .swiper-slide .text{position:absolute;bottom:100px;right:100px;z-index:2}.home-slider .swiper .swiper-wrapper .swiper-slide .text h1{position:relative;font-size:4.4vw;line-height:1.1em;margin-bottom:0;letter-spacing:-1px;font-weight:600;padding-top:2rem;color:var(--color-white)}.home-slider .swiper .swiper-wrapper .swiper-slide .text h1 .first,.home-slider .swiper .swiper-wrapper .swiper-slide .text h1 .second{position:relative;display:block;letter-spacing:-1px;font-weight:600;text-transform:capitalize;text-align:left;text-shadow:2px 2px 4px var(--color-black-3)}.home-slider .swiper .swiper-wrapper .swiper-slide .text h1 .first{padding-right:5vw}.home-slider .swiper .swiper-wrapper .swiper-slide .text h1 .second .note{position:absolute;top:0;left:0;font-size:18px;font-weight:300;vertical-align:baseline;letter-spacing:0;line-height:1em;white-space:nowrap}.home-slider .swiper .swiper-wrapper .swiper-slide .text h1 .third{font-size:1.1vw;letter-spacing:0;position:absolute;left:6px;bottom:10px;line-height:1em}.home-slider .swiper .swiper-wrapper .swiper-slide .img{position:relative}.home-slider .swiper .swiper-wrapper .swiper-slide .img img{position:relative;display:block;object-fit:cover;z-index:0}.home-slider .swiper .swiper-wrapper .swiper-slide:before{display:block;width:100%;height:100%;position:absolute;top:0;left:0;content:"";background:var(--color-black-3);z-index:1}.home-slider .swiper .swiper-wrapper .swiper-slide:after{display:block;content:"";position:absolute;bottom:0;left:0;width:100%;height:50%;z-index:0;background:var(--color-black);background:linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%)}.home-slider .swiper .swiper-button-next,.home-slider .swiper .swiper-button-prev{height:27px;outline:none;box-shadow:none;transition:.2s ease-in-out}.home-slider .swiper .swiper-button-next:after,.home-slider .swiper .swiper-button-prev:after{display:none}.home-slider .swiper .swiper-button-prev{margin-left:3rem;background:url("arrow.svg") center center no-repeat;transform:scale(1.7)}.home-slider .swiper .swiper-button-prev:hover{background-image:url("arrow-hover.svg");transform:scale(1.5)}.home-slider .swiper .swiper-button-next{margin-right:3rem;background:url("arrow.svg") center center no-repeat;transform:scale(1.7) scaleX(-1)}.home-slider .swiper .swiper-button-next:hover{background-image:url("arrow-hover.svg");transform:scale(1.5) scaleX(-1)}.home-slider .swiper .swiper-pagination{bottom:30px}.home-slider .swiper .swiper-pagination .swiper-pagination-bullet{width:50px;height:4px;border-radius:2px;background:var(--color-white)}@media(max-width: 667px){.home-slider .swiper .swiper-button-prev,.home-slider .swiper .swiper-button-next{height:20px}.home-slider .swiper .swiper-button-prev{margin-left:1rem}.home-slider .swiper .swiper-button-next{margin-right:1rem}}@media(min-width: 768px){.home-slider .swiper{min-height:450px}}@media(max-width: 767px){.home-slider{height:auto}.home-slider .swiper .swiper-button-next,.home-slider .swiper .swiper-button-prev{display:none}.home-slider .swiper .swiper-pagination{bottom:15px}.home-slider .swiper .swiper-wrapper .swiper-slide{display:flex;flex-direction:column-reverse;height:auto}.home-slider .swiper .swiper-wrapper .swiper-slide .img{flex:1;max-height:350px}.home-slider .swiper .swiper-wrapper .swiper-slide .text{flex:1;position:unset;top:auto;left:auto;right:auto;bottom:auto;width:100%;background:var(--color-cultured);padding:2rem 0}.home-slider .swiper .swiper-wrapper .swiper-slide .text h1{display:flex;flex-direction:column;padding:2rem 2rem 0 2rem;color:var(--color-text);position:relative;font-size:32px;line-height:1.2em}.home-slider .swiper .swiper-wrapper .swiper-slide .text h1 .first,.home-slider .swiper .swiper-wrapper .swiper-slide .text h1 .second,.home-slider .swiper .swiper-wrapper .swiper-slide .text h1 .third{text-shadow:none;text-align:left;font-weight:700}.home-slider .swiper .swiper-wrapper .swiper-slide .text h1 .first{padding-right:0}.home-slider .swiper .swiper-wrapper .swiper-slide .text h1 .second{position:unset}.home-slider .swiper .swiper-wrapper .swiper-slide .text h1 .third{position:absolute;top:0;bottom:auto;left:2.1rem;font-size:18px;font-weight:400}}@media(max-width: 424px){.home-slider .swiper .swiper-wrapper .swiper-slide .text h1{padding:2rem 1rem 0 1rem;font-size:28px}.home-slider .swiper .swiper-wrapper .swiper-slide .text h1 .third{left:1.1rem}}.page-banner{padding:0;display:flex;position:relative;flex-direction:column-reverse}.page-banner .banner{min-height:220px;height:50vw;background-image:url("../img/head.webp");background-color:var(--color-main-red);background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;z-index:0}@media(min-width: 768px){.page-banner .banner{position:absolute;left:0;top:0;width:100%;height:100%}}.page-banner>.container-fluid{position:relative;z-index:2;padding:2rem 1rem;display:flex;flex-direction:column-reverse;gap:10px}.page-banner>.container-fluid h1{position:relative;font-size:28px;line-height:1.1em;margin-bottom:0;letter-spacing:-1px;font-weight:600;padding-top:2rem}.page-banner>.container-fluid h1 .first-line,.page-banner>.container-fluid h1 .second-line{letter-spacing:-1px;font-weight:600}.page-banner>.container-fluid h1 .second-line .note{position:absolute;top:0;left:0;font-size:18px;font-weight:300;vertical-align:baseline;letter-spacing:0;line-height:1em;white-space:nowrap}@media(min-width: 375px){.page-banner>.container-fluid h1{font-size:32px}}@media(min-width: 425px){.page-banner>.container-fluid{padding:2rem}.page-banner>.container-fluid h1 .second-line .note{font-size:22px}}@media(min-width: 576px){.page-banner>.container-fluid h1{font-size:36px}}@media(min-width: 768px){.page-banner>.container-fluid{padding:2rem 3rem 4rem 3rem;background:var(--color-black);background:linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%)}.page-banner>.container-fluid h1{font-size:4.5vw;text-align:right;font-weight:700;padding-top:0}.page-banner>.container-fluid h1 .first-line,.page-banner>.container-fluid h1 .second-line{display:block;font-weight:700}.page-banner>.container-fluid h1 .first-line{padding-right:7vw}.page-banner>.container-fluid h1 .second-line{display:flex;flex-direction:row-reverse;align-items:flex-end;gap:3.4vw}.page-banner>.container-fluid h1 .second-line .note{position:unset;font-size:1.2vw;line-height:1em;margin-bottom:.6vw}}@media(min-width: 1550px){.page-banner>.container-fluid h1{font-size:4.5vw}.page-banner>.container-fluid h1 .second-line .note{font-size:1.2vw}}@media(min-width: 768px){.page-banner{flex-direction:unset;align-items:flex-end;padding-top:100px;color:var(--color-white);min-height:450px;height:600px}.page-banner:before{display:block;width:100%;height:100%;position:absolute;top:0;left:0;content:"";background:var(--color-black-3);z-index:1}}@media(min-width: 1300px){.page-banner{height:100%}}.products .filters{display:flex;gap:10px;margin-bottom:3rem;padding-bottom:1rem;overflow-x:auto}.products .product{border-radius:10px;border:1px solid var(--color-argent);padding:2rem;font-size:19px;cursor:default;transition:.3s ease-in-out;height:100%}.products .product:hover{background-color:var(--color-cultured);box-shadow:rgba(50,50,93,.25) 0 30px 60px -12px,rgba(0,0,0,.3) 0px 18px 36px -18px}.products .product:hover .thumb{transform:scale(1.05)}.products .product .inner{display:flex;flex-direction:column;height:100%}.products .product .inner .thumb{position:relative;text-align:center;height:300px;padding-bottom:10px;margin-bottom:1.5rem;transition:.3s ease-in-out}.products .product .inner .thumb:before{position:absolute;bottom:0;left:3px;content:"";display:block;width:100%;height:15px;background:url("shadow.svg}}") center center no-repeat;background-size:47%;z-index:0}.products .product .inner .thumb img{position:relative;height:100%;width:auto;z-index:1}.products .product .inner h3{font-weight:600;font-size:32px;margin-bottom:1rem}.products .product .inner .desc{color:var(--color-text-second);margin-bottom:1rem}.products .product .inner .bottom{margin-top:auto}.products .product .inner .bottom .details{cursor:default;margin-bottom:1rem}.products .product .inner .bottom .details .list-group-item{font-size:18px;padding:.5rem 0;color:var(--color-text-second) !important;background:rgba(0,0,0,0)}.products .product .inner .bottom .details .list-group-item span{color:var(--color-text) !important}.products .product .inner .bottom .density{margin-bottom:2rem}.products .product .inner .bottom .density .dots{display:flex;gap:7px;margin-top:.3rem;margin-bottom:1rem}.products .product .inner .bottom .density .dots span{width:17px;height:17px;background:var(--color-light-silver);border-radius:50%}.products .product .inner .bottom .density .dots span.active{background:var(--color-kombu-green)}.products .product .inner .bottom .buy .btn{color:var(--color-white);background:var(--color-main-red);display:block;padding:1rem 2rem;font-weight:700}.products .product .inner .bottom .buy .btn:hover{color:var(--color-text);border-color:var(--color-main-red);background:rgba(0,0,0,0)}.production .video-preview{display:flex;position:relative;transition:.3s ease-in-out}.production .video-preview:after{position:absolute;display:block;content:"";min-width:100px;min-height:100px;width:7vw;height:7vw;top:50%;left:50%;transform:translate(-50%, -50%);background:url("play.svg") center center no-repeat;background-size:100%;z-index:1;transition:.3s ease-in-out}.production .video-preview:hover{filter:brightness(0.7)}.production .video-preview:hover:after{transform:translate(-50%, -50%) scale(0.9)}.partners .logos .row:first-child{border-bottom:1px solid var(--color-argent);margin-bottom:1.5rem}.partners .logos .row:first-child .col{margin-bottom:1.5rem}.partners .logos .row .col{border-right:1px solid var(--color-argent);text-align:center;padding:2rem 1rem}.partners .logos .row .col:last-child{border-right:0 none}.partners .logos .row .col img{width:100%;max-width:250px;transition:.2s ease-in-out}.partners .logos .row .col:hover img{transform:scale(1.05)}@media(max-width: 575px){.partners .logos .row:first-child{border-bottom:0 none;margin-bottom:0}.partners .logos .row .col{position:relative;margin-bottom:1.5rem}.partners .logos .row .col:nth-child(2n){border-right:0 none}.partners .logos .row .col:after{position:absolute;left:50%;display:block;content:"";width:88%;height:1px;bottom:-0.8rem;background:var(--color-argent);transform:translate(-50%, 0)}.partners .logos .row:last-child .col:nth-child(n+3):after{display:none}}@media(max-width: 768px){.partners .logos .row .col{padding:1rem}}.photo-divider{padding-top:3rem;padding-bottom:3rem;position:relative;background-color:var(--color-argent);background-image:url("warehouse.jpg");background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}.photo-divider:before{display:block;width:100%;height:100%;position:absolute;top:0;left:0;content:"";background:var(--color-black-3);z-index:0}.photo-divider .container-fluid{position:relative;z-index:1}.photo-divider .container-fluid h2{color:var(--color-white);font-weight:700;font-size:6vw;margin:0;text-shadow:1px 1px 2px var(--color-black-5)}@media(min-width: 768px){.photo-divider{min-height:400px}.photo-divider .container-fluid h2{font-size:40px;max-width:720px}}@media(min-width: 1200px){.photo-divider{min-height:600px}}.wholesale .details{padding-top:2rem;border-top:1px solid var(--color-platinum)}.wholesale .details .logos{padding-top:2rem;padding-right:1rem}.wholesale .details .logos .logo{display:flex;background:var(--color-cultured);min-height:260px;justify-content:center;align-items:center;padding:2rem}.wholesale .details .logos .logo img{display:none;max-width:220px}.wholesale .details .logos .logo img.active{display:block}@media(min-width: 1200px){.wholesale .details .logos{padding-top:2rem;padding-right:3rem}}.wholesale .details .app-items .app-item{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:1rem 0;border-bottom:1px solid var(--color-platinum);color:var(--color-text-second);position:relative}.wholesale .details .app-items .app-item:last-child{border-bottom:0 none}.wholesale .details .app-items .app-item>span{transition:.2s ease-in-out}.wholesale .details .app-items .app-item .order{flex:1}.wholesale .details .app-items .app-item .name{flex:2;font-size:22px;font-weight:600}.wholesale .details .app-items .app-item .desc{flex:2}.wholesale .details .app-items .app-item:hover{background:var(--color-cultured)}.wholesale .details .app-items .app-item:hover .order{color:var(--color-main-red)}.wholesale .details .app-items .app-item:hover .name{color:var(--color-text)}@media(max-width: 425px){.wholesale .details .app-items .app-item{gap:0;flex-direction:column;align-items:normal}.wholesale .details .app-items .app-item .order{text-align:right;position:absolute;right:0}.wholesale .details .app-items .app-item .name{font-size:18px;color:var(--color-text)}}.contact-form{padding-top:6rem;padding-bottom:6rem;margin-bottom:0;background:var(--color-cultured)}.contact-form form{margin-top:3rem}.contact-form form input[type=text],.contact-form form input[type=tel],.contact-form form input[type=email],.contact-form form textarea{padding:1rem 2rem;border-radius:10px !important;border-width:2px}.contact-form form input[type=text]:focus,.contact-form form input[type=tel]:focus,.contact-form form input[type=email]:focus,.contact-form form textarea:focus{outline:0;border-color:var(--color-platinum);box-shadow:0 0 0 .25rem var(--color-platinum)}.contact-form form textarea{min-height:130px}.contact-form form label{color:var(--color-text-second)}.contact-form form label a{color:var(--color-text)}.contact-form form .form-check-input{margin-top:.15em;margin-right:.6em;width:1.3em;height:1.3em}.contact-form form .btn{color:var(--color-white);background:var(--color-main-red);display:block;padding:.8rem 4rem;font-weight:600}.contact-form form .btn:hover{color:var(--color-text);border-color:var(--color-main-red);background:rgba(0,0,0,0)}@media(max-width: 576px){.contact-form form .btn{width:100%}}.not-found{margin-top:6rem}.not-found h1{font-size:120px;font-weight:700;letter-spacing:-6px}.not-found h2{font-size:44px;margin-bottom:2rem}.not-found .note{max-width:500px;margin:0 auto}.not-found .note .btn{font-weight:400;padding:.8rem 4rem}.modal{display:none;position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999;background:var(--color-black-7)}.modal .inner{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.modal .inner .content{width:70%;max-width:530px;min-width:300px;min-height:200px;box-shadow:rgba(0,0,0,.25) 0 14px 28px,rgba(0,0,0,.22) 0 10px 10px;background:var(--color-lotion);border-radius:10px;padding:2rem}.modal .inner .content iframe{width:100%;height:100%}.modal .inner .close{position:absolute;right:20px;top:20px;display:block;width:17px;height:17px;z-index:9;background:url("close-white.svg") center center no-repeat;background-size:100%}.modal .inner .close span{visibility:hidden}.modal.active{display:block}.modal#order-modal .content{overflow:auto;margin:1rem 0}.modal#order-modal .content .title{margin-bottom:1rem}.modal#order-modal .content .title p{font-size:20px;margin-bottom:0}.modal#order-modal .content .where-to-buy{margin-bottom:2rem}.modal#order-modal .content .where-to-buy .line{font-size:38px;font-weight:700;line-height:1em}.modal#order-modal .content .where-to-buy .line.note{font-size:16px;color:var(--color-text-second);font-weight:400;line-height:1.6em;margin-top:1rem}.modal#order-modal .content .brands a{display:flex;height:95px;padding:1rem;background:var(--color-cultured);border-radius:3px;transition:.2s ease-in-out;justify-content:center}.modal#order-modal .content .brands a:hover{transform:scale(1.1)}.modal#video-modal .content{max-width:unset;height:82%;color:var(--color-white);background:var(--color-black);border-radius:0;padding:0}@media(max-width: 576px){.modal#video-modal .content{height:210px}}footer{color:var(--color-white);background:var(--color-main-red);padding:5rem 3rem 2rem 3rem;margin-top:0;letter-spacing:.5px;font-size:18px;font-weight:300;line-height:1.6em}footer .navbar-brand{display:flex;width:156px;height:50px;margin-right:0;margin-bottom:2rem}footer h5,footer .copyright{font-size:20px;color:var(--color-melon);font-weight:300;text-transform:uppercase}footer h5{margin-bottom:1rem}footer a{color:var(--color-white);font-weight:300}footer a:hover{color:var(--color-melon)}footer .nav{margin-bottom:2rem}footer .nav li a{font-size:18px;display:inline-block;color:var(--color-white);font-weight:300;line-height:2em;border-bottom:3px solid rgba(0,0,0,0)}footer .nav li a:hover{border-bottom-color:var(--color-melon)}footer .border-top{border-top-color:var(--color-melon) !important;padding-top:2rem;margin-top:3rem}footer .addr .line:first-child{margin-bottom:1rem}footer .copyright{font-size:17px;text-transform:none}/*# sourceMappingURL=main.min.css.map */
