.logo{display:flex;align-items:center;gap:.25rem;color:var(--dark-color)}.logo--secondary{color:var(--white-color)}.logo__icon{padding:0;width:10.125rem}.logo__icon--big{width:10.3125rem;position:relative;left:38px;scale:1.55}.footer{background-color:var(--gray-color)}.footer--secondary{background-color:var(--secondary-color);color:var(--white-color)}.footer__wrapper{padding:1.5rem .25rem;@media screen and (min-width:850px){padding-left:3.75rem;padding-bottom:1.5rem;padding-right:3.75rem;padding-top:48px}}.footer__container{padding:0 1.25rem;margin-bottom:1.5rem;@media screen and (min-width:850px){padding-left:0;padding-bottom:0;padding-right:0;padding-top:0;margin-bottom:4rem;display:flex;gap:clamp(1rem,5vw,4rem);flex-wrap:wrap}}.footer__content{max-width:22.8125rem;display:flex;flex-direction:column}.footer__logo{margin-bottom:1.5rem}.footer__logo-icon{font-size:3.4rem;width:auto}.footer__address{display:flex;flex-direction:column;gap:1rem}.footer__address-text{display:none;margin:0;@media screen and (min-width:850px){display:initial}}.footer__address--mobile{margin:0;display:initial}.footer__links{margin-bottom:1.5rem;display:grid;gap:3rem;grid-template-columns:repeat(2,1fr);@media screen and (min-width:850px){margin-bottom:0}}.footer__links-list{display:flex;flex-direction:column;gap:.5rem}.footer__title{margin:0 0 .5rem;font-size:1.25rem}.footer__links-item{padding:.5rem 0;font-size:1rem;line-height:1.4}.footer__social-list{padding:.5rem 0;margin-bottom:1.5rem;display:flex;align-items:center;flex-wrap:wrap;gap:6.2rem;@media screen and (min-width:850px){flex-direction:column;align-items:start;gap:.6rem}}.footer__social-link{width:100%;font-size:.875rem;display:flex;align-items:center;gap:.75rem}.footer__social-icon{width:1.5rem;height:1.5rem}.footer__social-images{display:flex;align-items:center;gap:1rem}.footer__social-image{width:fit-content;@media screen and (max-width:730px){height:65px}}.footer__copy{padding:0 20px 1rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;@media screen and (min-width:850px){padding-left:0;padding-bottom:1rem;padding-right:0;padding-top:1rem}}.footer__copy__border{width:100%;padding-top:1rem;border-top:.0625rem solid var(--dark-color);@media screen and (min-width:850px){display:flex;align-items:center;justify-content:space-between}}.footer__copy--secondary{border-color:var(--white-color)}.footer__copy-links{@media screen and (min-width:850px){display:none}}.footer__copy-links--desktop{display:none;@media screen and (min-width:850px){display:flex;align-items:center;flex-wrap:wrap;gap:1rem}}.footer__copy-link{text-decoration:underline}.footer__copy-link--secondary{border-color:var(--white-color)}.footer__copy-address{padding-bottom:1rem;display:flex;flex-direction:column;gap:.4rem;border-bottom:.0625rem solid var(--dark-color);@media screen and (min-width:850px){padding-bottom:0;border-bottom-color:currentcolor;border-bottom-style:none;border-bottom-width:medium;display:none}}.footer__copy-text{display:none;@media screen and (min-width:850px){display:inline}}.footer__copy-text--mobile{display:inline;@media screen and (min-width:850px){display:none}}.nav{@media screen and (max-width:1176px){display:none}}.nav__list{gap:clamp(1rem,2vw,2rem)}.nav__item--list,.nav__list{display:flex;align-items:center}.nav__item--list{position:relative;gap:.2rem;width:fit-content}.nav__link{color:#222;transition:color .2s ease-in,background-color .2s ease-in}.nav__link--active{color:var(--primary-color)}.sub-menu{display:block;position:fixed;top:20%;left:50%;width:100vw;padding:0 .25rem 8rem;transform:translateX(-50%);overflow-y:auto;max-height:100vh;border-radius:.25rem;z-index:-1;opacity:0;cursor:none;user-select:none;transition:height .2s ease-in,opacity .2s ease-in,z-index .2s ease-in;@media screen and (min-width:850px){top:5rem;padding-left:1rem;padding-bottom:1rem;padding-right:1rem;padding-top:3.5rem;height:fit-content}}.sub-menu__container{position:relative;padding:2rem 1rem 5rem;background-color:#fff;border-radius:1.5rem;@media screen and (min-width:850px){padding-left:3rem;padding-bottom:3rem;padding-right:3rem;padding-top:3rem;border-radius:2rem}}.sub-menu__close-icon{position:absolute;top:2rem;right:2rem;width:2rem;@media screen and (min-width:850px){display:none}}.sub-menu__content{display:grid;grid-template-columns:1fr;gap:1rem;@media screen and (min-width:850px){grid-template-columns:repeat(2,1fr);gap:3rem}}.sub-menu__icon{transition:transform .2s ease-in}.sub-menu__title{margin:0 0 1.3rem;font-size:clamp(1.4rem,2vw,2rem)}.sub-menu__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(9rem,1fr));gap:2rem;height:fit-content}.sub-menu__products{display:flex;flex-direction:column;gap:1rem}.sub-menu__product{padding:1rem;background-color:var(--gray-color);border-radius:2rem;display:grid;grid-template-columns:repeat(1,1fr);@media screen and (min-width:850px){grid-template-columns:repeat(2,1fr)}}.sub-menu__product-info{padding:1.5rem 1rem}.sub-menu__product-title{margin:0 0 1rem;font-size:clamp(1rem,3vw,1.5rem);line-height:1;color:var(--primary-color)}.sub-menu__product-description{margin:0 0 2rem;font-size:clamp(.9rem,1vw,1rem);line-height:1.5}.sub-menu__product-btn{padding:.5rem 1.25rem;width:fit-content}.sub-menu__product-img{border-radius:2rem}.sub-menu__icon--open{transform:rotate(90deg)}.sub-menu.sub-menu--open{display:block!important;opacity:1;z-index:1001;user-select:auto;cursor:auto}.nav-mobile{position:absolute;top:100%;left:0;transform:translateX(-100%);width:100%;height:fit-content;padding:.3rem;z-index:1;transition:transform .2s ease-in;display:flex;flex-direction:column;gap:2rem;@media screen and (min-width:1176px){display:none}}.nav-mobile__content{padding:24px 20px;background-color:#fff;border-radius:24px}.nav-mobile__list{margin-bottom:2rem;display:flex;flex-direction:column;gap:1.5rem}.nav-mobile--open{transform:translateY(0)}.nav-mobile__close{position:absolute;top:2rem;right:2rem;background-color:transparent;border:none;color:#014a46;font-size:2rem}.nav-mobile__buttons{display:flex;flex-direction:column;align-items:center;flex-wrap:wrap;gap:.375rem}.nav-mobile__button{text-align:center;padding:.75rem 1.25rem;width:100%}.sub-menu__item--bold{font-weight:500}.header{position:sticky;top:0;left:0;z-index:10;width:100%;transform:translateY(0);transition:transform .2s ease-out}.header--hidden{transform:translateY(-120%)}.header--secondary{background-color:var(--secondary-color)}.header__container{position:relative;top:1rem;padding:0 .25rem;@media screen and (min-width:850px){padding-left:.75rem;padding-bottom:.75rem;padding-right:.75rem;padding-top:.75rem}}.header__content{padding:.75rem 1.25rem;background-color:#ffffff;border-radius:1.75rem;display:flex;align-items:center;gap:1.4rem;justify-content:space-between;@media screen and (min-width:850px){border-radius:2rem;padding-left:3rem;padding-bottom:1rem;padding-right:3rem;padding-top:1rem}}.header__logo{margin:0}.header__left{display:flex;align-items:center;gap:3rem}.header__cta{display:flex;gap:1rem;align-items:center;@media screen and (max-width:1176px){display:none}}.header__cta-button{width:fit-content;padding:.5rem 1.25rem;border-radius:2rem}.header__cta--mobile{display:initial;display:flex;flex-direction:column}.header__hamburger-button{@media screen and (min-width:1176px){display:none}}.header__hamburger{width:2rem;height:2rem;color:var(--primary-color);position:relative;cursor:pointer;transition:transform .3s ease-in-out;display:block;margin:auto}.header__hamburger-line{fill:none;stroke:currentColor;stroke-width:2;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.header__hamburger-line--bottom,.header__hamburger-line--top{width:100%;transform-origin:center}.header__hamburger-button--open .header__hamburger-line--top{transform:rotate(45deg) translateY(6px)}.header__hamburger-button--open .header__hamburger-line--middle{opacity:0}.header__hamburger-button--open .header__hamburger-line--bottom{transform:rotate(-45deg) translateY(-6px)}