.menu-container-desktop{width:var(--width);z-index:var(--z-index);display:var(--display);flex-direction:var(--flex-direction);box-sizing:var(--box-sizing);box-shadow:var(--box-shadow);position:var(--position);border-bottom:var(--border)}@media screen and (max-width: 600px),(min-width: 601px) and (max-width: 1400px){.menu-container-desktop{display:none}}.sections{display:flex;flex-flow:column;list-style:none;padding:0;margin:0}@media screen and (max-width: 600px),(min-width: 601px) and (max-width: 1400px){.sections{display:none}}.sections .section{background:var(--background);display:var(--display);justify-content:var(--justify-content-max-desktop);padding:var(--padding-max-desktop);height:var(--height);margin:var(--margin);align-items:var(--align-items);column-gap:var(--column-gap);border-top:var(--border-top)}@media screen and (min-width: 1401px) and (max-width: 1600px){.sections .section{justify-content:var(--justify-content);padding:var(--padding)}}.social-list{display:flex;gap:10px}.links{display:var(--display);list-style:none;padding:var(--padding);justify-content:var(--justify-content);text-align:var(--text-align);margin:var(--margin);width:100%;max-width:1500px}@media screen and (min-width: 1401px) and (max-width: 1600px){.links{max-width:100%}}.links .item-link{display:flex;align-items:var(--align-items);justify-content:var(--justify-content);background-color:var(--box-color)}.links .item-link .link{text-decoration:none;color:var(--text-color);font-weight:var(--font-weight);font-family:var(--font-family);padding:var(--padding)}.section-three{display:flex;width:var(--width);max-width:1500px}@media screen and (min-width: 1401px) and (max-width: 1600px){.section-three{max-width:100%}}.section-three .list-menu{list-style:none;display:flex;align-items:var(--align-items);gap:var(--gap);padding:0;width:var(--width);text-align:var(--text-align);justify-content:var(--justify-content);position:var(--position);transform:var(--transform);top:var(--top);left:var(--left)}@media screen and (min-width: 1401px) and (max-width: 1600px){.section-three .list-menu{padding:var(--padding)}}.section-three .list-menu .item-menu{background:var(--background);padding:Var(--padding);border-radius:var(--border-radius)}.section-three .list-menu .item-menu .item{text-decoration:none;position:relative}.section-three .list-menu .item-menu .item .title{font-size:var(--font-size);font-family:var(--font-family);color:var(--text-color);font-weight:var(--font-weight);width:auto}.section-three .list-menu .item-menu .item .title:hover{color:var(--text-color-hover)}.section-three .list-menu .item-menu .item .title:after{background-color:var(--line-text-color-hover);content:"";position:absolute;width:100%;transform:scaleX(0);height:2px;bottom:-14px;left:0;transition:box-shadow .25s linear,color .25s linear}.section-three .list-menu .item-menu .item .title:hover:after{transform:scaleX(1)}.contact-container{display:flex;text-align:center;justify-content:var(--justify-content);width:100%;max-width:1500px}@media screen and (min-width: 1401px) and (max-width: 1600px){.contact-container{max-width:var(--max-width)}}.contact-container .contact-list{list-style:none;display:flex;column-gap:50px}.contact-container .contact-list .contact-content .contact{display:var(--display);text-decoration:none;align-items:var(--align-items);justify-content:var(--justify-content)}.contact-container .contact-list .contact-content .contact .image{margin-right:5px;height:var(--height);width:var(--width)}.contact-container .contact-list .contact-content .contact .text{align-items:center;justify-content:center;text-align:center;font-family:var(--font-family);font-weight:var(--font-weight);color:var(--text-color);font-size:var(--font-size)}.logo{width:var(--logo-width);height:var(--height);align-items:center;justify-content:center;text-align:center;padding:var(--padding);position:var(--position);transform:var(--transform);top:var(--top);left:var(--left);aspect-ratio:var(--aspect-ratio)}.searchbar-container{width:var(--width);max-width:var(--max-width);background:var(--background);position:var(--position);align-items:var(--align-items);display:var(--display);border-radius:var(--border-radius);transform:var(--transform);top:var(--top);left:var(--left);right:var(--right)}.searchbar-container .search-input::placeholder{color:var(--placeholder-color);font-size:var(--placeholder-font-size);font-weight:var(--placeholder-font-weight);letter-spacing:var(--placeholder-letter-spacing)}.searchbar-container .search-input{width:100%;outline:none;border:var(--border);border-right:var(--border-right);border-radius:var(--border-radius);height:var(--height);padding:var(--padding);flex-grow:1;position:var(--position);font-size:var(--font-size);color:var(--text-color);font-family:var(--font-family);background:var(--background)}@media screen and (min-width: 601px) and (max-width: 1400px),(max-width: 600px){.searchbar-container .search-input{display:flex;text-align:center;justify-content:center;align-items:center}}.searchbar-container .search-button{position:var(--position);right:var(--right);top:var(--top);background-color:var(--background);border:var(--border);border-radius:var(--border-radius);color:var(--text-color);cursor:pointer;outline:none;width:var(--width);height:var(--height);display:flex;align-items:var(--align-items);justify-content:var(--align-items);border-right:var(--border-right)}.searchbar-container .search-button .search-icon{width:var(--width);height:var(--width)}.button-switch-container{width:var(--width);max-width:var(--max-width);background:var(--background);position:var(--position);align-items:var(--align-items);display:var(--display);border-radius:var(--border-radius);transform:var(--transform);top:var(--top);left:var(--left);right:var(--right);height:var(--height)}.button-switch-container .button{text-decoration:none;display:flex;justify-content:center;align-items:center;border:var(--border);width:50%;height:var(--height);background-color:var(--background);border-radius:var(--border-radius)}.button-switch-container .button img{max-width:100px;height:auto}.button:hover{opacity:.8}.actions-list{display:var(--display);list-style:none;gap:var(--column-gap);text-align:var(--text-align);justify-content:var(--justify-content);align-items:var(--align-items);padding:var(--padding)}.actions-list .action-container{width:var(--width);background-color:var(--background);padding:var(--padding);margin:var(--margin)}.actions-list .action-container .action-content{text-decoration:none;display:var(--display);flex-direction:var(--flex-direction);text-align:var(--text-align);align-items:var(--align-items);gap:var(--gap);color:var(--text-color)}.actions-list .action-container .action-content .action{width:var(--width-icon);height:var(--height-icon)}.actions-list .action-container .action-content .text-container .text{display:var(--display);text-align:var(--text-align);font-family:var(--font-family);font-weight:var(--font-weight);font-size:var(--font-size);height:var(--height);align-items:var(--align-items);white-space:var(--white-space)}.actions-list .action-container .action-content .text-container .subtext{display:var(--display);text-align:var(--text-align);font-family:var(--font-family-subtext);font-weight:var(--font-weight-subtext);font-size:var(--font-size-subtext)}.aditional-label{display:flex;text-decoration:none;font-family:var(--font-family);color:var(--text-color);font-size:var(--font-size);font-weight:var(--font-weight);transform:var(--transform);position:var(--position);top:var(--top);left:var(--left);right:var(--right)}.aditional-button{display:flex;text-decoration:none;font-family:var(--font-family);color:var(--text-color);font-size:var(--font-size);font-weight:var(--font-weight);transform:var(--transform);position:var(--position);top:var(--top);left:var(--left);right:var(--right);background:var(--background);height:var(--height);align-items:var(--align-items);text-align:var(--text-align);justify-content:var(--justify-content);width:var(--width);text-transform:var(--text-transform);padding:var(--padding);border-radius:var(--border-radius)}.logo-container{width:var(--width-logo-container)}.menu-container-mobile{display:none;position:var(--position);width:var(--width);z-index:var(--z-index);flex-direction:var(--flex-direction);box-sizing:var(--box-sizing);box-shadow:var(--box-shadow)}@media screen and (max-width: 600px),(min-width: 601px) and (max-width: 1400px){.menu-container-mobile{display:var(--display)}}.sections-mobile{display:none;flex-flow:column;list-style:none;padding:0;margin:0}@media screen and (max-width: 600px),(min-width: 601px) and (max-width: 1400px){.sections-mobile{display:flex}}.sections-mobile .section-mobile{background:var(--background);display:var(--display);justify-content:var(--justify-content);padding:var(--padding);height:var(--height);margin:var(--margin);align-items:var(--align-items);column-gap:var(--column-gap)}.links-mobile{display:none;list-style:none;padding:var(--padding);justify-content:var(--justify-content);text-align:var(--text-align);margin:var(--margin)}@media screen and (max-width: 600px),(min-width: 601px) and (max-width: 1400px){.links-mobile{display:var(--display)}}.links-mobile .item-link-mobile{display:var(--display);align-items:var(--align-items);justify-content:var(--justify-content);background-color:var(--box-color)}.links-mobile .item-link-mobile .link-mobile{text-decoration:none;color:var(--text-color);font-weight:var(--font-weight);font-family:var(--font-family);font-size:var(--font-size);padding:var(--padding)}.logo-mobile-container{width:var(--width-logo-container);height:var(--height);position:var(--position);align-items:center;justify-content:center;text-align:center;left:var(--left);top:var(--top);transform:var(--transform)}@media screen and (min-width: 601px) and (max-width: 1400px){.logo-mobile-container{left:var(--left-tablet);top:var(--top-tablet)}}.logo-mobile-container .logo-mobile{width:var(--width)}.menu-mobile{display:none}@media screen and (max-width: 600px),(min-width: 601px) and (max-width: 1400px){.menu-mobile{display:var(--display)}}.actions-list-mobile{display:none;list-style:none;gap:var(--gap);text-align:var(--text-align);justify-content:var(--justify-content);align-items:var(--align-items);padding:var(--padding)}@media screen and (max-width: 600px),(min-width: 601px) and (max-width: 1400px){.actions-list-mobile{display:var(--display)}}.actions-list-mobile .action-container-mobile{width:var(--width)}.actions-list-mobile .action-container-mobile .action-content-mobile{display:var(--display);flex-direction:var(--flex-direction);text-align:var(--text-align);align-items:var(--align-items);gap:var(--gap)}.actions-list-mobile .action-container-mobile .action-content-mobile .action{width:var(--width-icon);height:var(--height-icon)}.actions-list-mobile .action-container-mobile .action-content-mobile .text{display:var(--display);text-align:var(--text-align);font-family:var(--font-family);font-weight:var(--font-weight);font-size:var(--font-size)}.searchbar-container-mobile{width:var(--width);max-width:var(--max-width);background:var(--background);position:var(--position);align-items:var(--align-items);display:var(--display);z-index:var(--z-index)}.searchbar-container-mobile .search-input-mobile::placeholder{color:var(--placeholder-color);font-size:var(--placeholder-font-size);font-weight:var(--placeholder-font-weight);letter-spacing:var(--placeholder-letter-spacing)}.searchbar-container-mobile .search-input-mobile{width:100%;outline:none;border:var(--border);border-right:var(--border-right);border-radius:var(--border-radius);height:var(--height);padding:var(--padding);flex-grow:1;position:var(--position);font-size:var(--font-size);color:var(--text-color);font-family:var(--font-family);background:var(--background);z-index:var(--z-index)}.searchbar-container-mobile .search-button-mobile{position:var(--position);right:var(--right);top:var(--top);background-color:var(--background);border:var(--border);border-radius:var(--border-radius);color:var(--text-color);cursor:pointer;outline:none;width:var(--width);height:var(--height);display:flex;align-items:var(--align-items);justify-content:var(--align-items);z-index:var(--z-index);border-right:var(--border-right)}.searchbar-container-mobile .search-button-mobile .search-icon-mobile{width:var(--width);height:var(--width)}.items-list-mobile{display:none;list-style:none;padding:var(--padding);justify-content:var(--justify-content);text-align:var(--text-align);margin:var(--margin);gap:var(--gap);overflow:var(--overflow);-ms-overflow-style:none;scrollbar-width:none}@media screen and (max-width: 600px),(min-width: 601px) and (max-width: 1400px){.items-list-mobile{display:var(--display)}}.items-list-mobile .item-container-mobile{display:var(--display);align-items:var(--align-items);justify-content:var(--justify-content);background-color:var(--background)}.items-list-mobile .item-container-mobile .item-mobile{box-shadow:var(--box-shadow);border-radius:var(--border-radius);width:var(--width);font-size:var(--font-size);text-decoration:none;color:var(--text-color);font-weight:var(--font-weight);font-family:var(--font-family);padding:var(--padding)}.menu-content{display:flex;height:0px;z-index:5;background:transparent}@media screen and (max-width: 600px){.menu-content{display:flex;background:transparent}}@media screen and (min-width: 601px) and (max-width: 1400px){.menu-content{display:flex;background:transparent}}.menu-mobile-container{display:flex;margin-right:20px}.menu-toggle{opacity:0}.menu-toggle:checked+.container-menu .menu>span{transform:rotate(45deg)}.menu-toggle:checked+.container-menu .menu>span:before{top:0;transform:rotate(0);background-color:var(--menu-checked-color);width:100%}.menu-toggle:checked+.container-menu .menu>span:after{top:0;transform:rotate(90deg);background-color:var(--menu-checked-color);width:100%}.menu-toggle:checked~.nav-mobile{left:0!important}.menu{top:var(--top);left:var(--left);right:var(--right);z-index:1;width:var(--width);height:var(--height);cursor:pointer;position:absolute;background-color:var(--background);border-radius:var(--border-radius);text-align:center;justify-content:center;align-items:center;display:flex}@media screen and (min-width: 601px) and (max-width: 1400px),(max-width: 600px){.menu{top:var(--top);left:var(--left);right:var(--right);z-index:1;width:var(--width);height:var(--height);cursor:pointer;position:absolute}}.menu-icon{display:none}.default-icon{display:block}.menu-toggle:checked~.container-menu .menu .default-icon{display:none}.menu-toggle:checked~.container-menu .menu .checked-icon{display:block}.menu>span,.menu>span:before,.menu>span:after{display:block;position:absolute;height:1.7px;background-color:var(--menu-color);transition-duration:.25s}@media screen and (max-width: 600px){.menu>span,.menu>span:before,.menu>span:after{background-color:var(--menu-color)}}@media screen and (min-width: 601px) and (max-width: 1400px){.menu>span,.menu>span:before,.menu>span:after{background-color:var(--menu-color)}}.menu>span{width:100%}.menu>span:before{content:"";top:-10px;width:100%;background-color:transparent}.menu>span:after{content:"";top:8px;width:80%}.menu-toggle:checked+.container-menu .menu{align-items:center;position:fixed;z-index:2;color:var(--menu-color);left:var(--left-checked-desktop);top:var(--top-checked-desktop);display:flex}@media screen and (max-width: 600px){.menu-toggle:checked+.container-menu .menu{top:var(--top-checked);left:var(--left-checked-mobile);content:"";width:var(--width-checked);height:var(--height-checked);display:block}}@media screen and (min-width: 601px) and (max-width: 1400px){.menu-toggle:checked+.container-menu .menu{top:var(--top-checked);left:var(--left-checked-tablet);content:"";width:var(--width-checked);height:var(--height-checked);display:block}}.menu-toggle:checked+.container-menu .menu>span{background-color:transparent}.menu-opened-background{transition:opacity 2ms ease 1s}.container-menu{display:flex;text-align:center;justify-content:center}.man-label,.woman-label,.mobile-man-label,.mobile-woman-label{opacity:0;margin:0!important;padding:0!important;appearance:initial}.woman-label:checked+.item-label+.man-label+.item-label+.container>.list-span1,.mobile-woman-label:checked+.item-label+.mobile-man-label+.item-label+.container>.list-span1{display:block!important;left:0%!important;position:absolute!important;width:100%}.man-label:checked+.item-label+.container>.list-span2,.mobile-man-label:checked+.item-label+.container>.list-span2{display:block!important;left:0%!important;position:absolute!important;width:100%}.man-label:checked+.item-label,.mobile-man-label:checked+.item-label{border-bottom:1.5px solid black!important}.woman-label:checked+.item-label,.mobile-woman-label:checked+.item-label{border-bottom:1.5px solid black!important}.list-span1,.list-span2{display:none}.nav-mobile{display:flex;flex-flow:column;position:fixed;height:100%;margin:0;width:100%;transition-duration:.25s;background-color:transparent;left:var(--left-nav-desktop);top:var(--top-nav-desktop);margin-left:var(--margin-nav-desktop)}@media screen and (min-width: 601px) and (max-width: 1400px),(max-width: 600px){.nav-mobile{top:0;display:flex;height:100%;left:var(--left-nav-desktop);top:var(--top-nav-desktop);margin-left:var(--margin-nav-desktop)}}.nav-mobile .menu-mobile{display:flex;height:100%;text-align:center;align-items:flex-start;box-shadow:0 0 6px #0003;position:fixed;background:var(--background-nav-desktop);z-index:3;flex-direction:column;width:var(--width-container-desktop)}@media screen and (min-width: 601px) and (max-width: 1400px){.nav-mobile .menu-mobile{width:var(--width-container-tablet)}}@media screen and (max-width: 600px){.nav-mobile .menu-mobile{width:var(--width-container-mobile)}}.nav-mobile .menu-mobile .nav-header{display:flex;width:var(--width);height:var(--height);justify-content:var(--justify-content);align-items:var(--align-items);border-bottom:var(--border);background-color:var(--background);color:var(--text-color)}.nav-mobile .menu-mobile .nav-header .item-label{font-family:var(--font-family);font-style:var(--font-style);font-weight:var(--font-weight);font-size:var(--font-size);line-height:var(--line-height);color:var(--color);background:var(--background);display:var(--display);align-items:var(--align-items);justify-content:var(--justify-content);width:var(--width);outline:var(--outline);position:var(--position);border:var(--border);border-bottom:var(--border-bottom);padding:var(--padding);cursor:var(--cursor)}@media screen and (min-width: 601px) and (max-width: 1400px),(max-width: 600px){.nav-mobile .menu-mobile .nav-header{display:var(--display)}}.nav-mobile .menu-mobile .nav-header .logo{position:var(--position);transform:var(--transform);top:var(--top);left:var(--left);width:var(--width-icon);height:var(--height-icon)}.nav-mobile .menu-mobile .nav-header .title{font-family:var(--font-family);margin:var(--margin);padding:var(--padding)}.nav-mobile .menu-mobile .nav-header .container{margin-top:70px;display:var(--display);padding:var(--padding);flex-direction:var(--flex-direction);height:var(--height);max-height:var(--max-height);overflow-y:var(--overflow)}@media screen and (min-width: 601px) and (max-width: 1400px),(max-width: 600px){.nav-mobile .menu-mobile .nav-header .container{padding:var(--padding);display:var(--display);flex-direction:var(--flex-direction);height:var(--height);max-height:var(--max-height);overflow-y:var(--overflow)}}.nav-mobile .menu-mobile .nav-header .container .item-list-content{padding:0;margin:0;text-align:start;list-style:none;width:100%}.nav-mobile .menu-mobile .nav-header .container .item-list-content .item-mobile{width:100%;display:flex;cursor:pointer;height:var(--height);border-bottom:var(--border);background:var(--background)}@media screen and (min-width: 601px) and (max-width: 1400px),(max-width: 600px){.nav-mobile .menu-mobile .nav-header .container .item-list-content .item-mobile{display:var(--display);width:var(--width);margin:var(--margin);align-items:var(--align-items)}}.nav-mobile .menu-mobile .nav-header .container .item-list-content .item-mobile .label-with-icon{display:flex;align-items:center;justify-content:flex-start;text-decoration:none;justify-content:space-between;width:100%;padding:var(--padding);background-color:var(--background)}@media screen and (min-width: 601px) and (max-width: 1400px),(max-width: 600px){.nav-mobile .menu-mobile .nav-header .container .item-list-content .item-mobile .label-with-icon{width:90%;background-color:var(--background)}}.nav-mobile .menu-mobile .nav-header .container .item-list-content .item-mobile .label-with-icon .left-icon-label .label{-webkit-font-smoothing:antialiased;font-weight:var(--font-weight);color:var(--text-color);font-family:var(--font-family);font-size:var(--font-size);text-transform:var(--text-transform)}.nav-mobile .menu-mobile .nav-header .container .item-list-content .item-mobile .label-with-icon .left-icon-label{display:flex;justify-content:center;align-items:center}.nav-mobile .menu-mobile .nav-header .container .item-list-content .item-mobile .label-with-icon .left-icon-label .left-icon{width:var(--width-icon);height:var(--height-icon);margin-right:10px}.nav-mobile .menu-mobile .nav-header .container .item-list-content .item-mobile .label-with-icon .icon{width:var(--width-icon);height:var(--height-icon);transform:var(--transform)}.nav-mobile .menu-mobile .container-list{display:var(--display);padding:var(--padding);flex-direction:var(--flex-direction);height:var(--height);max-height:var(--max-height);overflow-y:var(--overflow);width:100%}@media screen and (min-width: 601px) and (max-width: 1400px),(max-width: 600px){.nav-mobile .menu-mobile .container-list{padding:var(--padding);display:var(--display);flex-direction:var(--flex-direction);height:var(--height);max-height:var(--max-height);overflow-y:var(--overflow)}}@media screen and (max-width: 600px){.nav-mobile .menu-mobile .container-list{width:100%}}@media screen and (min-width: 601px) and (max-width: 1400px){.nav-mobile .menu-mobile .container-list{width:100%}}.nav-mobile .menu-mobile .container-list .item-list-content{padding:0;margin:0;text-align:start;list-style:none;width:100%;display:flex;flex-direction:column;gap:var(--gap)}.nav-mobile .menu-mobile .container-list .item-list-content .item-mobile{width:100%;display:flex;cursor:pointer;height:var(--height);border-bottom:var(--border)}@media screen and (min-width: 601px) and (max-width: 1400px),(max-width: 600px){.nav-mobile .menu-mobile .container-list .item-list-content .item-mobile{display:var(--display);width:var(--width);margin:var(--margin);align-items:var(--align-items)}}.nav-mobile .menu-mobile .container-list .item-list-content .item-mobile .label-with-icon{display:flex;justify-content:flex-start;text-decoration:none;justify-content:space-between;width:100%;padding:var(--padding);align-items:center}.nav-mobile .menu-mobile .container-list .item-list-content .item-mobile .label-with-icon .see-all{width:40px;font-size:var(--font-size-see-all);color:var(--text-color-see-all);align-items:center;justify-content:center;display:flex;text-align:center}.nav-mobile .menu-mobile .container-list .item-list-content .item-mobile .label-with-icon .left-icon-label .label{-webkit-font-smoothing:antialiased;font-weight:var(--font-weight);color:var(--text-color);font-family:var(--font-family);font-size:var(--font-size);text-transform:var(--text-transform)}.nav-mobile .menu-mobile .container-list .item-list-content .item-mobile .label-with-icon .left-icon-label{display:flex;justify-content:center;align-items:center}.nav-mobile .menu-mobile .container-list .item-list-content .item-mobile .text-container{display:flex;flex-direction:column;gap:5px}.nav-mobile .menu-mobile .container-list .item-list-content .item-mobile .text-container .label-subtext{font-weight:var(--font-weight-subtext);color:var(--text-color-subtext);font-family:var(--font-family-subtext);font-size:var(--font-size-subtext);text-transform:var(--text-transform-subtext)}.nav-mobile .menu-mobile .container-list .item-list-content .item-mobile .label-with-icon .left-icon-label .left-icon{width:var(--width-left-icon);height:var(--height-left-icon);margin-right:10px}.nav-mobile .menu-mobile .container-list .item-list-content .item-mobile .label-with-icon .icon{width:var(--width-icon);height:var(--height-icon);transform:var(--transform)}.footer-container{display:var(--display);justify-content:var(--justify-content);align-items:var(--align-items);flex-direction:var(--flex-direction);padding:var(--padding);background-color:var(--background)}@media screen and (max-width: 600px),(min-width: 601px) and (max-width: 1400px){.footer-container{display:none}}.pre-footer-container{padding:var(--padding);margin:0;list-style:none;display:var(--display);flex-direction:var(--flex-direction);width:var(--width);height:var(--height);background:var(--background);justify-content:var(--justify-content);gap:var(--gap);text-align:var(--text-align)}.pre-footer-container .title-container{font-family:var(--font-family);font-size:var(--font-size);font-weight:var(--font-weight);color:var(--text-color);background-image:var(--line-title);background-size:2rem 2px;background-repeat:no-repeat;background-position:50% 50%;padding-bottom:2rem}.pre-footer-item-container{display:var(--display);flex-direction:var(--flex-direction);gap:var(--gap)}.pre-footer{padding:var(--padding);margin:0;list-style:none;display:var(--display);flex-direction:var(--flex-direction);width:var(--width);height:var(--height);background:var(--background);justify-content:var(--justify-content);gap:var(--gap);grid-template-columns:var(--grid-template-columns);max-width:var(--max-width);border-top:var(--border-top)}.pre-footer .pre-footer-item{display:var(--display);flex-direction:var(--flex-direction);align-items:center;justify-content:var(--justify-content);gap:20px;border-right:var(--border-right);padding:var(--padding);height:var(--height-item);width:var(--width-container);text-align:center}.pre-footer .pre-footer-item .icon{width:var(--width);height:var(--height)}.pre-footer .pre-footer-item .labels{display:flex;flex-direction:column;justify-content:center;align-items:center}.pre-footer .pre-footer-item .labels .icon2{width:var(--width-icon2);height:var(--height-icon2)}.pre-footer .pre-footer-item .labels .aditional-button{display:flex;background:var(--background-text);color:var(--text-color);font-family:var(--font-family);font-size:var(--font-size);font-weight:var(--font-weight);white-space:nowrap;padding:0;margin-top:10px;width:fit-content;padding-left:.5rem;height:31px}.pre-footer .pre-footer-item .labels .aditional-button .link{background:var(--background-link);color:var(--text-color-link);font-family:var(--font-family-link);font-size:var(--font-size-link);font-weight:var(--font-weight-link);text-decoration:none;display:inline-block;margin-left:.438rem;padding:.5rem}.pre-footer .pre-footer-item .labels .info{list-style:none;display:var(--display);flex-direction:var(--flex-direction)}.pre-footer .pre-footer-item .labels .info .info-item{display:var(--display);text-align:center;justify-content:center}.pre-footer .pre-footer-item .labels .info .info-item .text{font-family:var(--font-family);font-size:var(--font-size);font-weight:var(--font-weight);color:var(--text-color);margin:var(--margin-text)}.pre-footer .pre-footer-item .labels .info .info-item .subtext{text-decoration:none;font-family:var(--font-family-subtext);font-size:var(--font-size-subtext);font-weight:var(--font-weight-subtext);color:var(--text-color-subtext);margin:var(--margin)}.pre-footer .pre-footer-item .labels .title{font-family:var(--font-family);font-size:var(--font-size);font-weight:var(--font-weight);color:var(--text-color);margin:var(--margin)}.pre-footer .pre-footer-item .labels .subtitle{font-family:var(--font-family-subtext);font-size:var(--font-size-subtext);font-weight:var(--font-weight-subtext);color:var(--text-color-subtext);margin:var(--margin)}.pre-footer .pre-footer-item .labels .item-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.pre-footer .pre-footer-item .labels .label-body{font-family:var(--font-family-subtext);font-size:var(--font-size-subtext);font-weight:var(--font-weight-subtext);color:var(--text-color-subtext);margin:var(--margin);width:var(--width-label-body)}.pre-footer .pre-footer-item .labels .click{color:var(--text-color-click);display:var(--display-click);width:var(--width-click);text-decoration:var(--text-decoration-click);font-size:var(--font-size-click);font-weight:var(--font-weight-click);align-items:flex-end}.pre-footer .pre-footer-item .labels .click .icon-item{width:var(--width-icon);height:var(--height-icon)}.pre-footer .pre-footer-item .labels .click .click-bold{font-weight:var(--font-weight-click-bold)}.pre-footer-links{padding:var(--padding);margin:0;list-style:none;display:var(--display);flex-direction:var(--flex-direction);width:var(--width);height:var(--height);background:var(--background);justify-content:var(--justify-content);gap:var(--gap)}.pre-footer-links .pre-footer-item{display:var(--display);flex-direction:var(--flex-direction);align-items:center;justify-content:var(--justify-content);gap:10px}.pre-footer-links .pre-footer-item .icon{width:var(--width);height:var(--height)}.pre-footer-links .pre-footer-item .labels{display:flex;flex-direction:column;justify-content:center;align-items:center;text-decoration:none}.pre-footer-links .pre-footer-item .labels .title{font-family:var(--font-family);font-size:var(--font-size);font-weight:var(--font-weight);color:var(--text-color);margin:var(--margin)}.pre-footer-links .pre-footer-item .labels .subtitle{font-family:var(--font-family-subtext);font-size:var(--font-size-subtext);font-weight:var(--font-weight-subtext);color:var(--text-color);margin:var(--margin)}.pre-footer-contact-and-social{padding:var(--padding);margin:0;list-style:none;display:var(--display);flex-direction:var(--flex-direction);width:var(--width);height:var(--height);background:var(--background);justify-content:var(--justify-content);gap:var(--gap);border-bottom:var(--border)}.pre-footer-contact-and-social .pre-footer-item{display:var(--display);flex-direction:var(--flex-direction);align-items:center;justify-content:var(--justify-content);gap:10px}.pre-footer-contact-and-social .pre-footer-item .icon{width:var(--width);height:var(--height)}.pre-footer-contact-and-social .pre-footer-item .labels{display:flex;flex-direction:var(--flex-direction);justify-content:center;align-items:center;text-decoration:none}.pre-footer-contact-and-social .pre-footer-item .labels .title{font-family:var(--font-family);font-size:var(--font-size);font-weight:var(--font-weight);color:var(--text-color);margin:var(--margin)}.pre-footer-contact-and-social .pre-footer-item .labels .subtitle{font-family:var(--font-family-subtext);font-size:var(--font-size-subtext);font-weight:var(--font-weight-subtext);color:var(--text-color);margin:var(--margin)}.pre-footer-contact-and-social .pre-footer-item .labels .body-text{font-size:var(--font-size);font-weight:var(--font-weight);font-family:var(--font-family)}.post-footer{padding:var(--padding);margin:0;list-style:none;display:var(--display);flex-direction:var(--flex-direction);width:var(--width);height:var(--height);background:var(--background);justify-content:var(--justify-content);gap:var(--gap);max-width:var(--max-width-container)}@media screen and (min-width: 1401px) and (max-width: 1600px){.post-footer{max-width:100%}}.post-footer .section-color{display:var(--display);background-color:var(--text-color)}.post-footer .post-footer-item{display:flex;flex-direction:var(--flex-direction);align-items:center;gap:var(--gap);padding:var(--padding);justify-content:var(--justify-content);background:var(--background);border-top:var(--border);height:var(--height)}.post-footer .post-footer-item .icon{width:var(--width);height:var(--height)}.post-footer .post-footer-item .title{font-family:var(--font-family);font-size:var(--font-size);font-weight:var(--font-weight);color:var(--text-color);margin:var(--margin)}.post-footer .post-footer-item .section-labels{width:var(--width-section);display:var(--display-section-labels);text-align:var(--text-align-section-labels)}.post-footer .post-footer-item .items-icons{display:flex;padding:var(--padding);margin:0;list-style:none;display:var(--display);flex-direction:var(--flex-direction);width:var(--width-section);align-items:var(--align-items);background:var(--background);justify-content:var(--justify-content);gap:var(--gap)}.post-footer .post-footer-item .items-icons .item-icon{display:var(--display);align-items:var(--align-items);gap:var(--gap);flex-direction:var(--flex-direction);padding:var(--padding)}.post-footer .post-footer-item .items-icons .item-icon .icon{width:var(--width);height:var(--height)}.post-footer .post-footer-item .items-icons .item-icon .icon2{width:var(--width-icon2);height:var(--height-icon2)}.post-footer .post-footer-item .items-icons .item-icon .container-labels{display:flex;gap:5px;align-items:center}.post-footer .post-footer-item .items-icons .item-icon .container-labels .subtitle{font-family:var(--font-family-subtext);font-weight:var(--font-weight-subtext)}.post-footer .post-footer-item .items-icons .item-icon a{text-decoration:none}.post-footer .post-footer-item .items-icons .item-icon a .title,.post-footer .post-footer-item .items-icons .item-icon .title,.post-footer .post-footer-item .items-icons .item-icon .container-labels .title{font-family:var(--font-family);font-size:var(--font-size);font-weight:var(--font-weight);color:var(--text-color);margin:var(--margin)}.post-footer .post-footer-item .items-icons .item-icon a .title:hover,.post-footer .post-footer-item .items-icons .item-icon .title:hover,.post-footer .post-footer-item .items-icons .item-icon .container-labels .title:hover{color:var(--text-color-hover)}.aditional-button-container-footer{display:flex;font-family:var(--font-family);color:var(--text-color);font-size:var(--font-size);font-weight:var(--font-weight);transform:var(--transform);position:var(--position);top:var(--top);left:var(--left);right:var(--right);background:var(--background);height:var(--height);align-items:var(--align-items);justify-content:var(--justify-content);width:var(--width);text-transform:var(--text-transform);padding:var(--padding);border-radius:var(--border-radius);text-align:var(--text-align);gap:var(--gap);flex-direction:var(--flex-direction)}.aditional-button-container-footer .aditional-button-labels{display:flex;flex-direction:column;gap:10px}.aditional-button-container-footer .aditional-button-labels .aditional-button-title{background-image:var(--line-title);background-size:2rem 2px;background-repeat:no-repeat;background-position:bottom;padding-bottom:.5rem;margin-top:0;font-family:var(--font-family-title);color:var(--text-color-title);font-size:var(--font-size-title);font-weight:var(--font-weight-title)}.aditional-button-container-footer .aditional-button-labels .aditional-button-subtitle{font-family:var(--font-family-subtitle);color:var(--text-color-subtitle);font-size:var(--font-size-subtitle);font-weight:var(--font-weight-subtitle)}.aditional-button-footer{display:flex;text-decoration:none;font-family:var(--font-family);color:var(--text-color);font-size:var(--font-size);font-weight:var(--font-weight);transform:var(--transform);position:var(--position);top:var(--top);left:var(--left);right:var(--right);background:var(--background);height:var(--height);align-items:var(--align-items);text-align:var(--text-align);justify-content:var(--justify-content);width:var(--width);text-transform:var(--text-transform);padding:var(--padding);border-radius:var(--border-radius)}.aditional-button-footer:hover{background:var(--background-color-hover)}.aditional-button-footer-mobile{display:flex;text-decoration:none;font-family:var(--font-family);color:var(--text-color);font-size:var(--font-size);font-weight:var(--font-weight);transform:var(--transform);position:var(--position);top:var(--top);left:var(--left);right:var(--right);background:var(--background);height:var(--height);align-items:var(--align-items);text-align:var(--text-align);justify-content:var(--justify-content);width:var(--width);text-transform:var(--text-transform);padding:var(--padding);border-radius:var(--border-radius)}.aditional-button-footer-mobile:hover{background:var(--background-color-hover)}.footer{display:var(--display);flex-direction:var(--flex-direction);background-color:var(--background);width:var(--width);height:var(--height);position:var(--position);left:var(--left);bottom:var(--bottom);padding:var(--padding);justify-content:var(--justify-content);margin:var(--margin)}@media screen and (max-width: 600px),(min-width: 601px) and (max-width: 1400px){.footer{display:none}}.footer-mobile{display:none;flex-direction:var(--flex-direction);background-color:var(--background);width:var(--width);height:var(--height);position:var(--position);left:var(--left);bottom:var(--bottom);padding:var(--padding);justify-content:var(--justify-content)}@media screen and (max-width: 600px),(min-width: 601px) and (max-width: 1400px){.footer-mobile{display:var(--display)}}.pre-footer-mobile-container{padding:var(--padding);margin:0;list-style:none;display:var(--display);flex-direction:var(--flex-direction);width:var(--width);height:var(--height);background:var(--background);justify-content:var(--justify-content);gap:var(--gap);text-align:var(--text-align)}.pre-footer-mobile-container .title-container{font-family:var(--font-family);font-size:var(--font-size);font-weight:var(--font-weight);color:var(--text-color);background-image:var(--line-title);background-size:2rem 2px;background-repeat:no-repeat;background-position:50% 50%;padding-bottom:2rem}.pre-footer-mobile{padding:var(--padding);margin:0;list-style:none;display:var(--display);flex-direction:var(--flex-direction);width:var(--width);height:var(--height);background:var(--background);justify-content:var(--justify-content);gap:var(--gap)}.pre-footer-mobile .pre-footer-item{display:var(--display);flex-direction:var(--flex-direction);align-items:center;justify-content:var(--justify-content);gap:10px;border-bottom:var(--border-right);padding:var(--padding);height:var(--height-item)}.pre-footer-mobile .pre-footer-item .icon{width:var(--width);height:var(--height)}.pre-footer-mobile .pre-footer-item .labels{display:flex;flex-direction:column;justify-content:center;align-items:center}.pre-footer-mobile .pre-footer-item .labels .icon2{width:var(--width-icon2);height:var(--height-icon2)}.pre-footer-mobile .pre-footer-item .labels .aditional-button{display:flex;background:var(--background-text);color:var(--text-color);font-family:var(--font-family);font-size:var(--font-size);font-weight:var(--font-weight);white-space:nowrap;padding:0;margin-top:10px;width:fit-content;padding-left:.5rem;height:31px}.pre-footer-mobile .pre-footer-item .labels .aditional-button .link{background:var(--background-link);color:var(--text-color-link);font-family:var(--font-family-link);font-size:var(--font-size-link);font-weight:var(--font-weight-link);text-decoration:none;display:inline-block;margin-left:.438rem;padding:.5rem}.pre-footer-mobile .pre-footer-item .labels .info{list-style:none;display:var(--display);flex-direction:var(--flex-direction);padding:0}.pre-footer-mobile .pre-footer-item .labels .info .info-item{display:var(--display);text-align:center;justify-content:center}.pre-footer-mobile .pre-footer-item .labels .info .info-item .text{font-family:var(--font-family);font-size:var(--font-size);font-weight:var(--font-weight);color:var(--text-color);margin:var(--margin-text)}.pre-footer-mobile .pre-footer-item .labels .info .info-item .subtext{text-decoration:none;font-family:var(--font-family-subtext);font-size:var(--font-size-subtext);font-weight:var(--font-weight-subtext);color:var(--text-color-subtext);margin:var(--margin)}.pre-footer-mobile .pre-footer-item .labels .title{font-family:var(--font-family);font-size:var(--font-size);font-weight:var(--font-weight);color:var(--text-color);margin:var(--margin)}.pre-footer-mobile .pre-footer-item .labels .subtitle{font-family:var(--font-family-subtext);font-size:var(--font-size-subtext);font-weight:var(--font-weight-subtext);color:var(--text-color-subtext);margin:var(--margin)}.pre-footer-mobile .pre-footer-item .labels .item-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.pre-footer-mobile .pre-footer-item .labels .label-body{font-family:var(--font-family-subtext);font-size:var(--font-size-subtext);font-weight:var(--font-weight-subtext);color:var(--text-color-subtext);margin:var(--margin);width:var(--width-label-body)}.pre-footer-mobile .pre-footer-item .labels .click{color:var(--text-color-click);display:var(--display-click);width:var(--width-click);text-decoration:var(--text-decoration-click);font-size:var(--font-size-click);font-weight:var(--font-weight-click);align-items:flex-end}.pre-footer-mobile .pre-footer-item .labels .click .icon-item{width:var(--width-icon);height:var(--height-icon)}.pre-footer-mobile .pre-footer-item .labels .click .click-bold{font-weight:var(--font-weight-click-bold)}.post-footer-mobile{padding:var(--padding);margin:0;list-style:none;display:var(--display);flex-direction:var(--flex-direction);width:var(--width);height:var(--height);background:var(--background);justify-content:var(--justify-content);gap:var(--gap)}.post-footer-mobile .container-title-post-footer{width:100%;display:flex;flex-direction:column;text-align:center;justify-content:center;align-items:center;padding:10px 0 0}.post-footer-mobile .post-footer-item{display:flex;flex-direction:var(--flex-direction);align-items:center;gap:var(--gap);padding:var(--padding);border-bottom:var(--border-bottom);height:var(--height);background:var(--background)}.post-footer-mobile .post-footer-item .icon{width:var(--width);height:var(--height)}.post-footer-mobile .post-footer-item .title-footer{display:var(--display);font-family:var(--font-family);font-size:var(--font-size);font-weight:var(--font-weight);color:var(--text-color);margin:var(--margin);text-align:var(--text-align);justify-content:var(--justify-content);background:var(--background)}.post-footer-mobile .items-icons{display:flex;padding:var(--padding);margin:0;list-style:none;display:var(--display);flex-direction:var(--flex-direction);background:var(--background);justify-content:var(--justify-content);gap:var(--gap);align-items:var(--align-items)}.post-footer-mobile .items-icons .item-icon{display:var(--display);align-items:var(--align-items);gap:var(--gap);flex-direction:var(--flex-direction);padding:var(--padding)}.post-footer-mobile .items-icons .item-icon .icon{width:var(--width);height:var(--height)}.post-footer-mobile .items-icons .item-icon .icon2{width:var(--width-icon2);height:var(--height-icon2)}.post-footer-mobile .items-icons .item-icon .container-labels{display:flex;gap:5px;align-items:center;text-align:center}.post-footer-mobile .items-icons .item-icon .container-labels .subtitle{font-family:var(--font-family-subtext);font-weight:var(--font-weight-subtext)}.post-footer-mobile .items-icons .item-icon a{text-decoration:none}.post-footer-mobile .items-icons .item-icon a .title,.post-footer-mobile .items-icons .item-icon .title,.post-footer-mobile .items-icons .item-icon .container-labels .title{font-family:var(--font-family);font-size:var(--font-size);font-weight:var(--font-weight);color:var(--text-color);margin:var(--margin)}.post-footer-mobile .items-icons .item-icon a .title:hover,.post-footer-mobile .items-icons .item-icon .title:hover,.post-footer-mobile .items-icons .item-icon .container-labels .title:hover{color:var(--text-color-hover)}.footer-mobile-only-dropdown{display:var(--display);flex-direction:var(--flex-direction);padding:var(--padding);border-bottom:var(--border)}.footer-sections{width:var(--width-container);list-style:none;display:var(--display);padding:var(--padding);margin:0 30px;border-bottom:var(--border-bottom);border-top:var(--border-top);background-color:var(--background);justify-content:center;gap:var(--gap)}.footer-sections .footer-section{flex-grow:var(--flex-grow);background-color:var(--background);border-left:var(--border-left);padding-left:var(--padding-left);justify-content:var(--justify-content);align-items:var(--justify-content);display:var(--display);flex-direction:var(--flex-direction)}.footer-mobile-sections{width:var(--width-container);list-style:none;display:var(--display);flex-direction:var(--flex-direction);text-align:var(--text-align);padding:0}.footer-mobile-sections .footer-mobile-section{padding:var(--padding)}.footer-logo-container{width:var(--width-logo-container);height:var(--height);position:var(--position);padding:var(--padding)}.footer-logo-container .footer-logo{aspect-ratio:var(--aspect-ratio);width:var(--width);height:var(--height)}.footer-list-items{list-style:none;display:var(--display);flex-direction:var(--flex-direction);gap:var(--gap);text-align:var(--text-align)}.footer-list-items .footer-list-item .item{text-decoration:none;font-family:var(--font-family);color:var(--text-color);text-transform:var(--text-transform);font-size:var(--font-size);font-weight:var(--font-weight)}.footer-list-items .footer-list-item .item:hover{text-decoration:var(--text-decoration)}.footer-list-items-with-title{list-style:none;display:var(--display);flex-direction:var(--flex-direction);gap:var(--gap);padding:var(--padding);text-align:var(--text-align)}.footer-list-items-with-title .title{color:var(--text-color);font-size:var(--font-size);font-weight:var(--font-weight);display:var(--display);margin-bottom:var(--margin);font-family:var(--font-family);text-align:var(--text-align);justify-content:var(--justify-content);background-image:var(--background);background-size:2rem 2px;background-repeat:no-repeat;background-position:0 100%;padding-bottom:.5rem}.footer-list-items-with-title .footer-list-item-with-title{margin:var(--margin);display:flex;flex-direction:column}.footer-list-items-with-title .footer-list-item-with-title .item{text-decoration:var(--text-decoration);font-family:var(--font-family);color:var(--text-color);text-transform:var(--text-transform);font-size:var(--font-size)!important;font-weight:var(--font-weight);letter-spacing:var(--letter-spacing);display:inline-block;width:max-content;position:relative}.footer-list-items-with-title .footer-list-item-with-title .item:hover{color:var(--text-color-hover);font-weight:var(--font-weight-hover)}.footer-list-items-with-title .footer-list-item-with-title .item:hover:after{content:"";color:var(--text-color-hover);position:absolute;left:0;right:0;bottom:-2px;height:var(--text-decoration-thickness-hover);background-color:var(--text-decoration-color-hover)}.footer-list-items-with-title .footer-list-item-with-title .subtitle-1{font-size:var(--font-size-subtitle1);font-weight:var(--font-weight-subtitle1);color:var(--text-color-subtitle1)}.footer-social{list-style:none;display:var(--display);margin-top:var(--margin);gap:var(--gap);padding:var(--padding);flex-direction:var(--flex-direction);align-items:var(--align-items)}@media screen and (max-width: 600px),(min-width: 601px) and (max-width: 1400px){.footer-social{padding:var(--padding)}}.footer-social .footer-social-item{align-items:center;justify-content:center;text-align:center;display:flex;flex-direction:column}.footer-social .footer-social-item .social-text{font-size:var(--font-size);font-family:var(--font-family);font-weight:var(--font-weight);color:var(--text-color);margin:var(--margin)}.footer-social .footer-social-item .icon-container{color:var(--text-color)!important;background:var(--background);border:1px solid var(--background);border-radius:var(--border-radius);display:var(--display);height:var(--height);width:var(--width);text-align:var(--text-align);justify-content:var(--justify-content);align-items:var(--align-items)}.footer-social .footer-social-item .icon-container .icon{height:var(--height-icon);width:var(--width-icon)}.menu-footer{display:none;background-color:var(--background);height:54px;width:100%;bottom:0;position:fixed}@media screen and (max-width: 600px),(min-width: 601px) and (max-width: 1400px){.menu-footer{display:flex}}.menu-footer-list{display:var(--display);gap:var(--gap);width:var(--width);background-color:var(--background);padding:var(--padding);justify-content:var(--justify-content)}@media screen and (min-width: 601px) and (max-width: 1400px){.menu-footer-list{gap:var(--gap-tablet)}}.menu-footer-item-container{display:flex}.menu-footer-item-container .menu-footer-item{display:flex;flex-direction:column;text-decoration:none}.menu-footer-item-container .menu-footer-item .icon{width:100%;height:100%}.menu-footer-item-container .menu-footer-item .text{font-family:var(--font-family);font-weight:var(--font-weight);font-size:var(--font-size);color:var(--text-color)}.dropdown{display:inline-block;position:relative;font-size:16px;flex-grow:1;border-bottom:var(--border)}@media screen and (max-width: 600px),(min-width: 601px) and (max-width: 1400px){.dropdown{display:block;width:100%}}.dropdown-header{display:flex;align-items:center;cursor:pointer;justify-content:center;padding:var(--padding-dropdown-header)}@media screen and (max-width: 600px),(min-width: 601px) and (max-width: 1400px){.dropdown-header{display:flex;justify-content:space-between}}.dropdown-header span{padding:.8rem 0;font-style:normal;font-weight:400;line-height:18px;display:flex;align-items:center;flex:none;order:0;align-self:stretch;flex-grow:0;-webkit-font-smoothing:antialiased;font-weight:var(--font-weight);color:var(--text-color);font-family:var(--font-family);font-size:var(--font-size)}.dropdown-header .dropdown-icon{transform:rotateX(0);width:15px}@media screen and (max-width: 600px){.dropdown-header .dropdown-icon{right:0;top:20px}}@media screen and (min-width: 601px) and (max-width: 1400px){.dropdown-header .dropdown-icon{top:22px}}.dropdown-list{list-style:none;padding:0;margin:0;z-index:1;display:var(--display);padding:var(--padding-dropdown-list)}@media screen and (max-width: 600px){.dropdown-list{text-align:start;flex-flow:column}}.dropdown-list li a,.dropdown-list span{text-decoration:none;font-style:normal;line-height:35px;-webkit-font-smoothing:antialiased;font-weight:var(--font-weight);color:var(--text-color);font-family:var(--font-family);font-size:var(--font-size)}@media screen and (max-width: 600px),(min-width: 601px) and (max-width: 1400px){.dropdown-list li a,.dropdown-list span{height:28px}}.dropdown.open .dropdown-list{display:var(--display)!important;gap:var(--gap);text-align:var(--text-align)}.dropdown.open .dropdown-header .dropdown-icon{transform:rotateX(180deg);transition:transform .2s ease}.menu-list{flex-grow:1}@media screen and (max-width: 600px),(min-width: 601px) and (max-width: 1400px){.menu-list{flex-grow:none;width:100%}}.dropdown-list:not(.open){display:none}.container{width:var(--width);margin:20px auto;font-family:var(--font-family)}.toggle-input{display:none}.toggle-label{display:flex;justify-content:center;align-items:flex-end;background-color:#f1f1f1;padding:10px;border-radius:5px;cursor:pointer}.toggle-label .title{font-size:var(--font-size);color:var(--text-color);font-weight:var(--font-weight-title);padding-right:30px;padding-bottom:5px}.arrow{transition:transform .3s ease}.content{max-height:0;overflow:hidden;transition:max-height .3s ease;background-color:transparent;padding:0 10px;border-radius:0 0 5px 5px;font-size:var(--font-size)}.toggle-input:checked+.toggle-label .arrow{transform:rotate(180deg);margin-bottom:10px}.toggle-input:checked~.content{max-height:200px;padding:10px;width:var(--width)}.info{list-style:none;display:var(--display);flex-direction:var(--flex-direction);padding:0}.info .info-item{display:var(--display);text-align:center;justify-content:center}.info .info-item .text{font-family:var(--font-family);font-size:var(--font-size);font-weight:var(--font-weight);color:var(--text-color);margin:var(--margin-text)}.info .info-item .subtext{text-decoration:none;font-family:var(--font-family-subtext);font-size:var(--font-size-subtext);font-weight:var(--font-weight-subtext);color:var(--text-color-subtext);margin:var(--margin)}.suggestions-container{display:flex;flex-direction:column;text-align:center;padding:0 1rem;margin:6.3rem auto}@media screen and (max-width: 600px),(min-width: 601px) and (max-width: 1400px){.suggestions-container{padding:0;margin:5rem auto}}.container-button-see-more{display:flex;justify-content:center;width:100%}@media screen and (max-width: 600px){.container-button-see-more{margin-top:50px}}@media screen and (min-width: 601px) and (max-width: 1400px){.container-button-see-more{margin-top:100px}}.container-button-see-more .shop-hover{text-decoration:none;background-color:#bed02e;border-radius:4px;height:40px;width:140px;justify-content:center;align-items:center;display:flex;text-transform:normal;color:#000;font-family:var(--font-family);font-weight:700;font-size:16px}@media screen and (max-width: 600px){.container-button-see-more .shop-hover{width:186px}}@media screen and (min-width: 601px) and (max-width: 1400px){.container-button-see-more .shop-hover{width:186px}}.long-description-container{text-align:justify;padding-inline:100px;padding-block:26px;height:auto}@media screen and (max-width: 600px){.long-description-container{padding-inline:5px}}@media screen and (min-width: 601px) and (max-width: 1400px){.long-description-container{padding-inline:30px}}.suggestion-title{letter-spacing:0;color:#000;font-size:1.2rem;font-family:Poppins-Bold;font-weight:700}@media screen and (max-width: 600px){.suggestion-title{margin:0 10px}}@media screen and (min-width: 601px) and (max-width: 1400px){.suggestion-title{font-size:var(--font-size-medium)}}.long-description{color:#000;font-size:var(--font-size);font-family:var(--font-family);font-weight:var(-font-weight);text-align:justify;margin-top:0;text-overflow:ellipsis;height:auto;overflow:hidden;-webkit-font-smoothing:antialiased}@media screen and (max-width: 600px){.long-description{font-size:var(--font-size);margin:0 10px}}@media screen and (min-width: 601px) and (max-width: 1400px){.long-description{font-size:var(--font-size);width:95%}}.product-title{margin:30px 0}@media screen and (max-width: 600px){.product-title{margin:2px 0}}.product-title .title{color:#000;font-size:1.2rem;font-family:var(--font-family);font-weight:700}@media screen and (max-width: 600px){.product-title .title{font-size:var(--font-size)}}.suggestions{margin-top:2rem;display:grid;grid-template-columns:25% 25% 25% 25%;gap:20px;padding:0 50px 0 100px;justify-content:left;text-align:left}@media screen and (max-width: 600px){.suggestions{margin-top:.3rem;grid-template-columns:50% 50%;gap:15px;padding:0 40px;justify-content:center}}@media screen and (min-width: 601px) and (max-width: 1400px){.suggestions{padding:0 60px 0 30px}}.suggestions a{text-decoration:none;font-size:14px;font-family:var(--font-family);color:#000;margin-top:0;transition:.5s;font-weight:400}.suggestions a:hover{text-decoration:underline}@font-face{font-family:Poppins;src:url(/commons/fonts/Poppins.woff2) format("woff2");font-style:normal}@font-face{font-family:Poppins-Bold;src:url(/commons/fonts/Poppins-Bold.woff2) format("woff2");font-style:normal}@font-face{font-family:Asap;src:url(/commons/fonts/Asap.woff2) format("woff2");font-style:normal}body{margin:0;background-color:#fff;font-family:Asap,Poppins,Poppins-Bold,sans-serif;-webkit-font-smoothing:antialiased}.grid{display:grid;grid-template-columns:repeat(3,0fr);gap:50px 20px;justify-content:center;margin:0 auto;justify-items:center;max-width:calc(1040px + 8%);padding:20px 0;background-color:#f2f2f2}@media screen and (max-width: 600px){.grid{gap:50px 5px;grid-template-columns:repeat(1,0fr)}}@media screen and (min-width: 601px) and (max-width: 1400px){.grid{grid-template-columns:repeat(3,0fr);gap:50px 20px}}@media screen and (min-width: 1401px) and (max-width: 1600px){.grid{grid-template-columns:repeat(3,0fr)}}.title-description-container{padding-top:150px;display:flex;flex-flow:column;padding-left:220px;padding-right:100px;text-align:center;margin:0;justify-content:center;align-items:center}@media screen and (min-width: 1401px) and (max-width: 1600px){.title-description-container{padding-left:30px;padding-right:100px}}@media screen and (max-width: 600px){.title-description-container{padding:180px 15px 0}}@media screen and (min-width: 601px) and (max-width: 1400px){.title-description-container{padding:170px 20px 10px 10px}}.main-product-title{margin-bottom:0;line-height:24px;-webkit-font-smoothing:antialiased;color:#000;font-size:1.6rem;font-family:Poppins-Bold;font-weight:700}@media screen and (max-width: 600px){.main-product-title{margin:0;font-size:1.2rem}}@media screen and (min-width: 601px) and (max-width: 1400px){.main-product-title{margin:10px;font-size:1.2rem}}.product-description{-webkit-font-smoothing:antialiased;width:100%;text-align:center;margin-top:20px;margin-bottom:4rem!important;color:var(--text-color);font-size:var(--font-size);font-family:var(--font-family);font-weight:var(--font-weight)}@media screen and (min-width: 601px) and (max-width: 1400px){.product-description{padding:0;margin:10px;width:95%}}.hide{display:none}.card-container{display:flex;flex-flow:row wrap;cursor:pointer;width:250px;height:478.24px;background-color:#fff;position:relative;border-radius:10px}@media screen and (min-width: 601px) and (max-width: 1400px){.card-container{width:250px}}@media screen and (max-width: 600px){.card-container{width:250px}}.card-container .detail{display:flex;flex-direction:column;text-align:center;align-items:center;width:100%;gap:0px;padding:0}@media screen and (max-width: 600px),(min-width: 601px) and (max-width: 1400px){.card-container .detail{margin-top:10px}}.description{-webkit-font-smoothing:antialiased;overflow:hidden;padding:0;margin:0;font-weight:700;color:#000;font-family:Poppins-Bold;font-size:16px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;width:100%;max-width:230px}@media screen and (max-width: 600px){.description{margin-top:0}}.card-container .shop-hover{border-radius:.25rem;height:40px;display:flex;align-items:center;justify-content:center;letter-spacing:0;opacity:1;position:absolute;-webkit-font-smoothing:antialiased;width:210px;min-height:auto;color:#000;font-family:var(--font-family);font-size:16px;letter-spacing:1px;font-weight:700;background-color:#bed02e;bottom:10%;text-transform:capitalize}@media screen and (max-width: 600px){.card-container .shop-hover{width:210px;bottom:4%}}@media screen and (min-width: 601px) and (max-width: 1400px){.card-container .shop-hover{opacity:1;width:210px;bottom:4%}}.card-container .container-button{display:flex;justify-content:center;width:100%}@media screen and (max-width: 600px){.card-container .container-button{display:flex}}.card-container:hover .shop-hover{opacity:1}.a-container{display:flex;justify-content:center;text-decoration:none}.price-container{display:flex;align-items:center;justify-content:column;flex-direction:column-reverse;gap:5px;margin-top:10px}@media screen and (min-width: 601px) and (max-width: 1400px){.price-container{left:0%;bottom:-5%}}@media screen and (max-width: 600px){.price-container{display:flex;flex-direction:column-reverse;justify-content:left;align-items:left;text-align:left;left:0%;bottom:-5%}}.discount{right:10%;top:3%;padding:7px 10px;background:#bed02e;color:#000;transition:.2s;width:fit-content;display:flex;align-items:center;justify-content:center;position:absolute;font-weight:700;-webkit-font-smoothing:antialiased;font-size:16px;font-family:var(--font-family);border-radius:6px;width:-webkit-fit-content;z-index:1}.discount .discount-label{align-items:center;text-align:center;justify-content:center}.collection-name{color:#fff;border-radius:6px;padding:3px 5px;background-color:#000;font-size:12px}.price,.default-price{font-family:var(--font-family);-webkit-font-smoothing:antialiased;font-size:26px;font-weight:600;color:#000;display:flex}.old-price{-webkit-font-smoothing:antialiased;color:#828282;font-family:var(--font-family);font-size:15px;text-decoration:line-through;font-weight:400;display:flex}.image-content{width:100%;text-align:center;display:flex;justify-content:center;align-items:center;position:relative}@media screen and (max-width: 600px){.image-content{width:100%}}@media screen and (min-width: 601px) and (max-width: 1400px){.image-content{width:100%}}.image-content img{display:block;width:210px;height:210px;border-radius:10px;object-fit:contain}@media screen and (min-width: 601px) and (max-width: 1400px){.image-content img{width:183px;height:183px;max-width:187px}}@media screen and (max-width: 600px){.image-content img{width:210px;height:210px;max-width:187px}}.loading-image{width:100%;height:auto;aspect-ratio:.81/1;background-color:#f9f7f7;background-image:linear-gradient(90deg,#f9f7f700,#f9f7f780,#f9f7f700);background-size:40px 100%;background-repeat:no-repeat;background-position:left -40px top 0;animation:shine 1s ease infinite}@keyframes shine{to{background-position:right -40px top 0}}.sitemap{display:grid;grid-template-columns:25% 25% 25%;gap:25px;padding:0 40px 50px;justify-content:center}@media screen and (max-width: 600px){.sitemap{display:block}}.sitemap a{text-decoration:none;color:#000;position:relative;display:block;padding:4px 0;transition:.5s}.sitemap a:hover{font-weight:800}.sitemap-container{display:none;min-height:50rem;padding-top:10rem;text-align:center}@media screen and (min-width: 601px) and (max-width: 1400px),screen and (max-width: 600px){.sitemap-container{padding-top:8rem}.sitemap-container h1{margin-top:0}}
