[data-drawer=menu]{--drawer-z-index: 10000}.menuDrawer-view[hidden]{display:none}.menuDrawer-panel{--menu-drawer-border: #e0ded9;width:min(100vw,380px)}.menuDrawer-scroll{scrollbar-width:none;-ms-overflow-style:none}.menuDrawer-scroll::-webkit-scrollbar{display:none;width:0;height:0}.searchModal{--drawer-z-index: 998;--drawer-animation-duration: .22s;align-items:flex-start;justify-content:center;padding:32vh 20px 40px}.searchModal__overlay{background:#31313594;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}.searchModal__panel{position:relative;z-index:1;width:min(633px,calc(100vw - 40px));max-height:calc(68vh - 40px);overflow-y:auto;background:#f5f0e8;padding:36px 20px 32px;color:#1a1a1a;opacity:0;transform:translateY(-12px);transition:opacity .22s ease,transform .22s ease}.searchModal.is-open .searchModal__panel{opacity:1;transform:translateY(0)}.searchModal__close{position:absolute;top:9px;right:9px;display:grid;width:20px;height:20px;place-items:center;border:0;background:transparent;color:#666;cursor:pointer}.searchModal__form{display:grid;grid-template-columns:minmax(0,1fr) 93px;gap:12px}.searchModal__field{position:relative;min-width:0}.searchModal__input,.searchModal__submit{height:40px;border:1px solid #666666;border-radius:0;font-family:DIN Pro,sans-serif;font-size:14px;font-weight:400;line-height:1;letter-spacing:.02em}.searchModal__input{width:100%;padding:0 36px 0 10px;background:#fff;color:#1a1a1a;outline:none}.searchModal__input::placeholder{color:#aaa;opacity:1}.searchModal__input:focus{border-color:#1a1a1a}.searchModal__clear{position:absolute;top:50%;right:10px;display:grid;width:20px;height:20px;place-items:center;transform:translateY(-50%);border:0;background:transparent;color:#666;cursor:pointer}.searchModal__clear[hidden]{display:none}.searchModal__submit{padding:0 10px;background:transparent;color:#666;cursor:pointer}.searchModal__submit:hover,.searchModal__submit:focus-visible,.searchModal:has(.searchModal__results:not(:empty)) .searchModal__submit{background:#1a1a1a;color:#fff}.searchModal__results:not(:empty){display:flex;align-items:baseline;gap:8px;margin-top:10px;font-family:DIN Pro,sans-serif;font-size:12px;line-height:15px}.searchModal__resultsLabel{flex:none;color:#777}.searchModal__resultsList{display:flex;flex-wrap:wrap;gap:0;margin:0;padding:0;list-style:none}.searchModal__resultItem{display:flex;align-items:center}.searchModal__resultItem:not(:last-child):after{content:"";width:1px;height:13px;margin:0 12px;background:#777}.searchModal__result{color:#1a1a1a;text-decoration:none}.searchModal__result:hover,.searchModal__result:focus-visible{text-decoration:underline}.searchModal__notice{color:#777}@media(max-width:749px){.searchModal{padding:30vh 20px 32px}.searchModal__panel{width:min(472px,calc(100vw - 40px));max-height:calc(70vh - 32px);padding:62px clamp(20px,8vw,42px) 60px;background:#fff}.searchModal__close{top:14px;right:14px}.searchModal__form{grid-template-columns:minmax(0,1fr) 114px;gap:16px}.searchModal__input,.searchModal__submit{height:51px;font-size:16px}.searchModal__results:not(:empty){display:block;margin-top:25px;font-size:16px;line-height:1.4}.searchModal__resultsList{display:block;margin-top:12px}.searchModal__resultItem+.searchModal__resultItem{margin-top:12px}.searchModal__resultItem:not(:last-child):after{display:none}}@media(max-width:399px){.searchModal__panel{padding-inline:20px}.searchModal__form{grid-template-columns:minmax(0,1fr) 96px;gap:10px}}@media(prefers-reduced-motion:reduce){.searchModal__panel{transition:none}}.headerMenuDropdown{position:absolute;top:100%;left:0;right:auto;z-index:20;display:none;box-sizing:border-box;width:calc(100% + 2px);max-width:calc(100% + 2px);overflow:visible;border-top:1px solid #e7e2da;background:#fff;box-shadow:0 10px 24px #1a1a1a1a}.headerMenuDropdown.is-open{display:block}.headerMenuDropdown__root-view{display:block;box-sizing:border-box;width:100%;max-width:100%;padding:0 30px}.headerMenuDropdown__root-view[hidden]{display:none}.headerMenuDropdown__root-view--no-image{display:block;width:100%;max-width:100%}.headerMenuDropdown__root-image,.headerMenuDropdown__root-view--no-image .headerMenuDropdown__root-image{display:none}.headerMenuDropdown__level-one{min-width:0;width:100%;max-width:100%;overflow-x:auto}.headerMenuDropdown__level-one ul{display:flex;flex-wrap:nowrap;gap:0;width:100%;min-width:100%;margin:0;padding:0;list-style:none}.headerMenuDropdown__level-one li{flex:1 1 0;min-width:0}.headerMenuDropdown__simple-links,.headerMenuDropdown__group ul{display:flex;flex-direction:column;gap:0;margin:0;padding:0;list-style:none}.headerMenuDropdown__level-one-link{display:flex;width:100%;min-height:50px;align-items:center;justify-content:center;gap:0;border:0;border-bottom:1px solid #e3dfda;background:transparent;padding:13px 10px 11px;color:#1a1a1a;cursor:pointer;font-family:DIN Pro,DIN,sans-serif;font-size:15px;font-weight:400;line-height:1.35;text-align:left;text-decoration:none;white-space:nowrap;transition:color .18s ease,box-shadow .18s ease,background-color .18s ease}.headerMenuDropdown__level-one-row{cursor:default}.headerMenuDropdown__level-one-label{display:flex;min-width:0;flex:1 1 auto;align-items:center;justify-content:center;color:inherit;text-decoration:none}.headerMenuDropdown__level-one-arrow{display:flex;width:16px;min-width:16px;height:22px;align-items:center;justify-content:center;margin-left:8px;border:0;background:transparent;padding:0;color:inherit;cursor:pointer}.headerMenuDropdown__level-one-arrow:hover,.headerMenuDropdown__level-one-arrow:focus-visible{color:var(--color-primary)}.headerMenuDropdown__level-one-link>svg{width:0;min-width:0;margin-left:0;opacity:0;overflow:hidden;transform:translate(-6px);transition:width .18s ease,min-width .18s ease,margin-left .18s ease,opacity .14s ease,transform .18s ease}.headerMenuDropdown__level-one-link:hover,.headerMenuDropdown__level-one-link.is-active{color:var(--color-primary);box-shadow:inset 0 -2px currentColor}.headerMenuDropdown__level-one-link:hover>svg,.headerMenuDropdown__level-one-link.is-active>svg{width:16px;min-width:16px;margin-left:8px;opacity:1;transform:translate(0)}.headerMenuDropdown__root-image,.headerMenuDropdown__root-image-link{min-width:0}.headerMenuDropdown__root-image-link[hidden],.headerMenuDropdown__submenu[hidden]{display:none}.headerMenuDropdown__root-image-link{display:block;width:min(100%,390px);overflow:hidden}.headerMenuDropdown__submenu-views{position:absolute;top:100%;left:0;width:0;height:0}.headerMenuDropdown__submenu{position:absolute;top:0;left:0;min-width:0;width:max-content;max-width:calc(100vw - 24px);max-height:min(620px,calc(100vh - 116px));overflow:auto;border-top:1px solid #e7e2da;background:#fff;box-shadow:0 10px 24px #1a1a1a1a;padding:24px 30px 30px}.headerMenuDropdown__submenu-heading{display:none}.headerMenuDropdown__back{display:inline-flex;align-items:center;gap:10px;border:0;background:transparent;padding:0;color:#1a1a1a;cursor:pointer;font-family:DIN Pro,DIN,sans-serif;font-size:18px;font-weight:400;line-height:1.35}.headerMenuDropdown__back:hover{color:var(--color-primary)}.headerMenuDropdown__submenu-title{color:#1a1a1a;text-decoration:none}.headerMenuDropdown__submenu-title:hover,.headerMenuDropdown__submenu-title:focus-visible{color:var(--color-primary)}.headerMenuDropdown__submenu-body{display:grid;grid-template-columns:max-content minmax(240px,390px);gap:34px;width:max-content;max-width:100%;padding-top:0}.headerMenuDropdown__submenu--no-image .headerMenuDropdown__submenu-body{display:block;width:max-content;max-width:100%}.headerMenuDropdown__links{min-width:0}.headerMenuDropdown__groups{display:flex;align-items:flex-start;flex-wrap:nowrap;gap:20px 28px;width:max-content}.headerMenuDropdown__group,.headerMenuDropdown__standalone-link{flex:0 0 auto;min-width:130px}.headerMenuDropdown__group-title,.headerMenuDropdown__group ul a,.headerMenuDropdown__simple-links a,.headerMenuDropdown__standalone-link{display:block;border-bottom:1px solid #e3dfda;color:#1a1a1a;font-family:DIN Pro,DIN,sans-serif;font-size:15px;font-weight:400;line-height:1.35;text-decoration:none}.headerMenuDropdown__group-title{padding:0 0 10px;font-weight:500}.headerMenuDropdown__group ul a,.headerMenuDropdown__simple-links a,.headerMenuDropdown__standalone-link{padding:12px 0;white-space:nowrap}.headerMenuDropdown__group-title:hover,.headerMenuDropdown__group ul a:hover,.headerMenuDropdown__simple-links a:hover,.headerMenuDropdown__standalone-link:hover{color:var(--color-primary)}.headerMenuDropdown__image-link{display:block;align-self:start;width:min(100%,390px);max-width:100%;overflow:hidden}.headerMenuDropdown__image{display:block;width:100%;height:260px;object-fit:cover}.headerMenuDropdown{width:max-content;max-width:min(1226px,calc(100vw - 24px));max-height:none;overflow:visible}.headerMenuDropdown__root-view{box-sizing:border-box;width:max-content;max-width:100%;max-height:min(560px,calc(100vh - 116px));overflow:hidden;scrollbar-width:none;padding:12px}.headerMenuDropdown__root-view::-webkit-scrollbar{display:none;width:0;height:0}.headerMenuDropdown__root-view.is-scrollable,.headerMenuDropdown__submenu.is-scrollable{overflow-y:auto;background-image:linear-gradient(#693d37,#693d37),linear-gradient(#f5f5f5,#f5f5f5);background-repeat:no-repeat;background-position:right 16px top calc(12px + var(--header-menu-scroll-thumb-offset, 0px)),right 16px top 12px;background-size:8px var(--header-menu-scroll-thumb-height, 32px),8px calc(100% - 24px)}.headerMenuDropdown__root-view.is-scrollable{padding-right:40px}.headerMenuDropdown__submenu.is-scrollable{padding-right:32px!important}.headerMenuDropdown__root-view--image-below{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.headerMenuDropdown__root-view--image-below>.headerMenuDropdown__level-one,.headerMenuDropdown__root-view--image-below>.headerMenuDropdown__root-image{flex:0 0 auto}.headerMenuDropdown__root-view--image-side{display:grid;grid-template-columns:476px 232px;align-items:start;gap:24px}.headerMenuDropdown__root-view--no-image{display:block}.headerMenuDropdown__level-one{width:476px;max-width:calc(100vw - 48px);overflow:visible}.headerMenuDropdown__level-one ul{display:flex;flex-direction:column;width:100%;min-width:0}.headerMenuDropdown__level-one li{flex:none;width:100%}.headerMenuDropdown__level-one-link{min-height:52px;justify-content:space-between;padding:10px 8px;font-size:14px;white-space:normal;box-shadow:none}.headerMenuDropdown__level-one-row{justify-content:space-between;padding:10px 8px}.headerMenuDropdown__level-one-label{justify-content:flex-start;text-align:left}.headerMenuDropdown__level-one-arrow{margin-left:12px}.headerMenuDropdown__level-one-link>svg,.headerMenuDropdown__level-one-link:hover>svg,.headerMenuDropdown__level-one-link.is-active>svg{width:16px;min-width:16px;margin-left:12px;opacity:1;transform:none}.headerMenuDropdown__level-one-link:hover,.headerMenuDropdown__level-one-link.is-active{color:var(--color-primary);box-shadow:none}.headerMenuDropdown__root-image{display:block;width:476px;max-width:100%;overflow:hidden}.headerMenuDropdown__root-view--image-side .headerMenuDropdown__root-image{width:232px}.headerMenuDropdown__root-view--image-side .headerMenuDropdown__general-image{height:260px}.headerMenuDropdown__submenu-views{position:static;width:auto;height:auto}.headerMenuDropdown__submenu{box-sizing:border-box;width:max-content;min-width:340px;max-width:min(1226px,calc(100vw - 24px));max-height:min(560px,calc(100vh - 116px));position:relative;overflow:hidden;scrollbar-width:none;border-top:0;box-shadow:none;padding:12px 16px 12px 24px!important}.headerMenuDropdown__submenu::-webkit-scrollbar{display:none;width:0;height:0}.headerMenuDropdown__submenu-heading{display:flex;align-items:center;border-bottom:1px solid #e5e5e5;margin-left:8px;margin-right:16px;padding:0 0 10px}.headerMenuDropdown__back{min-height:30px;font-size:16px}.headerMenuDropdown__submenu-title{display:inline-flex;min-height:30px;align-items:center;margin-left:10px;font-size:16px;line-height:1.35}.headerMenuDropdown__submenu-body{display:grid;grid-template-columns:max-content 232px;align-items:start;gap:12px;width:max-content;max-width:100%;margin-left:8px;padding-top:12px;padding-right:16px}.headerMenuDropdown__submenu--image-below .headerMenuDropdown__submenu-body{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.headerMenuDropdown__submenu--image-below.headerMenuDropdown__submenu--groups .headerMenuDropdown__image-link{align-self:flex-end}.headerMenuDropdown__submenu--image-below .headerMenuDropdown__simple-links{width:476px}.headerMenuDropdown__submenu--no-image .headerMenuDropdown__submenu-body{display:block;width:max-content}.headerMenuDropdown__simple-links{width:220px;max-width:calc(100vw - 48px)}.headerMenuDropdown__groups{display:flex;align-items:flex-start;flex-wrap:nowrap;gap:12px;width:max-content}.headerMenuDropdown__group-title,.headerMenuDropdown__group ul a,.headerMenuDropdown__simple-links a,.headerMenuDropdown__standalone-link{border-bottom:1px solid #e5e5e5;font-size:14px}.headerMenuDropdown__group,.headerMenuDropdown__standalone-link{flex:0 0 auto;min-width:165px}.headerMenuDropdown__image-link{width:232px;max-width:100%}.headerMenuDropdown__root-view--image-side.headerMenuDropdown__root-view--image-align-top .headerMenuDropdown__root-image,.headerMenuDropdown__submenu--image-side.headerMenuDropdown__submenu--image-align-top .headerMenuDropdown__image-link{align-self:start}.headerMenuDropdown__root-view--image-side.headerMenuDropdown__root-view--image-align-center .headerMenuDropdown__root-image,.headerMenuDropdown__submenu--image-side.headerMenuDropdown__submenu--image-align-center .headerMenuDropdown__image-link{align-self:center}.headerMenuDropdown__root-view--image-side.headerMenuDropdown__root-view--image-align-bottom .headerMenuDropdown__root-image,.headerMenuDropdown__submenu--image-side.headerMenuDropdown__submenu--image-align-bottom .headerMenuDropdown__image-link{align-self:end}.headerMenuDropdown__submenu--image-below .headerMenuDropdown__image-link{width:min(476px,100%)}.headerMenuDropdown__image{height:210px}.headerMenuDropdown__submenu--image-below .headerMenuDropdown__image{height:240px}.headerMenuDropdown__general-image{height:130px}@media(prefers-reduced-motion:no-preference){.headerMenuDropdown.is-open{transform-origin:top center;animation:headerMenuBarReveal .22s cubic-bezier(.22,1,.36,1) both}.headerMenuDropdown__submenu:not([hidden]){transform-origin:top left;animation:headerMenuSubmenuReveal .22s cubic-bezier(.22,1,.36,1) both}}@keyframes headerMenuBarReveal{0%{opacity:0;transform:translateY(-8px) scaleY(.96)}to{opacity:1;transform:translateY(0) scaleY(1)}}@keyframes headerMenuSubmenuReveal{0%{opacity:0;transform:translateY(-10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media screen and (max-width:749px){.headerMenuDropdown{display:none!important}}.home-tendenciasSection__buyBtn{overflow:hidden;transition:width .42s cubic-bezier(.25,.46,.45,.94)}.home-tendenciasSection__buyBtn svg{flex-shrink:0;transition:transform .42s cubic-bezier(.25,.46,.45,.94)}.home-tendenciasSection__buyLabel{display:inline-block;max-width:0;overflow:hidden;opacity:0;transform:translate(-10px);transition:max-width .42s cubic-bezier(.25,.46,.45,.94),opacity .28s cubic-bezier(.25,.46,.45,.94) .11s,transform .42s cubic-bezier(.25,.46,.45,.94)}@media screen and (min-width:1024px){.home-tendenciasSection__buyBtn:hover svg{transform:translate(-3px)}.home-tendenciasSection__buyBtn:hover .home-tendenciasSection__buyLabel{max-width:120px;opacity:1;transform:translate(0)}}.institutional-page{color:#111;background:#fff}.institutional-page__hero{min-height:31rem;padding:6rem 1.6rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;text-align:center;background:#f5f0e8}.institutional-page__hero h1{margin:0;font-family:DIN Pro,sans-serif;font-size:3.6rem;font-weight:400;line-height:1.4;letter-spacing:.3em;text-transform:uppercase;transform:translateY(4.7rem)}.institutional-page__hero p{margin:0;font-size:1.9rem;font-style:italic;line-height:1.4;letter-spacing:.3em;text-transform:uppercase;transform:translateY(4.7rem)}.institutional-page__body{padding:4.8rem 5rem 7rem}.institutional-page__layout{width:min(100%,132rem);margin:0 auto;display:grid;grid-template-columns:22.5rem minmax(0,1fr);gap:6.3rem}.institutional-page__sidebar h2{margin:0 0 2.4rem;font-size:1.8rem;font-weight:700;text-transform:uppercase}.institutional-page__sidebar ul,.institutional-page__mobile-nav ul{list-style:none;margin:0;padding:0}.institutional-page__sidebar li+li{margin-top:2rem}.institutional-page__sidebar a,.institutional-page__mobile-nav a{color:inherit;text-decoration:none;text-transform:uppercase}.institutional-page__sidebar a{position:relative;display:inline-block;font-size:1.6rem;font-weight:300;line-height:1}.institutional-page__sidebar a.is-active{font-weight:700}.institutional-page__sidebar a.is-active:after{content:"";position:absolute;right:0;bottom:-.7rem;left:0;height:.1rem;background:#111}.institutional-page__mobile-nav{display:none}.institutional-page__content{min-width:0}.institutional-page__content>*+*{margin-top:5rem}@media screen and (max-width:989px){.institutional-page__hero{min-height:24rem;padding:3rem 1.5rem;gap:1.2rem}.institutional-page__hero h1,.institutional-page__hero p{transform:translateY(4.8rem)}.institutional-page__hero h1{max-width:35rem;font-size:2.4rem;line-height:1.4}.institutional-page__hero p{font-size:1.4rem}.institutional-page__body{padding:1.3rem 1.5rem 6rem}.institutional-page__mobile-nav{display:block;margin-bottom:4.1rem;overflow-x:auto;background:#f5f0e8;scrollbar-width:none}.institutional-page__mobile-nav::-webkit-scrollbar{display:none}.institutional-page__mobile-nav ul{display:inline-flex;min-width:100%;align-items:center;gap:3rem;padding:1.7rem 3rem;white-space:nowrap}.institutional-page__mobile-nav a{position:relative;display:block;font-size:1.2rem;font-weight:300;line-height:1}.institutional-page__mobile-nav a.is-active{font-weight:700}.institutional-page__mobile-nav a.is-active:after{content:"";position:absolute;right:0;bottom:-.8rem;left:0;height:.1rem;background:#111}.institutional-page__layout{display:block}.institutional-page__sidebar{display:none}}.videos-page{background:#fff;color:#111}.videos-page__hero{min-height:31rem;padding:6rem 1.6rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;background:#f5f0e8;text-align:center}.videos-page__hero-title{margin:0;font-size:3.6rem;font-weight:400;line-height:1.4;letter-spacing:.3em;text-transform:uppercase}.videos-page__hero p{margin:0;font-size:1.9rem;font-style:italic;letter-spacing:.3em}.videos-page__layout{width:min(100%,132rem);margin:0 auto;display:grid;grid-template-columns:22.5rem minmax(0,1fr);gap:6.3rem}.videos-page__sidebar h2{margin:0 0 2.4rem;font-size:1.8rem;font-weight:700;text-transform:uppercase}.videos-page__sidebar ul,.videos-page__mobile-nav ul{list-style:none;margin:0;padding:0}.videos-page__sidebar li+li{margin-top:2rem}.videos-page__sidebar a,.videos-page__mobile-nav a{color:inherit;text-decoration:none;text-transform:uppercase}.videos-page__sidebar a{position:relative;display:inline-block;font-size:1.6rem;font-weight:300;line-height:1}.videos-page__sidebar a.is-active{font-weight:700}.videos-page__sidebar a.is-active:after{content:"";position:absolute;right:0;bottom:-.7rem;left:0;height:.1rem;background:#111}.videos-page__mobile-nav{display:none}.videos-page__intro{margin-bottom:4rem}.videos-page__intro h1{margin:0 0 1.4rem;font-size:2.4rem;font-weight:700;line-height:1.2;text-transform:uppercase}.videos-page__intro p{margin:0;font-size:1.6rem;font-weight:300;line-height:1.4}.videos-page__groups{display:flex;flex-direction:column;gap:5.6rem}@media screen and (max-width:989px){.videos-page__hero{min-height:24rem;padding:3rem 1.5rem;gap:1.2rem}.videos-page__hero-title{max-width:35rem;font-size:2.4rem}.videos-page__hero p{font-size:1.4rem}.videos-page .institutional-page__body{padding:1.3rem 1.5rem 6rem}.videos-page__mobile-nav{display:block;margin:0 0 3.8rem;overflow-x:auto;background:#f5f0e8;scrollbar-width:none}.videos-page__mobile-nav::-webkit-scrollbar{display:none}.videos-page__mobile-nav ul{display:inline-flex;min-width:100%;align-items:center;gap:3rem;padding:1.7rem 3rem;white-space:nowrap}.videos-page__mobile-nav a{position:relative;display:block;font-size:1.2rem;font-weight:300;line-height:1}.videos-page__mobile-nav a.is-active{font-weight:700}.videos-page__mobile-nav a.is-active:after{content:"";position:absolute;right:0;bottom:-.8rem;left:0;height:.1rem;background:#111}.videos-page__layout{display:block}.videos-page__sidebar{display:none}.videos-page__intro{margin-bottom:4.4rem}.videos-page__intro h2{margin-bottom:1.8rem;font-size:1.8rem}.videos-page__intro p{max-width:31rem;font-size:1.4rem}.videos-page__groups{gap:4.8rem}}.videos-page--without-header .institutional-page__body{padding-top:14.2rem}@media screen and (max-width:989px){.videos-page--without-header .institutional-page__body{padding-top:11.1rem}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.institutional-faq-block__answer{max-height:0;overflow:hidden;padding:0;transition:max-height .32s cubic-bezier(.4,0,.2,1)}.institutional-faq-block details.is-open .institutional-faq-block__answer{max-height:var(--faq-answer-height, 0px)}.institutional-faq-block__answer-inner{padding-bottom:2.2rem}.institutional-faq-block summary svg{flex:0 0 auto;transition:transform .3s ease}.institutional-faq-block details.is-open summary svg{transform:rotate(180deg)}.institutional-faq-block{width:100%;max-width:90rem}.institutional-faq-block h2{margin:0 0 4.2rem;font-size:2.4rem;font-weight:700;line-height:1.2;text-transform:uppercase}.institutional-faq-block details{border-bottom:.1rem solid #111}.institutional-faq-block summary{display:flex;justify-content:space-between;gap:2rem;padding:1.8rem 0;cursor:pointer;list-style:none;font-size:1.6rem;font-weight:700}.institutional-faq-block summary::-webkit-details-marker{display:none}.institutional-faq-block__answer{font-size:1.6rem;font-weight:300;line-height:1.4}@media screen and (min-width:990px){.institutional-faq-block{max-width:74.5rem}}@media screen and (max-width:989px){.institutional-faq-block h2{margin-bottom:2.3rem;font-size:1.8rem}.institutional-faq-block summary{padding:1.8rem 0;font-size:1.4rem}.institutional-faq-block__answer{font-size:1.4rem}}.institutional-step-item{position:relative;text-align:center}.institutional-step-item__marker{position:relative;z-index:1;width:5.2rem;height:5.2rem;margin:0 auto 4.7rem;display:grid;place-items:center;border-radius:50%;background:#d7d7d7;box-shadow:0 0 0 1.6rem #fff;font-size:2rem}.institutional-step-item h3{margin:0 0 1.3rem;font-size:1.6rem;font-weight:700}.institutional-step-item__text{font-size:1.4rem;font-weight:300;line-height:1.3}@media screen and (min-width:990px){.institutional-step-item:not(:last-child):after{content:"";position:absolute;top:2.6rem;left:calc(50% + 4.2rem);width:calc(100% - 8.4rem);border-top:.1rem dashed #d7d7d7}}@media screen and (max-width:989px){.institutional-step-item{display:grid;grid-template-columns:4rem 1fr;gap:1.8rem;text-align:left}.institutional-step-item__marker{width:3.2rem;height:3.2rem;margin:0;box-shadow:none;font-size:1.4rem}.institutional-step-item h3{margin-top:.4rem;font-size:1.4rem}.institutional-step-item__text{font-size:1.2rem}}.institutional-steps-block{max-width:90rem;margin-bottom:6rem}.institutional-steps-block h2{margin:0 0 5.8rem;font-size:2.4rem;font-weight:700;line-height:1.2;text-transform:uppercase}.institutional-steps-block__items{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.institutional-steps-block__items>*{position:relative;z-index:1}.institutional-steps-block__items>*:not(:last-child):after{content:"";position:absolute;z-index:0;top:2.6rem;left:calc(50% + 2.6rem);right:calc(-50% - 3rem + 2.6rem);border-top:.1rem dashed #d7d7d7}@media screen and (max-width:989px){.institutional-steps-block{margin-bottom:5rem}.institutional-steps-block h2{margin-bottom:3.3rem;font-size:1.8rem}.institutional-steps-block__items{position:relative;display:flex;flex-direction:column;gap:2.8rem}.institutional-steps-block__items:before{content:"";position:absolute;z-index:0;top:1.6rem;bottom:1.6rem;left:1.6rem;border-left:.1rem dashed #d7d7d7}.institutional-steps-block__items>*:not(:last-child):after{display:none}}.institutional-text-block{max-width:90rem}.institutional-text-block{margin-bottom:5rem}.institutional-text-block h2{margin:0 0 2.2rem;font-size:2.4rem;font-weight:700;line-height:1.2;text-transform:uppercase}.institutional-text-block__rte{font-size:1.6rem;font-weight:300;line-height:1.42}.institutional-text-block__rte p{margin:0 0 1.8rem}.institutional-text-block__rte p:last-child{margin-bottom:0}@media screen and (max-width:989px){.institutional-text-block h2{margin-bottom:2rem;font-size:1.8rem}.institutional-text-block__rte{font-size:1.4rem;line-height:1.35}.institutional-text-block{margin-bottom:5rem}}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.video-tutorial-card{min-width:0}.video-tutorial-card__trigger,.video-tutorial-card__player{position:relative;display:block;width:100%;aspect-ratio:16 / 9;overflow:hidden;box-sizing:border-box;border:var(--video-card-border-width) solid var(--video-card-border);background:#f5f0e8}.video-tutorial-card__trigger[hidden],.video-tutorial-card__player[hidden]{display:none!important}.video-tutorial-card__trigger{padding:0;cursor:pointer}.video-tutorial-card__trigger img{width:100%;height:100%;display:block;object-fit:cover}.video-tutorial-card__player video,.video-tutorial-card__player iframe{width:100%;height:100%;min-height:0;display:block;object-fit:cover;border:0}.video-tutorial-card__play{position:absolute;top:50%;left:50%;display:grid;width:4.4rem;height:4.4rem;place-items:center;border-radius:50%;background:#ffffffdb;color:#111;font-size:1.6rem;transform:translate(-50%,-50%);transition:transform .2s ease,background .2s ease}.video-tutorial-card__trigger:hover .video-tutorial-card__play{background:#fff;transform:translate(-50%,-50%) scale(1.08)}.video-tutorial-card h3{margin:1.2rem 0 0;text-align:center;font-size:1.6rem;font-weight:300;line-height:1.2}@media screen and (max-width:989px){.video-tutorial-card p{margin-top:1.2rem;font-size:1.6rem}}.video-tutorial-group h2{width:fit-content;margin:0 0 2.8rem;padding-bottom:.7rem;border-bottom:.1rem solid #111;font-size:1.8rem;font-weight:400;line-height:1;text-transform:uppercase}.video-tutorial-group__slider{box-sizing:border-box;padding-inline:2.2rem}.video-tutorial-group__list{margin:0;padding:0;list-style:none}.video-tutorial-group__list>.splide__slide{min-width:0}.video-tutorial-group__list>.splide__slide .video-tutorial-card{width:100%}.video-tutorial-group__slider .splide__arrow{z-index:2;opacity:1}.video-tutorial-group__slider .splide__arrow--prev{left:0}.video-tutorial-group__slider .splide__arrow--next{right:0}@media screen and (max-width:1023px){.video-tutorial-group h3{margin-bottom:2.3rem;font-size:1.4rem}.video-tutorial-group__slider{padding-inline:2rem}}.cartUpsell .splide__pagination{position:static;display:flex;justify-content:center;align-items:center;gap:20px;margin-top:8px;padding:0}.cartUpsell .splide__pagination__page{width:5px;height:5px;flex-shrink:0;margin:0;background:transparent;border:1px solid #1a1a1a;border-radius:0;opacity:1;transform:none}.cartUpsell .splide__pagination__page.is-active{width:6px;height:6px;background:#1a1a1a;border:1px solid #1a1a1a;transform:none}.collectionEditorialTileRichText>.metafield-rich_text_field>*{margin:0;color:inherit;font:inherit}[data-drawer=filters]{--drawer-z-index: 10001}.collection-filter-summary::-webkit-details-marker{display:none}.collection-filter-checkbox{-webkit-appearance:none;appearance:none}.collection-filter-checkbox:checked{background:#1a1a1a;box-shadow:inset 0 0 0 4px #fff}.collection-sort-menu[hidden],.collection-filter-accordion-content[hidden]{display:none}.collection-filter-accordion[data-open=true] .collection-filter-title{font-weight:700}.collection-filter-accordion[data-open=true] .collection-filter-arrow{transform:rotate(180deg)}.collection-price-range{--range-min: 0%;--range-max: 100%}.collection-price-range-track{background:linear-gradient(to right,#e9e9e8 0%,#e9e9e8 var(--range-min),#1a1a1a var(--range-min),#1a1a1a var(--range-max),#e9e9e8 var(--range-max),#e9e9e8 100%)}.collection-price-range-input{-webkit-appearance:none;appearance:none;background:transparent;pointer-events:none}.collection-price-range-input:focus{outline:none}.collection-price-range-input::-webkit-slider-runnable-track{height:2px;background:transparent}.collection-price-range-input::-moz-range-track{height:2px;background:transparent}.collection-price-range-input::-webkit-slider-thumb{width:17px;height:17px;margin-top:-8px;-webkit-appearance:none;appearance:none;cursor:pointer;pointer-events:auto;border:1px solid #1a1a1a;border-radius:9999px;background:#fff}.collection-price-range-input::-moz-range-thumb{width:17px;height:17px;cursor:pointer;pointer-events:auto;border:1px solid #1a1a1a;border-radius:9999px;background:#fff}.home-product-panel{background:var(--hpp-panel-bg);box-shadow:0 4px 4px var(--hpp-shadow)}.home-product-panel:hover,.home-product-panel.panel-open{box-shadow:0 12px 28px var(--hpp-hover-shadow)}.home-product-panel__image{box-shadow:0 .923px 2.769px var(--hpp-image-shadow)}.home-product-panel__thumb{background:var(--hpp-icon-bg);color:var(--hpp-icon)}.home-product-panel__reference{color:var(--hpp-muted-text)}.home-product-panel__title,.home-product-panel__price{color:var(--hpp-text)}.home-product-panel__cta{background:var(--hpp-button-bg);color:var(--hpp-button-text);outline:1px solid var(--hpp-button-border)}.home-product-panel__cta:hover{background:var(--hpp-button-hover-bg);color:var(--hpp-button-hover-text)}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.newsletterPopup__form{margin:0}.newsletterPopup[hidden]{display:none}.newsletterPopup{position:fixed;z-index:11000;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease}.newsletterPopup.is-visible{opacity:1;visibility:visible}.newsletterPopup__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a1a1a94;cursor:pointer}.newsletterPopup__dialog{position:relative;z-index:1;width:min(100%,460px);max-height:calc(100vh - 40px);overflow-y:auto;box-sizing:border-box;padding:40px 32px 32px;background:#f5f0e8;color:#1a1a1a;box-shadow:0 18px 50px #1a1a1a33}.newsletterPopup__dialog h2{margin:0 0 12px;font-family:DIN Pro,DIN,sans-serif;font-size:26px;font-weight:700;line-height:1.15}.newsletterPopup__dialog p{margin:0 0 24px;font-family:DIN Pro,DIN,sans-serif;font-size:15px;line-height:1.45}.newsletterPopup__close{position:absolute;top:12px;right:14px;display:flex;width:28px;height:28px;align-items:center;justify-content:center;border:0;background:transparent;padding:0;color:#1a1a1a;cursor:pointer;font-size:25px;line-height:1}.newsletterPopup__close:hover,.newsletterPopup__close:focus-visible{color:var(--color-primary)}.newsletterPopup__primary,.newsletterPopup__secondary{display:flex;width:100%;min-height:44px;align-items:center;justify-content:center;border:1px solid #1a1a1a;padding:10px 16px;cursor:pointer;font-family:DIN Pro,DIN,sans-serif;font-size:14px;line-height:1.35;transition:opacity .18s ease,background-color .18s ease,color .18s ease}.newsletterPopup__primary{background:#1a1a1a;color:#fff}.newsletterPopup__secondary{margin-top:10px;background:transparent;color:#1a1a1a}.newsletterPopup__primary:hover,.newsletterPopup__secondary:hover,.newsletterPopup__primary:focus-visible,.newsletterPopup__secondary:focus-visible{opacity:.78}.newsletterPopup__dialog label{display:block;margin:0 0 6px;font-family:DIN Pro,DIN,sans-serif;font-size:14px;line-height:1.35}.newsletterPopup__dialog input:not([type=hidden]){display:block;width:100%;box-sizing:border-box;min-height:44px;margin:0 0 16px;border:1px solid #1a1a1a;border-radius:0;background:#fff;padding:10px 12px;color:#1a1a1a;font-family:DIN Pro,DIN,sans-serif;font-size:15px}.newsletterPopup__dialog input:not([type=hidden]):focus{outline:2px solid var(--color-primary);outline-offset:1px}.newsletterPopup__feedback{margin:0 0 18px;padding:12px;font-family:DIN Pro,DIN,sans-serif;font-size:13px}.newsletterPopup__feedback p{margin:0 0 6px;font-size:13px}.newsletterPopup__feedback--error{border:1px solid #a51f1f;background:#fff1f1;color:#7a1515}.newsletterPopup__feedback ul{margin:0;padding-left:18px}@media screen and (max-width:749px){.newsletterPopup{padding:12px}.newsletterPopup__dialog{max-height:calc(100vh - 24px);padding:36px 20px 24px}.newsletterPopup__dialog h2{font-size:22px}}@media(prefers-reduced-motion:reduce){.newsletterPopup,.newsletterPopup__primary,.newsletterPopup__secondary{transition:none}}.bt-item[data-checked=false] .bt-check-inner{border:1px solid red;background:transparent}.bt-item[data-checked=false] .bt-check-inner svg{opacity:0}[data-color-swatch]{cursor:pointer;-webkit-appearance:none;appearance:none;background:transparent;border:0;box-sizing:border-box;width:24px!important;height:24px!important;padding:2px!important}[data-color-swatch][data-selected=true]>span{border:2px solid rgba(255,255,255,.9);box-sizing:border-box}[data-color-swatch]>span{display:block;width:100%;height:100%;overflow:hidden}[data-color-swatch]>span img{display:block;width:100%;height:100%;object-fit:cover}@media(min-width:1024px){[data-color-swatch]{width:34px!important;height:34px!important;padding:4px!important}}.color-swatch-more--mobile-only{display:none}@media(max-width:1023px){.color-swatch-button--third{display:none!important}.color-swatch-more--mobile-only{display:block}}.productCard__buyBtn{transition:width .3s cubic-bezier(.4,0,.2,1),padding .3s cubic-bezier(.4,0,.2,1)}.productCard__buyLabel{opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.productCard--style-1:hover .productCard__buyLabel{opacity:1}.productCarousel .productCard__media{aspect-ratio:auto;height:220px;max-height:220px}.productCarousel .productCard a.line-clamp-3{-webkit-line-clamp:2}.productCarousel .splide__pagination{position:static;display:flex;justify-content:center;align-items:center;gap:20px;margin-top:16px;padding:0}.productCarousel .splide__pagination__page{width:5px;height:5px;flex-shrink:0;margin:0;background:transparent;border:1px solid #1a1a1a;border-radius:0;opacity:1;transform:none}.productCarousel .splide__pagination__page.is-active{width:10px;height:10px;background:#1a1a1a;border:1px solid #1a1a1a;transform:none}.productCarousel .splide__pagination li{align-items:center;justify-content:center;display:flex}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
