.page__button{margin:10px}.page__main{margin:5px}.page__i18n,.page__ul{margin:10px}.andes-message{border-radius:6px;display:flex;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:14px;padding:1.1428571429em;position:relative;-webkit-font-smoothing:antialiased}.andes-message__text,.andes-message__title{font-weight:400}.andes-message__primary-button-closeable{margin-right:26px}.andes-message__close--bottom{cursor:pointer;display:flex;top:1.1428571429em}.andes-message__close-button{border:0;margin:0 0 0 16px;padding:0}.andes-message__secondary-button{margin-left:8px}.andes-message__content{width:100%}.andes-message__content--untitled{align-items:center;display:flex}.andes-message__badge{display:flex;margin-right:1.1428571429em}@keyframes andes-button-start-width-animation{0%{width:0}to{width:90%}}@keyframes andes-button-start-width-animation-reduce-motion{0%{width:0}30%{width:30%}60%{width:60%}to{width:90%}}.andes-button:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));outline:none}.andes-button:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));outline:none}.andes-button:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-button{border-radius:6px;display:inline-block;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:16px;font-weight:600;height:48px;line-height:48px;padding:0 24px;text-align:center;width:auto;-webkit-font-smoothing:antialiased}@media(prefers-reduced-motion:no-preference){.andes-button{transition:.18s ease-out;transition-property:background,color}}.andes-button:link{text-decoration:none}.andes-button,.andes-button *{box-sizing:border-box}.andes-button svg{display:inline-block;max-height:1.125em;max-width:1.125em;vertical-align:middle}.andes-button--full-width{display:block;width:100%}.andes-button:disabled,.andes-button[aria-disabled=true],.andes-button[disabled]{pointer-events:none}.andes-button--loading{overflow-y:hidden;position:relative}.andes-button--loading:after,.andes-button--loading:before{background-color:var(--andes-button-loud-color-fill-progress,var(--andes-color-blue-600,#2968c8))}.andes-button--loading:after,.andes-button--loading:before{border-radius:.2222222222em;box-sizing:content-box;content:"";height:100%;left:0;margin:-.0555555556em;padding:.0555555556em;position:absolute;top:0;transform:scaleX(0);transform-origin:left center;width:100%}.andes-button--loading .andes-progress-indicator-circular{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.andes-button--loading .andes-progress-indicator-circular__container{align-items:center;display:inline-flex;justify-content:center;position:relative;width:100%}@media(prefers-reduced-motion:no-preference){.andes-button--loading .andes-progress-indicator-circular__container{animation:translateInButtonSpinner .18s forwards}}.andes-button--loading .andes-progress-indicator-circular__progress{display:block}.andes-button--loading .andes-progress-indicator-circular__progress div{align-items:center;display:flex;justify-content:center}.andes-button--loading .andes-progress-indicator-circular__progress .andes-progress-indicator-circular__svg{position:relative;stroke-width:6px;top:3px}.andes-button--loading .andes-button__content{display:block;opacity:0}@media(prefers-reduced-motion:no-preference){.andes-button--loading .andes-button__content{animation:translateOutButtonSpinner .2s forwards}}.andes-button--loading-complete{overflow-y:hidden}.andes-button--loading-complete .andes-button__content{margin:0;max-height:none;opacity:1}@media(prefers-reduced-motion:no-preference){.andes-button--loading-complete .andes-button__content{animation:translateInButtonSpinnerComplete .2s forwards}}.andes-button__content{align-items:center;display:flex;height:100%;justify-content:center}.andes-button__content *{display:block;float:left}.andes-button__text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.andes-button__text+svg,svg+.andes-button__text{margin-left:12px}@keyframes translateInButtonSpinner{0%{opacity:0;transform:translateY(60%)}40%{opacity:.4;transform:translateY(50%)}to{opacity:1;transform:translateY(0)}}@keyframes translateOutButtonSpinner{0%{opacity:1}80%{opacity:.5;transform:translateY(-30%)}90%{transform:translateY(-40%)}to{opacity:0;transform:translateY(-60%)}}@keyframes translateInButtonSpinnerComplete{0%{opacity:0;transform:translateY(65%)}50%{opacity:.5}to{opacity:1;transform:translateY(0)}}.andes-button--medium{border-radius:5px;font-size:14px;height:32px;line-height:32px;padding:0 12px}.andes-button--medium .andes-button__text+svg,.andes-button--medium svg+.andes-button__text{margin-left:8px}.andes-button--medium .andes-progress-indicator-circular__progress .andes-progress-indicator-circular__svg{top:0}.andes-button--medium.andes-button--loading-complete .andes-button__content{animation:translateInButtonSpinnerCompleteMedium .2s,fadeIn .2s;animation-fill-mode:forwards}@keyframes translateInButtonSpinnerCompleteMedium{0%{transform:translateY(50%)}to{transform:translateY(calc(-50% + 13px))}}.andes-button--small{border-radius:4px;font-size:12px;height:24px;line-height:24px;padding:0 8px}.andes-button--small .andes-progress-indicator-circular__progress .andes-progress-indicator-circular__svg{top:1.5px}.andes-button--small .andes-button__text{margin:0}.andes-button--small.andes-button--loading-complete .andes-button__content{animation:translateInButtonSpinnerCompleteSmall .2s,fadeIn .2s;animation-fill-mode:forwards}@keyframes translateInButtonSpinnerCompleteSmall{0%{transform:translateY(50%)}to{transform:translateY(calc(-50% + 10px))}}.andes-button--loud:hover{background-color:var(--andes-button-loud-color-fill-default,var(--andes-color-blue-500,#3483fa));border-color:transparent;color:var(--andes-button-loud-color-text-default,#fff)}.andes-button--loud:hover path[stroke]:not([stroke=none]),.andes-button--loud:hover svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-loud-color-icon-default,#fff)!important}.andes-button--loud:hover path[fill]:not([fill=none]),.andes-button--loud:hover svg[fill]:not([fill=none]){fill:var(--andes-button-icon-loud-color-icon-default,#fff)!important}.andes-button--loud.andes-button--color-on-background:hover{background-color:var(--andes-button-loud-color-fill-default-on-complex-bg,rgba(0,0,0,.45));border-color:transparent;color:var(--andes-button-loud-color-text-default-on-complex-bg,#fff)}.andes-button--loud.andes-button--color-on-background:hover path[stroke]:not([stroke=none]),.andes-button--loud.andes-button--color-on-background:hover svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-loud-color-icon-default-on-complex-bg,#fff)!important}.andes-button--loud.andes-button--color-on-background:hover path[fill]:not([fill=none]),.andes-button--loud.andes-button--color-on-background:hover svg[fill]:not([fill=none]){fill:var(--andes-button-icon-loud-color-icon-default-on-complex-bg,#fff)!important}@media(min-width:768px){.andes-button--loud:hover,.andes-button--loud:link:hover,.andes-button--loud:visited:hover{background-color:var(--andes-button-loud-color-fill-hover,var(--andes-color-blue-600,#2968c8));border-color:transparent;color:var(--andes-button-loud-color-text-default,#fff)}.andes-button--loud:hover path[stroke]:not([stroke=none]),.andes-button--loud:hover svg[stroke]:not([stroke=none]),.andes-button--loud:link:hover path[stroke]:not([stroke=none]),.andes-button--loud:link:hover svg[stroke]:not([stroke=none]),.andes-button--loud:visited:hover path[stroke]:not([stroke=none]),.andes-button--loud:visited:hover svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-loud-color-icon-default,#fff)!important}.andes-button--loud:hover path[fill]:not([fill=none]),.andes-button--loud:hover svg[fill]:not([fill=none]),.andes-button--loud:link:hover path[fill]:not([fill=none]),.andes-button--loud:link:hover svg[fill]:not([fill=none]),.andes-button--loud:visited:hover path[fill]:not([fill=none]),.andes-button--loud:visited:hover svg[fill]:not([fill=none]){fill:var(--andes-button-icon-loud-color-icon-default,#fff)!important}.andes-button--loud.andes-button--color-on-background:hover,.andes-button--loud.andes-button--color-on-background:link:hover,.andes-button--loud.andes-button--color-on-background:visited:hover{background-color:var(--andes-button-loud-color-fill-hover-on-complex-bg,rgba(0,0,0,.55));border-color:transparent;color:var(--andes-button-loud-color-text-default-on-complex-bg,#fff)}.andes-button--loud.andes-button--color-on-background:hover path[stroke]:not([stroke=none]),.andes-button--loud.andes-button--color-on-background:hover svg[stroke]:not([stroke=none]),.andes-button--loud.andes-button--color-on-background:link:hover path[stroke]:not([stroke=none]),.andes-button--loud.andes-button--color-on-background:link:hover svg[stroke]:not([stroke=none]),.andes-button--loud.andes-button--color-on-background:visited:hover path[stroke]:not([stroke=none]),.andes-button--loud.andes-button--color-on-background:visited:hover svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-loud-color-icon-default-on-complex-bg,#fff)!important}.andes-button--loud.andes-button--color-on-background:hover path[fill]:not([fill=none]),.andes-button--loud.andes-button--color-on-background:hover svg[fill]:not([fill=none]),.andes-button--loud.andes-button--color-on-background:link:hover path[fill]:not([fill=none]),.andes-button--loud.andes-button--color-on-background:link:hover svg[fill]:not([fill=none]),.andes-button--loud.andes-button--color-on-background:visited:hover path[fill]:not([fill=none]),.andes-button--loud.andes-button--color-on-background:visited:hover svg[fill]:not([fill=none]){fill:var(--andes-button-icon-loud-color-icon-default-on-complex-bg,#fff)!important}}.andes-button--loud{box-shadow:0 0 0 0 #fff;cursor:pointer}@media(prefers-reduced-motion:no-preference){.andes-button--loud{transition:box-shadow .25s ease-out,background-color .2s ease-out}}.andes-button--loud,.andes-button--loud:focus,.andes-button--loud:link,.andes-button--loud:visited{background-color:var(--andes-button-loud-color-fill-default,var(--andes-color-blue-500,#3483fa));border-color:transparent;color:var(--andes-button-loud-color-text-default,#fff)}.andes-button--loud path[stroke]:not([stroke=none]),.andes-button--loud svg[stroke]:not([stroke=none]),.andes-button--loud:focus path[stroke]:not([stroke=none]),.andes-button--loud:focus svg[stroke]:not([stroke=none]),.andes-button--loud:link path[stroke]:not([stroke=none]),.andes-button--loud:link svg[stroke]:not([stroke=none]),.andes-button--loud:visited path[stroke]:not([stroke=none]),.andes-button--loud:visited svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-loud-color-icon-default,#fff)!important}.andes-button--loud path[fill]:not([fill=none]),.andes-button--loud svg[fill]:not([fill=none]),.andes-button--loud:focus path[fill]:not([fill=none]),.andes-button--loud:focus svg[fill]:not([fill=none]),.andes-button--loud:link path[fill]:not([fill=none]),.andes-button--loud:link svg[fill]:not([fill=none]),.andes-button--loud:visited path[fill]:not([fill=none]),.andes-button--loud:visited svg[fill]:not([fill=none]){fill:var(--andes-button-icon-loud-color-icon-default,#fff)!important}@media(prefers-reduced-motion:no-preference){.andes-button--loud:hover{transition:background-color .2s ease-in}}.andes-button--loud:active{background-color:var(--andes-button-loud-color-fill-active,var(--andes-color-blue-700,#1f4e96));border-color:transparent;color:var(--andes-button-loud-color-text-default,#fff)}.andes-button--loud:active path[stroke]:not([stroke=none]),.andes-button--loud:active svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-loud-color-icon-default,#fff)!important}.andes-button--loud:active path[fill]:not([fill=none]),.andes-button--loud:active svg[fill]:not([fill=none]){fill:var(--andes-button-icon-loud-color-icon-default,#fff)!important}.andes-button--loud:not(.andes-button--loading,.loading):disabled,.andes-button--loud:not(.andes-button--loading,.loading)[aria-disabled=true],.andes-button--loud:not(.andes-button--loading,.loading)[disabled]{background-color:var(--andes-button-loud-color-fill-disabled,rgba(0,0,0,.1));border-color:transparent;color:var(--andes-button-loud-color-text-disabled,rgba(0,0,0,.25))}.andes-button--loud:not(.andes-button--loading,.loading):disabled path[stroke]:not([stroke=none]),.andes-button--loud:not(.andes-button--loading,.loading):disabled svg[stroke]:not([stroke=none]),.andes-button--loud:not(.andes-button--loading,.loading)[aria-disabled=true] path[stroke]:not([stroke=none]),.andes-button--loud:not(.andes-button--loading,.loading)[aria-disabled=true] svg[stroke]:not([stroke=none]),.andes-button--loud:not(.andes-button--loading,.loading)[disabled] path[stroke]:not([stroke=none]),.andes-button--loud:not(.andes-button--loading,.loading)[disabled] svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-loud-color-icon-disabled,rgba(0,0,0,.25))!important}.andes-button--loud:not(.andes-button--loading,.loading):disabled path[fill]:not([fill=none]),.andes-button--loud:not(.andes-button--loading,.loading):disabled svg[fill]:not([fill=none]),.andes-button--loud:not(.andes-button--loading,.loading)[aria-disabled=true] path[fill]:not([fill=none]),.andes-button--loud:not(.andes-button--loading,.loading)[aria-disabled=true] svg[fill]:not([fill=none]),.andes-button--loud:not(.andes-button--loading,.loading)[disabled] path[fill]:not([fill=none]),.andes-button--loud:not(.andes-button--loading,.loading)[disabled] svg[fill]:not([fill=none]){fill:var(--andes-button-icon-loud-color-icon-disabled,rgba(0,0,0,.25))!important}.andes-button--loud:not(.andes-button--loading,.loading):disabled,.andes-button--loud:not(.andes-button--loading,.loading)[aria-disabled=true],.andes-button--loud:not(.andes-button--loading,.loading)[disabled]{background-clip:padding-box;cursor:default}.andes-button--loud.andes-button--loading .andes-progress-indicator-circular__progress{stroke:var(--andes-button-loud-color-spinner,#fff)}.andes-button--loud.andes-button--color-on-background,.andes-button--loud.andes-button--color-on-background:focus,.andes-button--loud.andes-button--color-on-background:link,.andes-button--loud.andes-button--color-on-background:visited{background-color:var(--andes-button-loud-color-fill-default-on-complex-bg,rgba(0,0,0,.45));border-color:transparent;color:var(--andes-button-loud-color-text-default-on-complex-bg,#fff)}.andes-button--loud.andes-button--color-on-background path[stroke]:not([stroke=none]),.andes-button--loud.andes-button--color-on-background svg[stroke]:not([stroke=none]),.andes-button--loud.andes-button--color-on-background:focus path[stroke]:not([stroke=none]),.andes-button--loud.andes-button--color-on-background:focus svg[stroke]:not([stroke=none]),.andes-button--loud.andes-button--color-on-background:link path[stroke]:not([stroke=none]),.andes-button--loud.andes-button--color-on-background:link svg[stroke]:not([stroke=none]),.andes-button--loud.andes-button--color-on-background:visited path[stroke]:not([stroke=none]),.andes-button--loud.andes-button--color-on-background:visited svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-loud-color-icon-default-on-complex-bg,#fff)!important}.andes-button--loud.andes-button--color-on-background path[fill]:not([fill=none]),.andes-button--loud.andes-button--color-on-background svg[fill]:not([fill=none]),.andes-button--loud.andes-button--color-on-background:focus path[fill]:not([fill=none]),.andes-button--loud.andes-button--color-on-background:focus svg[fill]:not([fill=none]),.andes-button--loud.andes-button--color-on-background:link path[fill]:not([fill=none]),.andes-button--loud.andes-button--color-on-background:link svg[fill]:not([fill=none]),.andes-button--loud.andes-button--color-on-background:visited path[fill]:not([fill=none]),.andes-button--loud.andes-button--color-on-background:visited svg[fill]:not([fill=none]){fill:var(--andes-button-icon-loud-color-icon-default-on-complex-bg,#fff)!important}.andes-button--loud.andes-button--color-on-background:active{background-color:var(--andes-button-loud-color-fill-active-on-complex-bg,rgba(0,0,0,.8));border-color:transparent;color:var(--andes-button-loud-color-text-default-on-complex-bg,#fff)}.andes-button--loud.andes-button--color-on-background:active path[stroke]:not([stroke=none]),.andes-button--loud.andes-button--color-on-background:active svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-loud-color-icon-default-on-complex-bg,#fff)!important}.andes-button--loud.andes-button--color-on-background:active path[fill]:not([fill=none]),.andes-button--loud.andes-button--color-on-background:active svg[fill]:not([fill=none]){fill:var(--andes-button-icon-loud-color-icon-default-on-complex-bg,#fff)!important}.andes-button--loud.andes-button--color-on-background:not(.andes-button--loading,.loading):disabled,.andes-button--loud.andes-button--color-on-background:not(.andes-button--loading,.loading)[aria-disabled=true],.andes-button--loud.andes-button--color-on-background:not(.andes-button--loading,.loading)[disabled]{background-color:var(--andes-button-loud-color-fill-disabled-on-complex-bg,rgba(0,0,0,.15));border-color:transparent;color:var(--andes-button-loud-color-text-disabled-on-complex-bg,rgba(0,0,0,.25))}.andes-button--loud.andes-button--color-on-background:not(.andes-button--loading,.loading):disabled path[stroke]:not([stroke=none]),.andes-button--loud.andes-button--color-on-background:not(.andes-button--loading,.loading):disabled svg[stroke]:not([stroke=none]),.andes-button--loud.andes-button--color-on-background:not(.andes-button--loading,.loading)[aria-disabled=true] path[stroke]:not([stroke=none]),.andes-button--loud.andes-button--color-on-background:not(.andes-button--loading,.loading)[aria-disabled=true] svg[stroke]:not([stroke=none]),.andes-button--loud.andes-button--color-on-background:not(.andes-button--loading,.loading)[disabled] path[stroke]:not([stroke=none]),.andes-button--loud.andes-button--color-on-background:not(.andes-button--loading,.loading)[disabled] svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-loud-color-icon-disabled-on-complex-bg,rgba(0,0,0,.25))!important}.andes-button--loud.andes-button--color-on-background:not(.andes-button--loading,.loading):disabled path[fill]:not([fill=none]),.andes-button--loud.andes-button--color-on-background:not(.andes-button--loading,.loading):disabled svg[fill]:not([fill=none]),.andes-button--loud.andes-button--color-on-background:not(.andes-button--loading,.loading)[aria-disabled=true] path[fill]:not([fill=none]),.andes-button--loud.andes-button--color-on-background:not(.andes-button--loading,.loading)[aria-disabled=true] svg[fill]:not([fill=none]),.andes-button--loud.andes-button--color-on-background:not(.andes-button--loading,.loading)[disabled] path[fill]:not([fill=none]),.andes-button--loud.andes-button--color-on-background:not(.andes-button--loading,.loading)[disabled] svg[fill]:not([fill=none]){fill:var(--andes-button-icon-loud-color-icon-disabled-on-complex-bg,rgba(0,0,0,.25))!important}.andes-button--loud.andes-button--color-on-background.andes-button--loading .andes-progress-indicator-circular__progress{stroke:var(--andes-button-loud-color-spinner-on-complex-bg,#fff)}.andes-button--quiet:hover{background-color:var(--andes-button-quiet-color-fill-default,var(--andes-color-blue-150,rgba(65,137,230,.15)));border-color:transparent;color:var(--andes-button-quiet-color-text-default,var(--andes-color-blue-500,#3483fa))}.andes-button--quiet:hover path[stroke]:not([stroke=none]),.andes-button--quiet:hover svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-quiet-color-icon-default,var(--andes-color-blue-500,#3483fa))!important}.andes-button--quiet:hover path[fill]:not([fill=none]),.andes-button--quiet:hover svg[fill]:not([fill=none]){fill:var(--andes-button-icon-quiet-color-icon-default,var(--andes-color-blue-500,#3483fa))!important}.andes-button--quiet.andes-button--color-on-background:hover{background-color:var(--andes-button-quiet-color-fill-default-on-complex-bg,rgba(0,0,0,.15));border-color:transparent;color:var(--andes-button-quiet-color-text-default-on-complex-bg,#fff)}.andes-button--quiet.andes-button--color-on-background:hover path[stroke]:not([stroke=none]),.andes-button--quiet.andes-button--color-on-background:hover svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-quiet-color-icon-default-on-complex-bg,#fff)!important}.andes-button--quiet.andes-button--color-on-background:hover path[fill]:not([fill=none]),.andes-button--quiet.andes-button--color-on-background:hover svg[fill]:not([fill=none]){fill:var(--andes-button-icon-quiet-color-icon-default-on-complex-bg,#fff)!important}@media(min-width:768px){.andes-button--quiet:hover,.andes-button--quiet:link:hover,.andes-button--quiet:visited:hover{background-color:var(--andes-button-quiet-color-fill-hover,var(--andes-color-blue-200,rgba(65,137,230,.2)));border-color:transparent;color:var(--andes-button-quiet-color-text-default,var(--andes-color-blue-500,#3483fa))}.andes-button--quiet:hover path[stroke]:not([stroke=none]),.andes-button--quiet:hover svg[stroke]:not([stroke=none]),.andes-button--quiet:link:hover path[stroke]:not([stroke=none]),.andes-button--quiet:link:hover svg[stroke]:not([stroke=none]),.andes-button--quiet:visited:hover path[stroke]:not([stroke=none]),.andes-button--quiet:visited:hover svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-quiet-color-icon-default,var(--andes-color-blue-500,#3483fa))!important}.andes-button--quiet:hover path[fill]:not([fill=none]),.andes-button--quiet:hover svg[fill]:not([fill=none]),.andes-button--quiet:link:hover path[fill]:not([fill=none]),.andes-button--quiet:link:hover svg[fill]:not([fill=none]),.andes-button--quiet:visited:hover path[fill]:not([fill=none]),.andes-button--quiet:visited:hover svg[fill]:not([fill=none]){fill:var(--andes-button-icon-quiet-color-icon-default,var(--andes-color-blue-500,#3483fa))!important}.andes-button--quiet.andes-button--color-on-background:hover,.andes-button--quiet.andes-button--color-on-background:link:hover,.andes-button--quiet.andes-button--color-on-background:visited:hover{background-color:var(--andes-button-quiet-color-fill-hover-on-complex-bg,rgba(0,0,0,.25));border-color:transparent;color:var(--andes-button-quiet-color-text-default-on-complex-bg,#fff)}.andes-button--quiet.andes-button--color-on-background:hover path[stroke]:not([stroke=none]),.andes-button--quiet.andes-button--color-on-background:hover svg[stroke]:not([stroke=none]),.andes-button--quiet.andes-button--color-on-background:link:hover path[stroke]:not([stroke=none]),.andes-button--quiet.andes-button--color-on-background:link:hover svg[stroke]:not([stroke=none]),.andes-button--quiet.andes-button--color-on-background:visited:hover path[stroke]:not([stroke=none]),.andes-button--quiet.andes-button--color-on-background:visited:hover svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-quiet-color-icon-default-on-complex-bg,#fff)!important}.andes-button--quiet.andes-button--color-on-background:hover path[fill]:not([fill=none]),.andes-button--quiet.andes-button--color-on-background:hover svg[fill]:not([fill=none]),.andes-button--quiet.andes-button--color-on-background:link:hover path[fill]:not([fill=none]),.andes-button--quiet.andes-button--color-on-background:link:hover svg[fill]:not([fill=none]),.andes-button--quiet.andes-button--color-on-background:visited:hover path[fill]:not([fill=none]),.andes-button--quiet.andes-button--color-on-background:visited:hover svg[fill]:not([fill=none]){fill:var(--andes-button-icon-quiet-color-icon-default-on-complex-bg,#fff)!important}}.andes-button--quiet{box-shadow:0 0 0 0 #fff;cursor:pointer}@media(prefers-reduced-motion:no-preference){.andes-button--quiet{transition:box-shadow .25s ease-out,background-color .2s ease-out}}.andes-button--quiet,.andes-button--quiet:focus,.andes-button--quiet:link,.andes-button--quiet:visited{background-color:var(--andes-button-quiet-color-fill-default,var(--andes-color-blue-150,rgba(65,137,230,.15)));border-color:transparent;color:var(--andes-button-quiet-color-text-default,var(--andes-color-blue-500,#3483fa))}.andes-button--quiet path[stroke]:not([stroke=none]),.andes-button--quiet svg[stroke]:not([stroke=none]),.andes-button--quiet:focus path[stroke]:not([stroke=none]),.andes-button--quiet:focus svg[stroke]:not([stroke=none]),.andes-button--quiet:link path[stroke]:not([stroke=none]),.andes-button--quiet:link svg[stroke]:not([stroke=none]),.andes-button--quiet:visited path[stroke]:not([stroke=none]),.andes-button--quiet:visited svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-quiet-color-icon-default,var(--andes-color-blue-500,#3483fa))!important}.andes-button--quiet path[fill]:not([fill=none]),.andes-button--quiet svg[fill]:not([fill=none]),.andes-button--quiet:focus path[fill]:not([fill=none]),.andes-button--quiet:focus svg[fill]:not([fill=none]),.andes-button--quiet:link path[fill]:not([fill=none]),.andes-button--quiet:link svg[fill]:not([fill=none]),.andes-button--quiet:visited path[fill]:not([fill=none]),.andes-button--quiet:visited svg[fill]:not([fill=none]){fill:var(--andes-button-icon-quiet-color-icon-default,var(--andes-color-blue-500,#3483fa))!important}@media(prefers-reduced-motion:no-preference){.andes-button--quiet:hover{transition:background-color .2s ease-in}}.andes-button--quiet:active{background-color:var(--andes-button-quiet-color-fill-active,var(--andes-color-blue-300,rgba(65,137,230,.3)));border-color:transparent;color:var(--andes-button-quiet-color-text-default,var(--andes-color-blue-500,#3483fa))}.andes-button--quiet:active path[stroke]:not([stroke=none]),.andes-button--quiet:active svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-quiet-color-icon-default,var(--andes-color-blue-500,#3483fa))!important}.andes-button--quiet:active path[fill]:not([fill=none]),.andes-button--quiet:active svg[fill]:not([fill=none]){fill:var(--andes-button-icon-quiet-color-icon-default,var(--andes-color-blue-500,#3483fa))!important}.andes-button--quiet:not(.andes-button--loading,.loading):disabled,.andes-button--quiet:not(.andes-button--loading,.loading)[aria-disabled=true],.andes-button--quiet:not(.andes-button--loading,.loading)[disabled]{background-color:var(--andes-button-quiet-color-fill-disabled,rgba(0,0,0,.1));border-color:transparent;color:var(--andes-button-quiet-color-text-disabled,rgba(0,0,0,.25))}.andes-button--quiet:not(.andes-button--loading,.loading):disabled path[stroke]:not([stroke=none]),.andes-button--quiet:not(.andes-button--loading,.loading):disabled svg[stroke]:not([stroke=none]),.andes-button--quiet:not(.andes-button--loading,.loading)[aria-disabled=true] path[stroke]:not([stroke=none]),.andes-button--quiet:not(.andes-button--loading,.loading)[aria-disabled=true] svg[stroke]:not([stroke=none]),.andes-button--quiet:not(.andes-button--loading,.loading)[disabled] path[stroke]:not([stroke=none]),.andes-button--quiet:not(.andes-button--loading,.loading)[disabled] svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-quiet-color-icon-disabled,rgba(0,0,0,.25))!important}.andes-button--quiet:not(.andes-button--loading,.loading):disabled path[fill]:not([fill=none]),.andes-button--quiet:not(.andes-button--loading,.loading):disabled svg[fill]:not([fill=none]),.andes-button--quiet:not(.andes-button--loading,.loading)[aria-disabled=true] path[fill]:not([fill=none]),.andes-button--quiet:not(.andes-button--loading,.loading)[aria-disabled=true] svg[fill]:not([fill=none]),.andes-button--quiet:not(.andes-button--loading,.loading)[disabled] path[fill]:not([fill=none]),.andes-button--quiet:not(.andes-button--loading,.loading)[disabled] svg[fill]:not([fill=none]){fill:var(--andes-button-icon-quiet-color-icon-disabled,rgba(0,0,0,.25))!important}.andes-button--quiet:not(.andes-button--loading,.loading):disabled,.andes-button--quiet:not(.andes-button--loading,.loading)[aria-disabled=true],.andes-button--quiet:not(.andes-button--loading,.loading)[disabled]{background-clip:padding-box;cursor:default}.andes-button--quiet.andes-button--loading .andes-progress-indicator-circular__progress{stroke:var(--andes-button-quiet-color-spinner,var(--andes-color-blue-500,#3483fa))}.andes-button--quiet.andes-button--color-on-background,.andes-button--quiet.andes-button--color-on-background:focus,.andes-button--quiet.andes-button--color-on-background:link,.andes-button--quiet.andes-button--color-on-background:visited{background-color:var(--andes-button-quiet-color-fill-default-on-complex-bg,rgba(0,0,0,.15));border-color:transparent;color:var(--andes-button-quiet-color-text-default-on-complex-bg,#fff)}.andes-button--quiet.andes-button--color-on-background path[stroke]:not([stroke=none]),.andes-button--quiet.andes-button--color-on-background svg[stroke]:not([stroke=none]),.andes-button--quiet.andes-button--color-on-background:focus path[stroke]:not([stroke=none]),.andes-button--quiet.andes-button--color-on-background:focus svg[stroke]:not([stroke=none]),.andes-button--quiet.andes-button--color-on-background:link path[stroke]:not([stroke=none]),.andes-button--quiet.andes-button--color-on-background:link svg[stroke]:not([stroke=none]),.andes-button--quiet.andes-button--color-on-background:visited path[stroke]:not([stroke=none]),.andes-button--quiet.andes-button--color-on-background:visited svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-quiet-color-icon-default-on-complex-bg,#fff)!important}.andes-button--quiet.andes-button--color-on-background path[fill]:not([fill=none]),.andes-button--quiet.andes-button--color-on-background svg[fill]:not([fill=none]),.andes-button--quiet.andes-button--color-on-background:focus path[fill]:not([fill=none]),.andes-button--quiet.andes-button--color-on-background:focus svg[fill]:not([fill=none]),.andes-button--quiet.andes-button--color-on-background:link path[fill]:not([fill=none]),.andes-button--quiet.andes-button--color-on-background:link svg[fill]:not([fill=none]),.andes-button--quiet.andes-button--color-on-background:visited path[fill]:not([fill=none]),.andes-button--quiet.andes-button--color-on-background:visited svg[fill]:not([fill=none]){fill:var(--andes-button-icon-quiet-color-icon-default-on-complex-bg,#fff)!important}.andes-button--quiet.andes-button--color-on-background:active{background-color:var(--andes-button-quiet-color-fill-active-on-complex-bg,rgba(0,0,0,.45));border-color:transparent;color:var(--andes-button-quiet-color-text-default-on-complex-bg,#fff)}.andes-button--quiet.andes-button--color-on-background:active path[stroke]:not([stroke=none]),.andes-button--quiet.andes-button--color-on-background:active svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-quiet-color-icon-default-on-complex-bg,#fff)!important}.andes-button--quiet.andes-button--color-on-background:active path[fill]:not([fill=none]),.andes-button--quiet.andes-button--color-on-background:active svg[fill]:not([fill=none]){fill:var(--andes-button-icon-quiet-color-icon-default-on-complex-bg,#fff)!important}.andes-button--quiet.andes-button--color-on-background:not(.andes-button--loading,.loading):disabled,.andes-button--quiet.andes-button--color-on-background:not(.andes-button--loading,.loading)[aria-disabled=true],.andes-button--quiet.andes-button--color-on-background:not(.andes-button--loading,.loading)[disabled]{background-color:var(--andes-button-quiet-color-fill-disabled-on-complex-bg,rgba(0,0,0,.15));border-color:transparent;color:var(--andes-button-quiet-color-text-disabled-on-complex-bg,rgba(0,0,0,.25))}.andes-button--quiet.andes-button--color-on-background:not(.andes-button--loading,.loading):disabled path[stroke]:not([stroke=none]),.andes-button--quiet.andes-button--color-on-background:not(.andes-button--loading,.loading):disabled svg[stroke]:not([stroke=none]),.andes-button--quiet.andes-button--color-on-background:not(.andes-button--loading,.loading)[aria-disabled=true] path[stroke]:not([stroke=none]),.andes-button--quiet.andes-button--color-on-background:not(.andes-button--loading,.loading)[aria-disabled=true] svg[stroke]:not([stroke=none]),.andes-button--quiet.andes-button--color-on-background:not(.andes-button--loading,.loading)[disabled] path[stroke]:not([stroke=none]),.andes-button--quiet.andes-button--color-on-background:not(.andes-button--loading,.loading)[disabled] svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-quiet-color-icon-disabled-on-complex-bg,rgba(0,0,0,.25))!important}.andes-button--quiet.andes-button--color-on-background:not(.andes-button--loading,.loading):disabled path[fill]:not([fill=none]),.andes-button--quiet.andes-button--color-on-background:not(.andes-button--loading,.loading):disabled svg[fill]:not([fill=none]),.andes-button--quiet.andes-button--color-on-background:not(.andes-button--loading,.loading)[aria-disabled=true] path[fill]:not([fill=none]),.andes-button--quiet.andes-button--color-on-background:not(.andes-button--loading,.loading)[aria-disabled=true] svg[fill]:not([fill=none]),.andes-button--quiet.andes-button--color-on-background:not(.andes-button--loading,.loading)[disabled] path[fill]:not([fill=none]),.andes-button--quiet.andes-button--color-on-background:not(.andes-button--loading,.loading)[disabled] svg[fill]:not([fill=none]){fill:var(--andes-button-icon-quiet-color-icon-disabled-on-complex-bg,rgba(0,0,0,.25))!important}.andes-button--quiet.andes-button--color-on-background.andes-button--loading .andes-progress-indicator-circular__progress{stroke:var(--andes-button-quiet-color-spinner-on-complex-bg,#fff)}.andes-button--mute:hover{background-color:var(--andes-button-mute-color-fill-default,hsla(0,0%,100%,0));border-color:transparent;color:var(--andes-button-mute-color-text-default,var(--andes-color-blue-500,#3483fa))}.andes-button--mute:hover path[stroke]:not([stroke=none]),.andes-button--mute:hover svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-mute-color-icon-default,var(--andes-color-blue-500,#3483fa))!important}.andes-button--mute:hover path[fill]:not([fill=none]),.andes-button--mute:hover svg[fill]:not([fill=none]){fill:var(--andes-button-icon-mute-color-icon-default,var(--andes-color-blue-500,#3483fa))!important}.andes-button--mute.andes-button--color-on-background:hover{background-color:var(--andes-button-mute-color-fill-default-on-complex-bg,hsla(0,0%,100%,0));border-color:transparent;color:var(--andes-button-mute-color-text-default-on-complex-bg,#fff)}.andes-button--mute.andes-button--color-on-background:hover path[stroke]:not([stroke=none]),.andes-button--mute.andes-button--color-on-background:hover svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-mute-color-icon-default-on-complex-bg,#fff)!important}.andes-button--mute.andes-button--color-on-background:hover path[fill]:not([fill=none]),.andes-button--mute.andes-button--color-on-background:hover svg[fill]:not([fill=none]){fill:var(--andes-button-icon-mute-color-icon-default-on-complex-bg,#fff)!important}@media(min-width:768px){.andes-button--mute:hover,.andes-button--mute:link:hover,.andes-button--mute:visited:hover{background-color:var(--andes-button-mute-color-fill-hover,var(--andes-color-blue-100,rgba(65,137,230,.1)));border-color:transparent;color:var(--andes-button-mute-color-text-default,var(--andes-color-blue-500,#3483fa))}.andes-button--mute:hover path[stroke]:not([stroke=none]),.andes-button--mute:hover svg[stroke]:not([stroke=none]),.andes-button--mute:link:hover path[stroke]:not([stroke=none]),.andes-button--mute:link:hover svg[stroke]:not([stroke=none]),.andes-button--mute:visited:hover path[stroke]:not([stroke=none]),.andes-button--mute:visited:hover svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-mute-color-icon-default,var(--andes-color-blue-500,#3483fa))!important}.andes-button--mute:hover path[fill]:not([fill=none]),.andes-button--mute:hover svg[fill]:not([fill=none]),.andes-button--mute:link:hover path[fill]:not([fill=none]),.andes-button--mute:link:hover svg[fill]:not([fill=none]),.andes-button--mute:visited:hover path[fill]:not([fill=none]),.andes-button--mute:visited:hover svg[fill]:not([fill=none]){fill:var(--andes-button-icon-mute-color-icon-default,var(--andes-color-blue-500,#3483fa))!important}.andes-button--mute.andes-button--color-on-background:hover,.andes-button--mute.andes-button--color-on-background:link:hover,.andes-button--mute.andes-button--color-on-background:visited:hover{background-color:var(--andes-button-mute-color-fill-hover-on-complex-bg,rgba(0,0,0,.07));border-color:transparent;color:var(--andes-button-mute-color-text-default-on-complex-bg,#fff)}.andes-button--mute.andes-button--color-on-background:hover path[stroke]:not([stroke=none]),.andes-button--mute.andes-button--color-on-background:hover svg[stroke]:not([stroke=none]),.andes-button--mute.andes-button--color-on-background:link:hover path[stroke]:not([stroke=none]),.andes-button--mute.andes-button--color-on-background:link:hover svg[stroke]:not([stroke=none]),.andes-button--mute.andes-button--color-on-background:visited:hover path[stroke]:not([stroke=none]),.andes-button--mute.andes-button--color-on-background:visited:hover svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-mute-color-icon-default-on-complex-bg,#fff)!important}.andes-button--mute.andes-button--color-on-background:hover path[fill]:not([fill=none]),.andes-button--mute.andes-button--color-on-background:hover svg[fill]:not([fill=none]),.andes-button--mute.andes-button--color-on-background:link:hover path[fill]:not([fill=none]),.andes-button--mute.andes-button--color-on-background:link:hover svg[fill]:not([fill=none]),.andes-button--mute.andes-button--color-on-background:visited:hover path[fill]:not([fill=none]),.andes-button--mute.andes-button--color-on-background:visited:hover svg[fill]:not([fill=none]){fill:var(--andes-button-icon-mute-color-icon-default-on-complex-bg,#fff)!important}}.andes-button--mute{box-shadow:0 0 0 0 #fff;cursor:pointer}@media(prefers-reduced-motion:no-preference){.andes-button--mute{transition:box-shadow .25s ease-out,background-color .2s ease-out}}.andes-button--mute,.andes-button--mute:focus,.andes-button--mute:link,.andes-button--mute:visited{background-color:var(--andes-button-mute-color-fill-default,hsla(0,0%,100%,0));border-color:transparent;color:var(--andes-button-mute-color-text-default,var(--andes-color-blue-500,#3483fa))}.andes-button--mute path[stroke]:not([stroke=none]),.andes-button--mute svg[stroke]:not([stroke=none]),.andes-button--mute:focus path[stroke]:not([stroke=none]),.andes-button--mute:focus svg[stroke]:not([stroke=none]),.andes-button--mute:link path[stroke]:not([stroke=none]),.andes-button--mute:link svg[stroke]:not([stroke=none]),.andes-button--mute:visited path[stroke]:not([stroke=none]),.andes-button--mute:visited svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-mute-color-icon-default,var(--andes-color-blue-500,#3483fa))!important}.andes-button--mute path[fill]:not([fill=none]),.andes-button--mute svg[fill]:not([fill=none]),.andes-button--mute:focus path[fill]:not([fill=none]),.andes-button--mute:focus svg[fill]:not([fill=none]),.andes-button--mute:link path[fill]:not([fill=none]),.andes-button--mute:link svg[fill]:not([fill=none]),.andes-button--mute:visited path[fill]:not([fill=none]),.andes-button--mute:visited svg[fill]:not([fill=none]){fill:var(--andes-button-icon-mute-color-icon-default,var(--andes-color-blue-500,#3483fa))!important}@media(prefers-reduced-motion:no-preference){.andes-button--mute:hover{transition:background-color .2s ease-in}}.andes-button--mute:active{background-color:var(--andes-button-mute-color-fill-active,var(--andes-color-blue-200,rgba(65,137,230,.2)));border-color:transparent;color:var(--andes-button-mute-color-text-default,var(--andes-color-blue-500,#3483fa))}.andes-button--mute:active path[stroke]:not([stroke=none]),.andes-button--mute:active svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-mute-color-icon-default,var(--andes-color-blue-500,#3483fa))!important}.andes-button--mute:active path[fill]:not([fill=none]),.andes-button--mute:active svg[fill]:not([fill=none]){fill:var(--andes-button-icon-mute-color-icon-default,var(--andes-color-blue-500,#3483fa))!important}.andes-button--mute:not(.andes-button--loading,.loading):disabled,.andes-button--mute:not(.andes-button--loading,.loading)[aria-disabled=true],.andes-button--mute:not(.andes-button--loading,.loading)[disabled]{background-color:var(--andes-button-mute-color-fill-disabled,hsla(0,0%,100%,0));border-color:transparent;color:var(--andes-button-mute-color-text-disabled,rgba(0,0,0,.25))}.andes-button--mute:not(.andes-button--loading,.loading):disabled path[stroke]:not([stroke=none]),.andes-button--mute:not(.andes-button--loading,.loading):disabled svg[stroke]:not([stroke=none]),.andes-button--mute:not(.andes-button--loading,.loading)[aria-disabled=true] path[stroke]:not([stroke=none]),.andes-button--mute:not(.andes-button--loading,.loading)[aria-disabled=true] svg[stroke]:not([stroke=none]),.andes-button--mute:not(.andes-button--loading,.loading)[disabled] path[stroke]:not([stroke=none]),.andes-button--mute:not(.andes-button--loading,.loading)[disabled] svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-mute-color-icon-disabled,rgba(0,0,0,.25))!important}.andes-button--mute:not(.andes-button--loading,.loading):disabled path[fill]:not([fill=none]),.andes-button--mute:not(.andes-button--loading,.loading):disabled svg[fill]:not([fill=none]),.andes-button--mute:not(.andes-button--loading,.loading)[aria-disabled=true] path[fill]:not([fill=none]),.andes-button--mute:not(.andes-button--loading,.loading)[aria-disabled=true] svg[fill]:not([fill=none]),.andes-button--mute:not(.andes-button--loading,.loading)[disabled] path[fill]:not([fill=none]),.andes-button--mute:not(.andes-button--loading,.loading)[disabled] svg[fill]:not([fill=none]){fill:var(--andes-button-icon-mute-color-icon-disabled,rgba(0,0,0,.25))!important}.andes-button--mute:not(.andes-button--loading,.loading):disabled,.andes-button--mute:not(.andes-button--loading,.loading)[aria-disabled=true],.andes-button--mute:not(.andes-button--loading,.loading)[disabled]{background-clip:padding-box;cursor:default}.andes-button--mute.andes-button--loading .andes-progress-indicator-circular__progress{stroke:var(--andes-button-mute-color-spinner,var(--andes-color-blue-500,#3483fa))}.andes-button--mute.andes-button--color-on-background,.andes-button--mute.andes-button--color-on-background:focus,.andes-button--mute.andes-button--color-on-background:link,.andes-button--mute.andes-button--color-on-background:visited{background-color:var(--andes-button-mute-color-fill-default-on-complex-bg,hsla(0,0%,100%,0));border-color:transparent;color:var(--andes-button-mute-color-text-default-on-complex-bg,#fff)}.andes-button--mute.andes-button--color-on-background path[stroke]:not([stroke=none]),.andes-button--mute.andes-button--color-on-background svg[stroke]:not([stroke=none]),.andes-button--mute.andes-button--color-on-background:focus path[stroke]:not([stroke=none]),.andes-button--mute.andes-button--color-on-background:focus svg[stroke]:not([stroke=none]),.andes-button--mute.andes-button--color-on-background:link path[stroke]:not([stroke=none]),.andes-button--mute.andes-button--color-on-background:link svg[stroke]:not([stroke=none]),.andes-button--mute.andes-button--color-on-background:visited path[stroke]:not([stroke=none]),.andes-button--mute.andes-button--color-on-background:visited svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-mute-color-icon-default-on-complex-bg,#fff)!important}.andes-button--mute.andes-button--color-on-background path[fill]:not([fill=none]),.andes-button--mute.andes-button--color-on-background svg[fill]:not([fill=none]),.andes-button--mute.andes-button--color-on-background:focus path[fill]:not([fill=none]),.andes-button--mute.andes-button--color-on-background:focus svg[fill]:not([fill=none]),.andes-button--mute.andes-button--color-on-background:link path[fill]:not([fill=none]),.andes-button--mute.andes-button--color-on-background:link svg[fill]:not([fill=none]),.andes-button--mute.andes-button--color-on-background:visited path[fill]:not([fill=none]),.andes-button--mute.andes-button--color-on-background:visited svg[fill]:not([fill=none]){fill:var(--andes-button-icon-mute-color-icon-default-on-complex-bg,#fff)!important}.andes-button--mute.andes-button--color-on-background:active{background-color:var(--andes-button-mute-color-fill-active-on-complex-bg,rgba(0,0,0,.15));border-color:transparent;color:var(--andes-button-mute-color-text-default-on-complex-bg,#fff)}.andes-button--mute.andes-button--color-on-background:active path[stroke]:not([stroke=none]),.andes-button--mute.andes-button--color-on-background:active svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-mute-color-icon-default-on-complex-bg,#fff)!important}.andes-button--mute.andes-button--color-on-background:active path[fill]:not([fill=none]),.andes-button--mute.andes-button--color-on-background:active svg[fill]:not([fill=none]){fill:var(--andes-button-icon-mute-color-icon-default-on-complex-bg,#fff)!important}.andes-button--mute.andes-button--color-on-background:not(.andes-button--loading,.loading):disabled,.andes-button--mute.andes-button--color-on-background:not(.andes-button--loading,.loading)[aria-disabled=true],.andes-button--mute.andes-button--color-on-background:not(.andes-button--loading,.loading)[disabled]{background-color:var(--andes-button-mute-color-fill-disabled-on-complex-bg,hsla(0,0%,100%,0));border-color:transparent;color:var(--andes-button-mute-color-text-disabled-on-complex-bg,rgba(0,0,0,.25))}.andes-button--mute.andes-button--color-on-background:not(.andes-button--loading,.loading):disabled path[stroke]:not([stroke=none]),.andes-button--mute.andes-button--color-on-background:not(.andes-button--loading,.loading):disabled svg[stroke]:not([stroke=none]),.andes-button--mute.andes-button--color-on-background:not(.andes-button--loading,.loading)[aria-disabled=true] path[stroke]:not([stroke=none]),.andes-button--mute.andes-button--color-on-background:not(.andes-button--loading,.loading)[aria-disabled=true] svg[stroke]:not([stroke=none]),.andes-button--mute.andes-button--color-on-background:not(.andes-button--loading,.loading)[disabled] path[stroke]:not([stroke=none]),.andes-button--mute.andes-button--color-on-background:not(.andes-button--loading,.loading)[disabled] svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-mute-color-icon-disabled-on-complex-bg,rgba(0,0,0,.25))!important}.andes-button--mute.andes-button--color-on-background:not(.andes-button--loading,.loading):disabled path[fill]:not([fill=none]),.andes-button--mute.andes-button--color-on-background:not(.andes-button--loading,.loading):disabled svg[fill]:not([fill=none]),.andes-button--mute.andes-button--color-on-background:not(.andes-button--loading,.loading)[aria-disabled=true] path[fill]:not([fill=none]),.andes-button--mute.andes-button--color-on-background:not(.andes-button--loading,.loading)[aria-disabled=true] svg[fill]:not([fill=none]),.andes-button--mute.andes-button--color-on-background:not(.andes-button--loading,.loading)[disabled] path[fill]:not([fill=none]),.andes-button--mute.andes-button--color-on-background:not(.andes-button--loading,.loading)[disabled] svg[fill]:not([fill=none]){fill:var(--andes-button-icon-mute-color-icon-disabled-on-complex-bg,rgba(0,0,0,.25))!important}.andes-button--mute.andes-button--color-on-background.andes-button--loading .andes-progress-indicator-circular__progress{stroke:var(--andes-button-mute-color-spinner-on-complex-bg,#fff)}.andes-button--quiet.loading:active,.andes-button--quiet.loading:disabled,.andes-button--quiet.loading:hover{background-color:var(--andes-button-quiet-color-fill-default,var(--andes-color-blue-150,rgba(65,137,230,.15)));border-color:transparent;color:var(--andes-button-quiet-color-text-default,var(--andes-color-blue-500,#3483fa))}.andes-button--quiet.loading:active path[stroke]:not([stroke=none]),.andes-button--quiet.loading:active svg[stroke]:not([stroke=none]),.andes-button--quiet.loading:disabled path[stroke]:not([stroke=none]),.andes-button--quiet.loading:disabled svg[stroke]:not([stroke=none]),.andes-button--quiet.loading:hover path[stroke]:not([stroke=none]),.andes-button--quiet.loading:hover svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-quiet-color-icon-default,var(--andes-color-blue-500,#3483fa))!important}.andes-button--quiet.loading:active path[fill]:not([fill=none]),.andes-button--quiet.loading:active svg[fill]:not([fill=none]),.andes-button--quiet.loading:disabled path[fill]:not([fill=none]),.andes-button--quiet.loading:disabled svg[fill]:not([fill=none]),.andes-button--quiet.loading:hover path[fill]:not([fill=none]),.andes-button--quiet.loading:hover svg[fill]:not([fill=none]){fill:var(--andes-button-icon-quiet-color-icon-default,var(--andes-color-blue-500,#3483fa))!important}.andes-button--quiet.andes-button--color-on-background.loading:active,.andes-button--quiet.andes-button--color-on-background.loading:disabled,.andes-button--quiet.andes-button--color-on-background.loading:hover{background-color:var(--andes-button-quiet-color-fill-default-on-complex-bg,rgba(0,0,0,.15));border-color:transparent;color:var(--andes-button-quiet-color-text-default-on-complex-bg,#fff)}.andes-button--quiet.andes-button--color-on-background.loading:active path[stroke]:not([stroke=none]),.andes-button--quiet.andes-button--color-on-background.loading:active svg[stroke]:not([stroke=none]),.andes-button--quiet.andes-button--color-on-background.loading:disabled path[stroke]:not([stroke=none]),.andes-button--quiet.andes-button--color-on-background.loading:disabled svg[stroke]:not([stroke=none]),.andes-button--quiet.andes-button--color-on-background.loading:hover path[stroke]:not([stroke=none]),.andes-button--quiet.andes-button--color-on-background.loading:hover svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-quiet-color-icon-default-on-complex-bg,#fff)!important}.andes-button--quiet.andes-button--color-on-background.loading:active path[fill]:not([fill=none]),.andes-button--quiet.andes-button--color-on-background.loading:active svg[fill]:not([fill=none]),.andes-button--quiet.andes-button--color-on-background.loading:disabled path[fill]:not([fill=none]),.andes-button--quiet.andes-button--color-on-background.loading:disabled svg[fill]:not([fill=none]),.andes-button--quiet.andes-button--color-on-background.loading:hover path[fill]:not([fill=none]),.andes-button--quiet.andes-button--color-on-background.loading:hover svg[fill]:not([fill=none]){fill:var(--andes-button-icon-quiet-color-icon-default-on-complex-bg,#fff)!important}.andes-button--quiet.andes-button--color-on-background:after,.andes-button--quiet.andes-button--color-on-background:before{background-color:var(--andes-button-quiet-color-fill-progress-on-complex-bg,rgba(0,0,0,.25))}.andes-button--quiet.andes-button--color-on-background:after,.andes-button--quiet.andes-button--color-on-background:before{border-radius:.2222222222em;box-sizing:content-box;content:"";height:100%;left:0;margin:-.0555555556em;padding:.0555555556em;position:absolute;top:0;transform:scaleX(0);transform-origin:left center;width:100%}.andes-button--quiet:after,.andes-button--quiet:before{background-color:var(--andes-button-quiet-color-fill-progress,var(--andes-color-blue-300,rgba(65,137,230,.3)))}.andes-button--quiet:after,.andes-button--quiet:before{border-radius:.2222222222em;box-sizing:content-box;content:"";height:100%;left:0;margin:-.0555555556em;padding:.0555555556em;position:absolute;top:0;transform:scaleX(0);transform-origin:left center;width:100%}.andes-button--loud.loading:active,.andes-button--loud.loading:disabled,.andes-button--loud.loading:hover{background-color:var(--andes-button-loud-color-fill-default,var(--andes-color-blue-500,#3483fa));border-color:transparent;color:var(--andes-button-loud-color-text-default,#fff)}.andes-button--loud.loading:active path[stroke]:not([stroke=none]),.andes-button--loud.loading:active svg[stroke]:not([stroke=none]),.andes-button--loud.loading:disabled path[stroke]:not([stroke=none]),.andes-button--loud.loading:disabled svg[stroke]:not([stroke=none]),.andes-button--loud.loading:hover path[stroke]:not([stroke=none]),.andes-button--loud.loading:hover svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-loud-color-icon-default,#fff)!important}.andes-button--loud.loading:active path[fill]:not([fill=none]),.andes-button--loud.loading:active svg[fill]:not([fill=none]),.andes-button--loud.loading:disabled path[fill]:not([fill=none]),.andes-button--loud.loading:disabled svg[fill]:not([fill=none]),.andes-button--loud.loading:hover path[fill]:not([fill=none]),.andes-button--loud.loading:hover svg[fill]:not([fill=none]){fill:var(--andes-button-icon-loud-color-icon-default,#fff)!important}.andes-button--loud.andes-button--color-on-background.loading:active,.andes-button--loud.andes-button--color-on-background.loading:disabled,.andes-button--loud.andes-button--color-on-background.loading:hover{background-color:var(--andes-button-loud-color-fill-default-on-complex-bg,rgba(0,0,0,.45));border-color:transparent;color:var(--andes-button-loud-color-text-default-on-complex-bg,#fff)}.andes-button--loud.andes-button--color-on-background.loading:active path[stroke]:not([stroke=none]),.andes-button--loud.andes-button--color-on-background.loading:active svg[stroke]:not([stroke=none]),.andes-button--loud.andes-button--color-on-background.loading:disabled path[stroke]:not([stroke=none]),.andes-button--loud.andes-button--color-on-background.loading:disabled svg[stroke]:not([stroke=none]),.andes-button--loud.andes-button--color-on-background.loading:hover path[stroke]:not([stroke=none]),.andes-button--loud.andes-button--color-on-background.loading:hover svg[stroke]:not([stroke=none]){stroke:var(--andes-button-icon-loud-color-icon-default-on-complex-bg,#fff)!important}.andes-button--loud.andes-button--color-on-background.loading:active path[fill]:not([fill=none]),.andes-button--loud.andes-button--color-on-background.loading:active svg[fill]:not([fill=none]),.andes-button--loud.andes-button--color-on-background.loading:disabled path[fill]:not([fill=none]),.andes-button--loud.andes-button--color-on-background.loading:disabled svg[fill]:not([fill=none]),.andes-button--loud.andes-button--color-on-background.loading:hover path[fill]:not([fill=none]),.andes-button--loud.andes-button--color-on-background.loading:hover svg[fill]:not([fill=none]){fill:var(--andes-button-icon-loud-color-icon-default-on-complex-bg,#fff)!important}.andes-button--loud.andes-button--color-on-background:after,.andes-button--loud.andes-button--color-on-background:before{background-color:var(--andes-button-loud-color-fill-progress-on-complex-bg,rgba(0,0,0,.55))}.andes-button--loud.andes-button--color-on-background:after,.andes-button--loud.andes-button--color-on-background:before{border-radius:.2222222222em;box-sizing:content-box;content:"";height:100%;left:0;margin:-.0555555556em;padding:.0555555556em;position:absolute;top:0;transform:scaleX(0);transform-origin:left center;width:100%}.andes-button--loud:after,.andes-button--loud:before{background-color:var(--andes-button-loud-color-fill-progress,var(--andes-color-blue-600,#2968c8))}.andes-button--loud:after,.andes-button--loud:before{border-radius:.2222222222em;box-sizing:content-box;content:"";height:100%;left:0;margin:-.0555555556em;padding:.0555555556em;position:absolute;top:0;transform:scaleX(0);transform-origin:left center;width:100%}.andes-button--progress{border:0;overflow:hidden;position:relative}.andes-button--progress:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3))}.andes-button--progress .andes-button__content{margin:auto;position:relative;width:max-content;z-index:1}.andes-button--progress .andes-button__content :not(.andes-button--progress__content){transform:translateZ(0)}@media(prefers-reduced-motion:no-preference){.andes-button--progress .andes-button__content :not(.andes-button--progress__content){transition:transform .2s ease-in}}.andes-button--progress .andes-button__content .andes-button--progress__content{position:absolute;transform:translate3d(0,32px,0)}@media(prefers-reduced-motion:no-preference){.andes-button--progress .andes-button__content .andes-button--progress__content{transition:transform .2s ease-in}}.andes-button--progress .andes-button__content .andes-button--progress__content *{position:absolute;transform:translate3d(0,32px,0)}.andes-button--progress.loading .andes-button__content :not(.andes-button--progress__content){position:absolute;transform:translate3d(0,-32px,0);width:100%}.andes-button--progress.loading .andes-button__content .andes-button--progress__content,.andes-button--progress.loading .andes-button__content .andes-button--progress__content *{position:relative;transform:translateZ(0)}.andes-button--progress.loading:after,.andes-button--progress.loading:focus:after{animation:andes-button-start-width-animation-reduce-motion 3s step-start;transform:scaleX(1)}@media(prefers-reduced-motion:no-preference){.andes-button--progress.loading:after,.andes-button--progress.loading:focus:after{animation:andes-button-start-width-animation 60s cubic-bezier(0,.56,.76,.96)}}.andes-button--progress.loading.finished,.andes-button--progress.loading.finished:before,.andes-button--progress.progress:before{transform:scaleX(1)}@media(prefers-reduced-motion:no-preference){.andes-button--progress.loading.finished,.andes-button--progress.loading.finished:before,.andes-button--progress.progress:before{transition:transform .25s ease-in,opacity .5s ease-in}}.andes-button-dropdown{padding-right:16px}.andes-button-dropdown.andes-button--medium{padding-right:8px}.andes-button-dropdown.andes-button--medium .andes-button__text+svg,.andes-button-dropdown.andes-button--medium svg+.andes-button__text{margin-left:4px}.andes-button-dropdown.andes-button--loud .andes-button-dropdown__chevron{color:var(--andes-button-dropdown-loud-color-chevron-default,#fff)}.andes-button-dropdown.andes-button--loud.andes-button--disabled:disabled .andes-button-dropdown__chevron{color:var(--andes-button-dropdown-loud-color-chevron-disabled,rgba(0,0,0,.25))}.andes-button-dropdown.andes-button--loud.andes-button--color-on-background .andes-button-dropdown__chevron{color:var(--andes-button-dropdown-loud-color-chevron-default-on-complex-bg,#fff)}.andes-button-dropdown.andes-button--loud.andes-button--color-on-background.andes-button--disabled:disabled .andes-button-dropdown__chevron{color:var(--andes-button-dropdown-loud-color-chevron-disabled-on-complex-bg,rgba(0,0,0,.25))}.andes-button-dropdown.andes-button--quiet .andes-button-dropdown__chevron{color:var(--andes-button-dropdown-quiet-color-chevron-default,var(--andes-color-blue-500,#3483fa))}.andes-button-dropdown.andes-button--quiet.andes-button--disabled:disabled .andes-button-dropdown__chevron{color:var(--andes-button-dropdown-quiet-color-chevron-disabled,rgba(0,0,0,.25))}.andes-button-dropdown.andes-button--quiet.andes-button--color-on-background .andes-button-dropdown__chevron{color:var(--andes-button-dropdown-quiet-color-chevron-default-on-complex-bg,#fff)}.andes-button-dropdown.andes-button--quiet.andes-button--color-on-background.andes-button--disabled:disabled .andes-button-dropdown__chevron{color:var(--andes-button-dropdown-quiet-color-chevron-disabled-on-complex-bg,rgba(0,0,0,.25))}.andes-button-dropdown-container{display:inline-block;position:relative}.andes-button__text{flex:unset}.andes-button-dropdown__menu--bottom,.andes-button-dropdown__menu--top{margin:0;width:auto}.andes-button-split{display:inline-flex;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;position:relative}.andes-button-split .andes-button-split-text:focus{position:relative}.andes-button-split .andes-button-split-text:focus-visible{position:relative}.andes-button-split .andes-button-split-text{border-bottom-right-radius:0;border-top-right-radius:0;display:inline;padding-left:16px;padding-right:16px}.andes-button-split .andes-button-split-text.andes-button--disabled{background-clip:border-box}.andes-button-split .andes-button-split-chevron:focus{position:relative}.andes-button-split .andes-button-split-chevron:focus-visible{position:relative}.andes-button-split .andes-button-split-chevron{border-bottom-left-radius:0;border-left:1px solid var(--andes-button-split-color-border-default,rgba(0,0,0,.1));border-top-left-radius:0;padding:0 6px;vertical-align:bottom}.andes-button-split .andes-button-split-chevron.andes-button--disabled{background-clip:border-box;border-left:1px solid var(--andes-button-split-color-border-default,rgba(0,0,0,.1))}.andes-button-split .andes-button-split-chevron.andes-button--loud{background-color:var(--andes-button-split-loud-color-fill-default,var(--andes-color-blue-500,#3483fa))}.andes-button-split .andes-button-split-chevron.andes-button--loud .andes-button-split__chevron{color:var(--andes-button-split-loud-color-chevron-default,#fff)}.andes-button-split .andes-button-split-chevron.andes-button--loud:hover{background-color:var(--andes-button-split-loud-color-fill-hover,var(--andes-color-blue-600,#2968c8))}.andes-button-split .andes-button-split-chevron.andes-button--loud:active{background-color:var(--andes-button-split-loud-color-fill-active,var(--andes-color-blue-700,#1f4e96))}.andes-button-split .andes-button-split-chevron.andes-button--loud:disabled{background-color:var(--andes-button-split-loud-color-fill-disabled,rgba(0,0,0,.1))}.andes-button-split .andes-button-split-chevron.andes-button--loud:disabled .andes-button-split__chevron{color:var(--andes-button-split-loud-color-chevron-disabled,rgba(0,0,0,.25))}.andes-button-split .andes-button-split-chevron.andes-button--loud.andes-button--color-on-background{background-color:var(--andes-button-split-loud-color-fill-default-on-complex-bg,rgba(0,0,0,.45))}.andes-button-split .andes-button-split-chevron.andes-button--loud.andes-button--color-on-background .andes-button-split__chevron{color:var(--andes-button-split-loud-color-chevron-default-on-complex-bg,#fff)}.andes-button-split .andes-button-split-chevron.andes-button--loud.andes-button--color-on-background:hover{background-color:var(--andes-button-split-loud-color-fill-hover-on-complex-bg,rgba(0,0,0,.55))}.andes-button-split .andes-button-split-chevron.andes-button--loud.andes-button--color-on-background:active{background-color:var(--andes-button-split-loud-color-fill-active-on-complex-bg,rgba(0,0,0,.8))}.andes-button-split .andes-button-split-chevron.andes-button--loud.andes-button--color-on-background:disabled{background-color:var(--andes-button-split-loud-color-fill-disabled-on-complex-bg,rgba(0,0,0,.15))}.andes-button-split .andes-button-split-chevron.andes-button--loud.andes-button--color-on-background:disabled .andes-button-split__chevron{color:var(--andes-button-split-loud-color-chevron-disabled-on-complex-bg,rgba(0,0,0,.25))}.andes-button-split .andes-button-split-chevron.andes-button--quiet{background-color:var(--andes-button-split-quiet-color-fill-default,var(--andes-color-blue-150,rgba(65,137,230,.15)))}.andes-button-split .andes-button-split-chevron.andes-button--quiet .andes-button-split__chevron{color:var(--andes-button-split-quiet-color-chevron-default,var(--andes-color-blue-500,#3483fa))}.andes-button-split .andes-button-split-chevron.andes-button--quiet:hover{background-color:var(--andes-button-split-quiet-color-fill-hover,var(--andes-color-blue-200,rgba(65,137,230,.2)))}.andes-button-split .andes-button-split-chevron.andes-button--quiet:active{background-color:var(--andes-button-split-quiet-color-fill-active,var(--andes-color-blue-300,rgba(65,137,230,.3)))}.andes-button-split .andes-button-split-chevron.andes-button--quiet:disabled{background-color:var(--andes-button-split-quiet-color-fill-disabled,rgba(0,0,0,.1))}.andes-button-split .andes-button-split-chevron.andes-button--quiet:disabled .andes-button-split__chevron{color:var(--andes-button-split-quiet-color-chevron-disabled,rgba(0,0,0,.25))}.andes-button-split .andes-button-split-chevron.andes-button--quiet.andes-button--color-on-background{background-color:var(--andes-button-split-quiet-color-fill-default-on-complex-bg,rgba(0,0,0,.15))}.andes-button-split .andes-button-split-chevron.andes-button--quiet.andes-button--color-on-background .andes-button-split__chevron{color:var(--andes-button-split-quiet-color-chevron-default-on-complex-bg,#fff)}.andes-button-split .andes-button-split-chevron.andes-button--quiet.andes-button--color-on-background:hover{background-color:var(--andes-button-split-quiet-color-fill-hover-on-complex-bg,rgba(0,0,0,.25))}.andes-button-split .andes-button-split-chevron.andes-button--quiet.andes-button--color-on-background:active{background-color:var(--andes-button-split-quiet-color-fill-active-on-complex-bg,rgba(0,0,0,.45))}.andes-button-split .andes-button-split-chevron.andes-button--quiet.andes-button--color-on-background:disabled{background-color:var(--andes-button-split-quiet-color-fill-disabled-on-complex-bg,rgba(0,0,0,.15))}.andes-button-split .andes-button-split-chevron.andes-button--quiet.andes-button--color-on-background:disabled .andes-button-split__chevron{color:var(--andes-button-split-quiet-color-chevron-disabled-on-complex-bg,rgba(0,0,0,.25))}.andes-button-split__menu{display:inline;margin:0;position:static}.andes-button-split__menu--bottom,.andes-button-split__menu--top{width:auto}.andes-button-split__menu--bottom-right,.andes-button-split__menu--top-right{width:max-content}.andes-button-fab{border-radius:24px;box-shadow:0 6px 16px 0 rgba(0,0,0,.1);display:inline-block;transition:max-width .2s ease;-webkit-transition:max-width .2s ease}.andes-button-fab .andes-button{border-radius:24px;max-width:100%;padding:14px 16px 14px 14px;transition:padding .2s ease;-webkit-transition:padding .2s ease;width:auto}.andes-button-fab .andes-button .andes-button__text{transition:margin-left .2s ease,opacity .2s ease;-webkit-transition:margin-left .2s ease,opacity .2s ease}.andes-button-fab .andes-button .andes-button--icon-container{max-height:20px;max-width:20px}.andes-button-fab .andes-button .andes-button--icon-container img,.andes-button-fab .andes-button .andes-button--icon-container svg{display:inline-block;height:20px;max-height:inherit;max-width:inherit;width:20px}.andes-button-fab--loud{background-color:var(--andes-fab-container-loud-color-fill,var(--andes-color-blue-500,#3483fa))}.andes-button-fab--loud .andes-button{background-color:var(--andes-fab-loud-color-fill-default,var(--andes-color-blue-500,#3483fa));color:var(--andes-fab-loud-color-text-default,#fff)}.andes-button-fab--loud .andes-button:hover{background-color:var(--andes-fab-loud-color-fill-hover,var(--andes-color-blue-600,#2968c8))}.andes-button-fab--loud .andes-button:active{background-color:var(--andes-fab-loud-color-fill-active,var(--andes-color-blue-700,#1f4e96))}.andes-button-fab--loud .andes-button svg{color:var(--andes-fab-loud-color-icon-default,#fff)}.andes-button-fab--loud .andes-button path[stroke]:not([stroke=none])[stroke="rgba(0, 0, 0, 0.9)"],.andes-button-fab--loud .andes-button svg[stroke]:not([stroke=none])[stroke="rgba(0, 0, 0, 0.9)"]{stroke:var(--andes-fab-loud-color-icon-default,#fff)!important}.andes-button-fab--loud .andes-button path[fill]:not([fill=none])[fill="rgba(0, 0, 0, 0.9)"],.andes-button-fab--loud .andes-button svg[fill]:not([fill=none])[fill="rgba(0, 0, 0, 0.9)"]{fill:var(--andes-fab-loud-color-icon-default,#fff)!important}.andes-button-fab--quiet{background-color:var(--andes-fab-container-quiet-color-fill,#fff)}.andes-button-fab--quiet .andes-button{background-color:var(--andes-fab-quiet-color-fill-default,#fff);color:var(--andes-fab-quiet-color-text-default,var(--andes-color-blue-500,#3483fa))}.andes-button-fab--quiet .andes-button:hover{background-color:var(--andes-fab-quiet-color-fill-hover,var(--andes-color-blue-200,rgba(65,137,230,.2)))}.andes-button-fab--quiet .andes-button:active{background-color:var(--andes-fab-quiet-color-fill-active,var(--andes-color-blue-300,rgba(65,137,230,.3)))}.andes-button-fab--quiet .andes-button svg{color:var(--andes-fab-quiet-color-icon-default,var(--andes-color-blue-500,#3483fa))}.andes-button-fab--quiet .andes-button path[stroke]:not([stroke=none])[fill="rgba(0, 0, 0, 0.9)"],.andes-button-fab--quiet .andes-button svg[stroke]:not([stroke=none])[fill="rgba(0, 0, 0, 0.9)"]{stroke:var(--andes-fab-quiet-color-icon-default,var(--andes-color-blue-500,#3483fa))!important}.andes-button-fab--quiet .andes-button path[fill]:not([fill=none])[fill="rgba(0, 0, 0, 0.9)"],.andes-button-fab--quiet .andes-button svg[fill]:not([fill=none])[fill="rgba(0, 0, 0, 0.9)"]{fill:var(--andes-fab-quiet-color-icon-default,var(--andes-color-blue-500,#3483fa))!important}.andes-button-fab--expanded{max-width:100%}.andes-button-fab--expanded .andes-button .andes-button__text{margin-left:12px;opacity:1}.andes-button-fab--collapsed{max-width:48px}.andes-button-fab--collapsed .andes-button{padding:14px}.andes-button-fab--collapsed .andes-button .andes-button__text{opacity:0}.andes-button-fab--small{border-radius:16px}.andes-button-fab--small .andes-button{border-radius:16px;height:32px;padding-left:8px;padding-right:12px}.andes-button-fab--small .andes-button .andes-button--icon-container{max-height:16px;max-width:16px}.andes-button-fab--small .andes-button .andes-button--icon-container img,.andes-button-fab--small .andes-button .andes-button--icon-container svg{display:inline-block;max-height:inherit;max-width:inherit}.andes-button-fab--small.andes-button-fab--collapsed{max-width:32px}.andes-button-fab--small.andes-button-fab--collapsed .andes-button{padding:8px}.andes-button-fab--small.andes-button-fab--collapsed .andes-button__text{margin-left:0}.andes-button-fab--small.andes-button-fab--expanded .andes-button__text{margin-left:4px}.andes-popper{border-radius:6px;box-shadow:0 1px 2px 0 rgba(0,0,0,.12);font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif}.andes-popper>:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.andes-popper>:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.andes-popper__content{background-color:#fff}.andes-popper--padding-0{padding:0}.andes-popper--padding-16{padding:16px}.andes-popper--padding-24{padding:24px}.andes-popper--padding-32{padding:32px}.andes-popper--padding-40{padding:40px}.andes-popper:not(.andes-tooltip){height:100%;width:100%}.andes-floating-menu{font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1;position:relative;-webkit-font-smoothing:antialiased;border-radius:.375em}.andes-floating-menu .andes-list__item:first-child,.andes-floating-menu .andes-list__item:first-child a,.andes-floating-menu .andes-list__item:first-child button{border-top-left-radius:.375em;border-top-right-radius:.375em}.andes-floating-menu .andes-list__item:last-child,.andes-floating-menu .andes-list__item:last-child a,.andes-floating-menu .andes-list__item:last-child button{border-bottom-left-radius:.375em;border-bottom-right-radius:.375em}.andes-floating-menu .andes-list__item:focus{box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px var(--andes-color-blue-600,#2968c8),inset 0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-moz-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px var(--andes-color-blue-600,#2968c8),inset 0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-webkit-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px var(--andes-color-blue-600,#2968c8),inset 0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));outline:none}.andes-floating-menu .andes-list__item:focus-visible{box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px var(--andes-color-blue-600,#2968c8),inset 0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-moz-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px var(--andes-color-blue-600,#2968c8),inset 0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-webkit-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px var(--andes-color-blue-600,#2968c8),inset 0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));outline:none}.andes-floating-menu .andes-list__item:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-floating-menu .andes-list__item{outline:none}.andes-floating-menu .andes-list__item-action:focus-visible:before,.andes-floating-menu .andes-list__item-action:focus:before,.andes-floating-menu .andes-list__item-anchor:focus-visible:before,.andes-floating-menu .andes-list__item-anchor:focus:before{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-floating-menu .andes-list__item>:focus{box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px var(--andes-color-blue-600,#2968c8),inset 0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-moz-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px var(--andes-color-blue-600,#2968c8),inset 0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-webkit-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px var(--andes-color-blue-600,#2968c8),inset 0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));outline:none}.andes-floating-menu .andes-list__item>:focus-visible{box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px var(--andes-color-blue-600,#2968c8),inset 0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-moz-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px var(--andes-color-blue-600,#2968c8),inset 0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-webkit-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px var(--andes-color-blue-600,#2968c8),inset 0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));outline:none}.andes-floating-menu .andes-list__item>:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-floating-menu__popper-content{background-color:var(--andes-floating-menu-color-fill,#fff)}.andes-floating-menu__no-results{box-sizing:content-box;color:var(--andes-floating-menu-text-result-color-text,rgba(0,0,0,.55));font-size:14px;height:18px;padding:18px 16px}.andes-floating-menu__search-box{padding:16px 16px 4px}.andes-floating-menu .andes-floating-menu-item-hover{background-color:#ededed}.andes-floating-menu .andes-form-control--search-box .andes-form-control__field{margin:0}.andes-floating-menu--search{background-color:var(--andes-searchbox-color-fill-default,#fff);box-shadow:0 0 0 1px var(--andes-searchbox-color-border-default,rgba(0,0,0,.25));box-sizing:border-box;color:rgba(0,0,0,.9);display:flex;opacity:1;width:100%}.andes-floating-menu--search.andes-floating-menu--search--web-mobile-ios .andes-form-control__field{transform:scale(.875);transform-origin:top left;width:115%}.andes-floating-menu--search.andes-floating-menu--search--web-mobile-ios.andes-floating-menu--search--size-small{font-size:16px}.andes-floating-menu--search.andes-floating-menu--search--web-mobile-ios.andes-floating-menu--search--size-small .andes-form-control__field{height:20px}.andes-floating-menu--search label{order:2;width:100%}.andes-floating-menu--search:hover{box-shadow:0 0 0 1px var(--andes-searchbox-color-border-hover,rgba(0,0,0,.55))}.andes-floating-menu--search--focused,.andes-floating-menu--search--focused:hover,.andes-floating-menu--search:focus{box-shadow:0 0 0 2px var(--andes-searchbox-color-border-active,var(--andes-color-blue-500,#3483fa))}.andes-floating-menu--search--focused.focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3)),inset 0 0 0 2px var(--andes-searchbox-color-border-active,var(--andes-color-blue-500,#3483fa));-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3)),inset 0 0 0 2px var(--andes-searchbox-color-border-active,var(--andes-color-blue-500,#3483fa));-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3)),inset 0 0 0 2px var(--andes-searchbox-color-border-active,var(--andes-color-blue-500,#3483fa))}.andes-floating-menu--search .andes-form-control__close-icon,.andes-floating-menu--search .andes-form-control__search-icon{align-content:center;display:flex;padding:0}.andes-floating-menu--search .andes-form-control__close-icon:focus-visible,.andes-floating-menu--search .andes-form-control__search-icon:focus-visible{border-radius:50%;box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));outline:none}.andes-floating-menu--search .andes-form-control__search-icon{color:var(--andes-searchbox-color-search-default,rgba(0,0,0,.55))}.andes-floating-menu--search .andes-form-control__search-icon:hover{color:var(--andes-searchbox-color-search-hover,rgba(0,0,0,.8))}.andes-floating-menu--search .andes-form-control__search-icon:active{color:var(--andes-searchbox-color-search-active,rgba(0,0,0,.9))}.andes-floating-menu--search .andes-form-control__close-icon{color:var(--andes-searchbox-color-clear-default,rgba(0,0,0,.55))}.andes-floating-menu--search .andes-form-control__close-icon:hover{color:var(--andes-searchbox-color-clear-hover,rgba(0,0,0,.8))}.andes-floating-menu--search .andes-form-control__close-icon:active{color:var(--andes-searchbox-color-clear-active,rgba(0,0,0,.9))}.andes-floating-menu--search .andes-form-control__close-icon{background-color:transparent;border:0;cursor:pointer;display:none;margin-left:4px;opacity:0;order:3}.andes-floating-menu--search .andes-form-control__close-icon-visible{align-content:center;display:flex;opacity:1;padding:0}.andes-floating-menu--search .andes-form-control__field:focus{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.andes-floating-menu--search .andes-form-control__field:focus-visible{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.andes-floating-menu--search .andes-form-control__field::placeholder{color:var(--andes-searchbox-color-placeholder-default,rgba(0,0,0,.55));opacity:1}.andes-floating-menu--search .andes-form-control__field::-webkit-input-placeholder{color:var(--andes-searchbox-color-placeholder-default,rgba(0,0,0,.55))}.andes-floating-menu--search .andes-form-control__field::-moz-placeholder{color:var(--andes-searchbox-color-placeholder-default,rgba(0,0,0,.55));opacity:1}.andes-floating-menu--search .andes-form-control__field:-moz-placeholder{opacity:1}.andes-floating-menu--search .andes-form-control__field:-ms-input-placeholder{color:var(--andes-searchbox-color-placeholder-default,rgba(0,0,0,.55))}.andes-floating-menu--search .andes-form-control__field::-ms-input-placeholder{color:var(--andes-searchbox-color-placeholder-default,rgba(0,0,0,.55))}.andes-floating-menu--search .andes-form-control__field:-moz-placeholder{color:var(--andes-searchbox-color-placeholder-default,rgba(0,0,0,.55))}.andes-floating-menu--search .andes-form-control__field{background-color:transparent;border:0;color:var(--andes-searchbox-color-input-text-default,rgba(0,0,0,.9));display:block;line-height:18px;font:inherit;margin:0;order:2;outline:none;overflow:hidden;padding:0;resize:none;width:100%}.andes-floating-menu--search .andes-form-control__search-icon{background-color:transparent;border:0;margin-right:4px;order:1}.andes-floating-menu--search--size-small{border-radius:16px;font-size:14px;height:32px;padding:8px 10px 6px}.andes-floating-menu--search--size-small .andes-form-control__field{height:18px}.andes-floating-menu--search--size-small .andes-form-control__close-icon,.andes-floating-menu--search--size-small .andes-form-control__search-icon{height:16px}.andes-floating-menu--search--size-large{border-radius:24px;font-size:16px;height:48px;padding:15px 16px 13px}.andes-floating-menu--search--size-large .andes-form-control__field{height:20px}.andes-floating-menu--search--size-large .andes-form-control__search-icon{margin-right:8px}.andes-thumbnail--16{height:14px;width:14px}.andes-thumbnail--16,.andes-thumbnail--24{align-items:center;border:1px solid var(--andes-thumbnail-color-border-default,rgba(0,0,0,.1));display:flex;justify-content:center}.andes-thumbnail--24{height:22px;width:22px}.andes-thumbnail--32{height:30px;width:30px}.andes-thumbnail--32,.andes-thumbnail--40{align-items:center;border:1px solid var(--andes-thumbnail-color-border-default,rgba(0,0,0,.1));display:flex;justify-content:center}.andes-thumbnail--40{height:38px;width:38px}.andes-thumbnail--48{height:46px;width:46px}.andes-thumbnail--48,.andes-thumbnail--56{align-items:center;border:1px solid var(--andes-thumbnail-color-border-default,rgba(0,0,0,.1));display:flex;justify-content:center}.andes-thumbnail--56{height:54px;width:54px}.andes-thumbnail--64{height:62px;width:62px}.andes-thumbnail--64,.andes-thumbnail--72{align-items:center;border:1px solid var(--andes-thumbnail-color-border-default,rgba(0,0,0,.1));display:flex;justify-content:center}.andes-thumbnail--72{height:70px;width:70px}.andes-thumbnail--80{height:78px;width:78px}.andes-thumbnail--80,.andes-thumbnail--96{align-items:center;border:1px solid var(--andes-thumbnail-color-border-default,rgba(0,0,0,.1));display:flex;justify-content:center}.andes-thumbnail--96{height:94px;width:94px}.andes-thumbnail{box-sizing:content-box;color:rgba(0,0,0,.9);font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-weight:400;line-height:1}.andes-thumbnail.andes-thumbnail--16{font-size:8px}.andes-thumbnail.andes-thumbnail--24{font-size:11px}.andes-thumbnail.andes-thumbnail--32{font-size:14px}.andes-thumbnail.andes-thumbnail--40{font-size:16px}.andes-thumbnail.andes-thumbnail--48{font-size:20px}.andes-thumbnail.andes-thumbnail--56{font-size:24px}.andes-thumbnail.andes-thumbnail--64{font-size:28px}.andes-thumbnail.andes-thumbnail--72{font-size:32px}.andes-thumbnail.andes-thumbnail--80,.andes-thumbnail.andes-thumbnail--96{font-size:36px}.andes-thumbnail>img{height:auto;max-width:100%;width:auto}.andes-thumbnail__image{background-color:var(--andes-thumbnail-image-color-fill-default,#fff)}.andes-thumbnail__image--disabled img{opacity:.4}.andes-thumbnail--circle{border-radius:50%;overflow:hidden}.andes-thumbnail--square{overflow:hidden}.andes-thumbnail--square.andes-thumbnail--16,.andes-thumbnail--square.andes-thumbnail--24,.andes-thumbnail--square.andes-thumbnail--32{border-radius:3px}.andes-thumbnail--square.andes-thumbnail--40,.andes-thumbnail--square.andes-thumbnail--48,.andes-thumbnail--square.andes-thumbnail--56,.andes-thumbnail--square.andes-thumbnail--64{border-radius:4px}.andes-thumbnail--square.andes-thumbnail--72,.andes-thumbnail--square.andes-thumbnail--80{border-radius:5px}.andes-thumbnail--square.andes-thumbnail--96{border-radius:6px}.andes-thumbnail__badge{border:0}.andes-thumbnail--64.andes-thumbnail__badge-gray,.andes-thumbnail--72.andes-thumbnail__badge-gray,.andes-thumbnail--80.andes-thumbnail__badge-gray{border:3px solid #bfbfbf;box-sizing:border-box;color:#bfbfbf}.andes-thumbnail--24.andes-thumbnail__badge-gray,.andes-thumbnail--32.andes-thumbnail__badge-gray,.andes-thumbnail--40.andes-thumbnail__badge-gray,.andes-thumbnail--48.andes-thumbnail__badge-gray,.andes-thumbnail--56.andes-thumbnail__badge-gray{border:2px solid #bfbfbf;box-sizing:border-box;color:#bfbfbf}.andes-thumbnail__badge-gray svg{color:#bfbfbf}.andes-thumbnail--64.andes-thumbnail__badge-neutral,.andes-thumbnail--72.andes-thumbnail__badge-neutral,.andes-thumbnail--80.andes-thumbnail__badge-neutral{border:3px solid #bfbfbf;box-sizing:border-box;color:#bfbfbf}.andes-thumbnail--24.andes-thumbnail__badge-neutral,.andes-thumbnail--32.andes-thumbnail__badge-neutral,.andes-thumbnail--40.andes-thumbnail__badge-neutral,.andes-thumbnail--48.andes-thumbnail__badge-neutral,.andes-thumbnail--56.andes-thumbnail__badge-neutral{border:2px solid #bfbfbf;box-sizing:border-box;color:#bfbfbf}.andes-thumbnail__badge-neutral svg{color:#bfbfbf}.andes-thumbnail--64.andes-thumbnail__badge-accent,.andes-thumbnail--72.andes-thumbnail__badge-accent,.andes-thumbnail--80.andes-thumbnail__badge-accent{border:3px solid var(--andes-thumbnail-badge-color-border-informative,var(--andes-color-blue-500,#3483fa));box-sizing:border-box;color:var(--andes-thumbnail-badge-color-text-informative,var(--andes-color-blue-500,#3483fa))}.andes-thumbnail--24.andes-thumbnail__badge-accent,.andes-thumbnail--32.andes-thumbnail__badge-accent,.andes-thumbnail--40.andes-thumbnail__badge-accent,.andes-thumbnail--48.andes-thumbnail__badge-accent,.andes-thumbnail--56.andes-thumbnail__badge-accent{border:2px solid var(--andes-thumbnail-badge-color-border-informative,var(--andes-color-blue-500,#3483fa));box-sizing:border-box;color:var(--andes-thumbnail-badge-color-text-informative,var(--andes-color-blue-500,#3483fa))}.andes-thumbnail__badge-accent svg{color:var(--andes-thumbnail-badge-color-icon-informative,var(--andes-color-blue-500,#3483fa))}.andes-thumbnail--64.andes-thumbnail__badge-informative,.andes-thumbnail--72.andes-thumbnail__badge-informative,.andes-thumbnail--80.andes-thumbnail__badge-informative{border:3px solid var(--andes-thumbnail-badge-color-border-informative,var(--andes-color-blue-500,#3483fa));box-sizing:border-box;color:var(--andes-thumbnail-badge-color-text-informative,var(--andes-color-blue-500,#3483fa))}.andes-thumbnail--24.andes-thumbnail__badge-informative,.andes-thumbnail--32.andes-thumbnail__badge-informative,.andes-thumbnail--40.andes-thumbnail__badge-informative,.andes-thumbnail--48.andes-thumbnail__badge-informative,.andes-thumbnail--56.andes-thumbnail__badge-informative{border:2px solid var(--andes-thumbnail-badge-color-border-informative,var(--andes-color-blue-500,#3483fa));box-sizing:border-box;color:var(--andes-thumbnail-badge-color-text-informative,var(--andes-color-blue-500,#3483fa))}.andes-thumbnail__badge-informative svg{color:var(--andes-thumbnail-badge-color-icon-informative,var(--andes-color-blue-500,#3483fa))}.andes-thumbnail--64.andes-thumbnail__badge-green,.andes-thumbnail--72.andes-thumbnail__badge-green,.andes-thumbnail--80.andes-thumbnail__badge-green{border:3px solid var(--andes-thumbnail-badge-color-border-positive,#00a650);box-sizing:border-box;color:var(--andes-thumbnail-badge-color-text-positive,#00a650)}.andes-thumbnail--24.andes-thumbnail__badge-green,.andes-thumbnail--32.andes-thumbnail__badge-green,.andes-thumbnail--40.andes-thumbnail__badge-green,.andes-thumbnail--48.andes-thumbnail__badge-green,.andes-thumbnail--56.andes-thumbnail__badge-green{border:2px solid var(--andes-thumbnail-badge-color-border-positive,#00a650);box-sizing:border-box;color:var(--andes-thumbnail-badge-color-text-positive,#00a650)}.andes-thumbnail__badge-green svg{color:var(--andes-thumbnail-badge-color-icon-positive,#00a650)}.andes-thumbnail--64.andes-thumbnail__badge-positive,.andes-thumbnail--72.andes-thumbnail__badge-positive,.andes-thumbnail--80.andes-thumbnail__badge-positive{border:3px solid var(--andes-thumbnail-badge-color-border-positive,#00a650);box-sizing:border-box;color:var(--andes-thumbnail-badge-color-text-positive,#00a650)}.andes-thumbnail--24.andes-thumbnail__badge-positive,.andes-thumbnail--32.andes-thumbnail__badge-positive,.andes-thumbnail--40.andes-thumbnail__badge-positive,.andes-thumbnail--48.andes-thumbnail__badge-positive,.andes-thumbnail--56.andes-thumbnail__badge-positive{border:2px solid var(--andes-thumbnail-badge-color-border-positive,#00a650);box-sizing:border-box;color:var(--andes-thumbnail-badge-color-text-positive,#00a650)}.andes-thumbnail__badge-positive svg{color:var(--andes-thumbnail-badge-color-icon-positive,#00a650)}.andes-thumbnail--64.andes-thumbnail__badge-orange,.andes-thumbnail--72.andes-thumbnail__badge-orange,.andes-thumbnail--80.andes-thumbnail__badge-orange{border:3px solid var(--andes-thumbnail-badge-color-border-caution,#f73);box-sizing:border-box;color:var(--andes-thumbnail-badge-color-text-caution,#f73)}.andes-thumbnail--24.andes-thumbnail__badge-orange,.andes-thumbnail--32.andes-thumbnail__badge-orange,.andes-thumbnail--40.andes-thumbnail__badge-orange,.andes-thumbnail--48.andes-thumbnail__badge-orange,.andes-thumbnail--56.andes-thumbnail__badge-orange{border:2px solid var(--andes-thumbnail-badge-color-border-caution,#f73);box-sizing:border-box;color:var(--andes-thumbnail-badge-color-text-caution,#f73)}.andes-thumbnail__badge-orange svg{color:var(--andes-thumbnail-badge-color-icon-caution,#f73)}.andes-thumbnail--64.andes-thumbnail__badge-caution,.andes-thumbnail--72.andes-thumbnail__badge-caution,.andes-thumbnail--80.andes-thumbnail__badge-caution{border:3px solid var(--andes-thumbnail-badge-color-border-caution,#f73);box-sizing:border-box;color:var(--andes-thumbnail-badge-color-text-caution,#f73)}.andes-thumbnail--24.andes-thumbnail__badge-caution,.andes-thumbnail--32.andes-thumbnail__badge-caution,.andes-thumbnail--40.andes-thumbnail__badge-caution,.andes-thumbnail--48.andes-thumbnail__badge-caution,.andes-thumbnail--56.andes-thumbnail__badge-caution{border:2px solid var(--andes-thumbnail-badge-color-border-caution,#f73);box-sizing:border-box;color:var(--andes-thumbnail-badge-color-text-caution,#f73)}.andes-thumbnail__badge-caution svg{color:var(--andes-thumbnail-badge-color-icon-caution,#f73)}.andes-thumbnail--64.andes-thumbnail__badge-red,.andes-thumbnail--72.andes-thumbnail__badge-red,.andes-thumbnail--80.andes-thumbnail__badge-red{border:3px solid var(--andes-thumbnail-badge-color-border-negative,#f23d4f);box-sizing:border-box;color:var(--andes-thumbnail-badge-color-text-negative,#f23d4f)}.andes-thumbnail--24.andes-thumbnail__badge-red,.andes-thumbnail--32.andes-thumbnail__badge-red,.andes-thumbnail--40.andes-thumbnail__badge-red,.andes-thumbnail--48.andes-thumbnail__badge-red,.andes-thumbnail--56.andes-thumbnail__badge-red{border:2px solid var(--andes-thumbnail-badge-color-border-negative,#f23d4f);box-sizing:border-box;color:var(--andes-thumbnail-badge-color-text-negative,#f23d4f)}.andes-thumbnail__badge-red svg{color:var(--andes-thumbnail-badge-color-icon-negative,#f23d4f)}.andes-thumbnail--64.andes-thumbnail__badge-negative,.andes-thumbnail--72.andes-thumbnail__badge-negative,.andes-thumbnail--80.andes-thumbnail__badge-negative{border:3px solid var(--andes-thumbnail-badge-color-border-negative,#f23d4f);box-sizing:border-box;color:var(--andes-thumbnail-badge-color-text-negative,#f23d4f)}.andes-thumbnail--24.andes-thumbnail__badge-negative,.andes-thumbnail--32.andes-thumbnail__badge-negative,.andes-thumbnail--40.andes-thumbnail__badge-negative,.andes-thumbnail--48.andes-thumbnail__badge-negative,.andes-thumbnail--56.andes-thumbnail__badge-negative{border:2px solid var(--andes-thumbnail-badge-color-border-negative,#f23d4f);box-sizing:border-box;color:var(--andes-thumbnail-badge-color-text-negative,#f23d4f)}.andes-thumbnail__badge-negative svg{color:var(--andes-thumbnail-badge-color-icon-negative,#f23d4f)}.andes-thumbnail--color-on-background .andes-thumbnail__badge-accent,.andes-thumbnail--color-on-background .andes-thumbnail__badge-informative{border-color:var(--andes-thumbnail-badge-color-border-informative-on-complex-bg,var(--andes-color-blue-600,#2968c8))}.andes-thumbnail--color-on-background .andes-thumbnail__badge-green,.andes-thumbnail--color-on-background .andes-thumbnail__badge-positive{border-color:var(--andes-thumbnail-badge-color-border-positive-on-complex-bg,#008744)}.andes-thumbnail--color-on-background .andes-thumbnail__badge-caution,.andes-thumbnail--color-on-background .andes-thumbnail__badge-orange{border-color:var(--andes-thumbnail-badge-color-border-caution-on-complex-bg,#e6540b)}.andes-thumbnail--color-on-background .andes-thumbnail__badge-negative,.andes-thumbnail--color-on-background .andes-thumbnail__badge-red{border-color:var(--andes-thumbnail-badge-color-border-negative-on-complex-bg,#d12440)}.andes-thumbnail__badge .andes-badge{position:relative}.andes-thumbnail--24+.andes-badge--dot{left:16px;top:-16px}.andes-thumbnail--32+.andes-badge--dot{left:22px;top:-16px}.andes-thumbnail--40+.andes-badge--pill{left:24px;top:-16px}.andes-thumbnail--48+.andes-badge--pill{left:32px;top:-16px}.andes-thumbnail--56+.andes-badge--pill{left:40px;top:-16px}.andes-thumbnail--64+.andes-badge--pill{left:40px;top:-24px}.andes-thumbnail--72+.andes-badge--pill{left:48px;top:-24px}.andes-thumbnail--80+.andes-badge--pill{left:56px;top:-24px}.andes-thumbnail--mute,.andes-thumbnail--neutral{background-color:var(--andes-thumbnail-mute-color-fill-default,#fff);color:var(--andes-thumbnail-mute-color-text-default,rgba(0,0,0,.9))}.andes-thumbnail--mute-disabled,.andes-thumbnail--neutral-disabled{background-color:var(--andes-thumbnail-mute-color-fill-disabled,#fff);color:var(--andes-thumbnail-mute-color-text-disabled,rgba(0,0,0,.25))}.andes-thumbnail--loud{background-color:var(--andes-thumbnail-loud-color-fill-default,var(--andes-color-blue-500,#3483fa));border-color:var(--andes-thumbnail-loud-color-fill-default,var(--andes-color-blue-500,#3483fa));color:var(--andes-thumbnail-loud-color-text-default,#fff)}.andes-thumbnail--quiet{background-color:var(--andes-thumbnail-quiet-color-fill-default,var(--andes-color-blue-100,rgba(65,137,230,.1)));border-color:var(--andes-thumbnail-quiet-color-fill-default,var(--andes-color-blue-100,rgba(65,137,230,.1)));color:var(--andes-thumbnail-quiet-color-text-default,var(--andes-color-blue-500,#3483fa))}.andes-thumbnail--loud-disabled{background-color:var(--andes-thumbnail-loud-color-fill-disabled,rgba(0,0,0,.1));border-color:transparent;color:var(--andes-thumbnail-loud-color-text-disabled,rgba(0,0,0,.25))}.andes-thumbnail--quiet-disabled{background-color:var(--andes-thumbnail-quiet-color-fill-disabled,rgba(0,0,0,.1));border-color:transparent;color:var(--andes-thumbnail-quiet-color-text-disabled,rgba(0,0,0,.25))}.andes-thumbnail__icon.andes-thumbnail--loud{color:var(--andes-thumbnail-loud-color-icon-default,#fff)}.andes-thumbnail__icon.andes-thumbnail--loud-disabled{color:var(--andes-thumbnail-loud-color-icon-disabled,rgba(0,0,0,.25))}.andes-thumbnail__icon.andes-thumbnail--quiet{color:var(--andes-thumbnail-quiet-color-icon-default,var(--andes-color-blue-500,#3483fa))}.andes-thumbnail__icon.andes-thumbnail--quiet-disabled{color:var(--andes-thumbnail-quiet-color-icon-disabled,rgba(0,0,0,.25))}.andes-thumbnail__icon.andes-thumbnail--mute,.andes-thumbnail__icon.andes-thumbnail--neutral{color:var(--andes-thumbnail-mute-color-icon-default,rgba(0,0,0,.9))}.andes-thumbnail__icon.andes-thumbnail--mute-disabled,.andes-thumbnail__icon.andes-thumbnail--neutral-disabled{color:var(--andes-thumbnail-mute-color-icon-disabled,rgba(0,0,0,.25))}.andes-thumbnail-multiple--grid{align-content:space-between;background-color:var(--andes-thumbnail-grid-color-fill,rgba(0,0,0,.04));border-radius:5px;box-sizing:border-box;color:rgba(0,0,0,.55);display:flex;flex-wrap:wrap;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;justify-content:space-between}.andes-thumbnail-multiple--grid:nth-child(3){flex-grow:2}.andes-thumbnail-multiple--grid-40{height:40px;width:40px}.andes-thumbnail-multiple--grid-40 .andes-thumbnail-multiple--overflow{background-color:var(--andes-thumbnail-grid-overflow-color-fill,#ededed);border-color:var(--andes-thumbnail-grid-overflow-color-border,rgba(0,0,0,.1));color:var(--andes-thumbnail-grid-overflow-color-text,rgba(0,0,0,.55))}.andes-thumbnail-multiple--grid-48{height:48px;width:48px}.andes-thumbnail-multiple--grid-48 .andes-thumbnail-multiple--overflow{background-color:var(--andes-thumbnail-grid-overflow-color-fill,#ededed);border-color:var(--andes-thumbnail-grid-overflow-color-border,rgba(0,0,0,.1));color:var(--andes-thumbnail-grid-overflow-color-text,rgba(0,0,0,.55))}.andes-thumbnail-multiple--grid-56{height:56px;width:56px}.andes-thumbnail-multiple--grid-56 .andes-thumbnail-multiple--overflow{background-color:var(--andes-thumbnail-grid-overflow-color-fill,#ededed);border-color:var(--andes-thumbnail-grid-overflow-color-border,rgba(0,0,0,.1));color:var(--andes-thumbnail-grid-overflow-color-text,rgba(0,0,0,.55))}.andes-thumbnail-multiple--grid-64{height:64px;width:64px}.andes-thumbnail-multiple--grid-64 .andes-thumbnail-multiple--overflow{background-color:var(--andes-thumbnail-grid-overflow-color-fill,#ededed);border-color:var(--andes-thumbnail-grid-overflow-color-border,rgba(0,0,0,.1));color:var(--andes-thumbnail-grid-overflow-color-text,rgba(0,0,0,.55))}.andes-thumbnail-multiple--grid-72{height:72px;width:72px}.andes-thumbnail-multiple--grid-72 .andes-thumbnail-multiple--overflow{background-color:var(--andes-thumbnail-grid-overflow-color-fill,#ededed);border-color:var(--andes-thumbnail-grid-overflow-color-border,rgba(0,0,0,.1));color:var(--andes-thumbnail-grid-overflow-color-text,rgba(0,0,0,.55))}.andes-thumbnail-multiple--grid-80{height:80px;width:80px}.andes-thumbnail-multiple--grid-80 .andes-thumbnail-multiple--overflow{background-color:var(--andes-thumbnail-grid-overflow-color-fill,#ededed);border-color:var(--andes-thumbnail-grid-overflow-color-border,rgba(0,0,0,.1));color:var(--andes-thumbnail-grid-overflow-color-text,rgba(0,0,0,.55))}.andes-thumbnail-multiple--grid-48{align-content:space-around;justify-content:space-around}.andes-thumbnail-multiple--grid-40,.andes-thumbnail-multiple--grid-48,.andes-thumbnail-multiple--grid-56{border-radius:4px;padding:3px}.andes-thumbnail-multiple--grid-64{border-radius:4px;padding:4px}.andes-thumbnail-multiple--grid-72{padding:3px}.andes-thumbnail-multiple--grid-80{padding:4px}.andes-thumbnail-multiple--stacked-24{display:flex;flex-wrap:wrap;height:24px;width:auto}.andes-thumbnail-multiple--stacked-24 .andes-thumbnail-multiple--overflow{background-color:var(--andes-thumbnail-stacked-overflow-color-fill,#ededed);border-color:var(--andes-thumbnail-stacked-overflow-color-border,rgba(0,0,0,.1));color:var(--andes-thumbnail-stacked-overflow-color-text,rgba(0,0,0,.55))}.andes-thumbnail-multiple--stacked-32{display:flex;flex-wrap:wrap;height:32px;width:auto}.andes-thumbnail-multiple--stacked-32 .andes-thumbnail-multiple--overflow{background-color:var(--andes-thumbnail-stacked-overflow-color-fill,#ededed);border-color:var(--andes-thumbnail-stacked-overflow-color-border,rgba(0,0,0,.1));color:var(--andes-thumbnail-stacked-overflow-color-text,rgba(0,0,0,.55))}.andes-thumbnail-multiple--stacked-40{display:flex;flex-wrap:wrap;height:40px;width:auto}.andes-thumbnail-multiple--stacked-40 .andes-thumbnail-multiple--overflow{background-color:var(--andes-thumbnail-stacked-overflow-color-fill,#ededed);border-color:var(--andes-thumbnail-stacked-overflow-color-border,rgba(0,0,0,.1));color:var(--andes-thumbnail-stacked-overflow-color-text,rgba(0,0,0,.55))}.andes-thumbnail-multiple--stacked-48{display:flex;flex-wrap:wrap;height:48px;width:auto}.andes-thumbnail-multiple--stacked-48 .andes-thumbnail-multiple--overflow{background-color:var(--andes-thumbnail-stacked-overflow-color-fill,#ededed);border-color:var(--andes-thumbnail-stacked-overflow-color-border,rgba(0,0,0,.1));color:var(--andes-thumbnail-stacked-overflow-color-text,rgba(0,0,0,.55))}.andes-thumbnail-multiple--stacked-56{display:flex;flex-wrap:wrap;height:56px;width:auto}.andes-thumbnail-multiple--stacked-56 .andes-thumbnail-multiple--overflow{background-color:var(--andes-thumbnail-stacked-overflow-color-fill,#ededed);border-color:var(--andes-thumbnail-stacked-overflow-color-border,rgba(0,0,0,.1));color:var(--andes-thumbnail-stacked-overflow-color-text,rgba(0,0,0,.55))}.andes-thumbnail-multiple--stacked-64{display:flex;flex-wrap:wrap;height:64px;width:auto}.andes-thumbnail-multiple--stacked-64 .andes-thumbnail-multiple--overflow{background-color:var(--andes-thumbnail-stacked-overflow-color-fill,#ededed);border-color:var(--andes-thumbnail-stacked-overflow-color-border,rgba(0,0,0,.1));color:var(--andes-thumbnail-stacked-overflow-color-text,rgba(0,0,0,.55))}.andes-thumbnail-multiple--stacked-72{display:flex;flex-wrap:wrap;height:72px;width:auto}.andes-thumbnail-multiple--stacked-72 .andes-thumbnail-multiple--overflow{background-color:var(--andes-thumbnail-stacked-overflow-color-fill,#ededed);border-color:var(--andes-thumbnail-stacked-overflow-color-border,rgba(0,0,0,.1));color:var(--andes-thumbnail-stacked-overflow-color-text,rgba(0,0,0,.55))}.andes-thumbnail-multiple--stacked-80{display:flex;flex-wrap:wrap;height:80px;width:auto}.andes-thumbnail-multiple--stacked-80 .andes-thumbnail-multiple--overflow{background-color:var(--andes-thumbnail-stacked-overflow-color-fill,#ededed);border-color:var(--andes-thumbnail-stacked-overflow-color-border,rgba(0,0,0,.1));color:var(--andes-thumbnail-stacked-overflow-color-text,rgba(0,0,0,.55))}.andes-thumbnail-multiple--stacked-24 .andes-thumbnail-container:not(:first-child){margin-left:-6px}.andes-thumbnail-multiple--stacked-32 .andes-thumbnail-container:not(:first-child){margin-left:-9px}.andes-thumbnail-multiple--stacked-40 .andes-thumbnail-container:not(:first-child){margin-left:-12px}.andes-thumbnail-multiple--stacked-48 .andes-thumbnail-container:not(:first-child){margin-left:-15px}.andes-thumbnail-multiple--stacked-56 .andes-thumbnail-container:not(:first-child){margin-left:-18px}.andes-thumbnail-multiple--stacked-64 .andes-thumbnail-container:not(:first-child){margin-left:-20px}.andes-thumbnail-multiple--stacked-72 .andes-thumbnail-container:not(:first-child){margin-left:-22px}.andes-thumbnail-multiple--stacked-80 .andes-thumbnail-container:not(:first-child){margin-left:-25px}.andes-message__close-in-line,.andes-message__primary-button-inline{position:absolute;right:1.1428571429em;top:50%;transform:translateY(-50%)}.andes-message__text-inline-action{max-width:80%}.andes-message__text-inline-action,.andes-message__text-inline-action div,.andes-message__text-inline-action div p,.andes-message__text-inline-action div span,.andes-message__text-inline-action p,.andes-message__text-inline-action span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.andes-message__title{font-size:16px;font-weight:600;margin-bottom:4px}.andes-message__buttons-container{margin-top:20px}.andes-message__icon{display:flex;height:1.1428571429em;margin:0 1.1428571429em;width:1.1428571429em}.andes-message__thumbnail-container{height:48px;margin-right:16px;position:relative;width:48px}@media(min-width:768px){.andes-message--negative.andes-message--loud .andes-message__close--negative:hover svg{color:var(--andes-message-loud-color-close-negative-default,#fff)}.andes-message--negative.andes-message--quiet .andes-message__close--negative:hover svg{color:var(--andes-message-quiet-color-close-negative-hover,rgba(0,0,0,.8))}}.andes-message--negative.andes-message--loud{background:var(--andes-message-loud-color-fill-negative,#f23d4f)}.andes-message--negative.andes-message--loud .andes-message__title{color:var(--andes-message-loud-color-title-negative,#fff)}.andes-message--negative.andes-message--loud .andes-message__text{color:var(--andes-message-loud-color-description-negative,#fff)}.andes-message--negative.andes-message--loud .andes-message__close--negative{background-color:transparent}.andes-message--negative.andes-message--loud .andes-message__close--negative svg,.andes-message--negative.andes-message--loud .andes-message__close--negative:active svg{color:var(--andes-message-loud-color-close-negative-default,#fff)}.andes-message--negative.andes-message--quiet{background:var(--andes-message-quiet-color-fill-negative,rgba(0,0,0,.04))}.andes-message--negative.andes-message--quiet .andes-message__close--negative{background-color:transparent}.andes-message--negative.andes-message--quiet .andes-message__close--negative svg{color:var(--andes-message-quiet-color-close-negative-default,rgba(0,0,0,.55))}.andes-message--negative.andes-message--quiet .andes-message__close--negative:active svg{color:var(--andes-message-quiet-color-close-negative-active,rgba(0,0,0,.9))}.andes-message--negative.andes-message--quiet .andes-message__border-color--negative{background-color:var(--andes-message-quiet-pipe-color-fill-negative,#f23d4f);border-radius:6px 0 0 6px;height:100%;left:0;position:absolute;top:0;width:4px}.andes-message--negative.andes-message--quiet .andes-message__title{color:var(--andes-message-quiet-color-title-negative,rgba(0,0,0,.9))}.andes-message--negative.andes-message--quiet .andes-message__text{color:var(--andes-message-quiet-color-description-negative,rgba(0,0,0,.9))}@media(min-width:768px){.andes-message--caution.andes-message--loud .andes-message__close--caution:hover svg{color:var(--andes-message-loud-color-close-caution-default,#fff)}.andes-message--caution.andes-message--quiet .andes-message__close--caution:hover svg{color:var(--andes-message-quiet-color-close-caution-hover,rgba(0,0,0,.8))}}.andes-message--caution.andes-message--loud{background:var(--andes-message-loud-color-fill-caution,#f73)}.andes-message--caution.andes-message--loud .andes-message__title{color:var(--andes-message-loud-color-title-caution,#fff)}.andes-message--caution.andes-message--loud .andes-message__text{color:var(--andes-message-loud-color-description-caution,#fff)}.andes-message--caution.andes-message--loud .andes-message__close--caution{background-color:transparent}.andes-message--caution.andes-message--loud .andes-message__close--caution svg,.andes-message--caution.andes-message--loud .andes-message__close--caution:active svg{color:var(--andes-message-loud-color-close-caution-default,#fff)}.andes-message--caution.andes-message--quiet{background:var(--andes-message-quiet-color-fill-caution,rgba(0,0,0,.04))}.andes-message--caution.andes-message--quiet .andes-message__close--caution{background-color:transparent}.andes-message--caution.andes-message--quiet .andes-message__close--caution svg{color:var(--andes-message-quiet-color-close-caution-default,rgba(0,0,0,.55))}.andes-message--caution.andes-message--quiet .andes-message__close--caution:active svg{color:var(--andes-message-quiet-color-close-caution-active,rgba(0,0,0,.9))}.andes-message--caution.andes-message--quiet .andes-message__border-color--caution{background-color:var(--andes-message-quiet-pipe-color-fill-caution,#f73);border-radius:6px 0 0 6px;height:100%;left:0;position:absolute;top:0;width:4px}.andes-message--caution.andes-message--quiet .andes-message__title{color:var(--andes-message-quiet-color-title-caution,rgba(0,0,0,.9))}.andes-message--caution.andes-message--quiet .andes-message__text{color:var(--andes-message-quiet-color-description-caution,rgba(0,0,0,.9))}@media(min-width:768px){.andes-message--positive.andes-message--loud .andes-message__close--positive:hover svg{color:var(--andes-message-loud-color-close-positive-default,#fff)}.andes-message--positive.andes-message--quiet .andes-message__close--positive:hover svg{color:var(--andes-message-quiet-color-close-positive-hover,rgba(0,0,0,.8))}}.andes-message--positive.andes-message--loud{background:var(--andes-message-loud-color-fill-positive,#00a650)}.andes-message--positive.andes-message--loud .andes-message__title{color:var(--andes-message-loud-color-title-positive,#fff)}.andes-message--positive.andes-message--loud .andes-message__text{color:var(--andes-message-loud-color-description-positive,#fff)}.andes-message--positive.andes-message--loud .andes-message__close--positive{background-color:transparent}.andes-message--positive.andes-message--loud .andes-message__close--positive svg,.andes-message--positive.andes-message--loud .andes-message__close--positive:active svg{color:var(--andes-message-loud-color-close-positive-default,#fff)}.andes-message--positive.andes-message--quiet{background:var(--andes-message-quiet-color-fill-positive,rgba(0,0,0,.04))}.andes-message--positive.andes-message--quiet .andes-message__close--positive{background-color:transparent}.andes-message--positive.andes-message--quiet .andes-message__close--positive svg{color:var(--andes-message-quiet-color-close-positive-default,rgba(0,0,0,.55))}.andes-message--positive.andes-message--quiet .andes-message__close--positive:active svg{color:var(--andes-message-quiet-color-close-positive-active,rgba(0,0,0,.9))}.andes-message--positive.andes-message--quiet .andes-message__border-color--positive{background-color:var(--andes-message-quiet-pipe-color-fill-positive,#00a650);border-radius:6px 0 0 6px;height:100%;left:0;position:absolute;top:0;width:4px}.andes-message--positive.andes-message--quiet .andes-message__title{color:var(--andes-message-quiet-color-title-positive,rgba(0,0,0,.9))}.andes-message--positive.andes-message--quiet .andes-message__text{color:var(--andes-message-quiet-color-description-positive,rgba(0,0,0,.9))}@media(min-width:768px){.andes-message--informative.andes-message--loud .andes-message__close--informative:hover svg{color:var(--andes-message-loud-color-close-informative-default,#fff)}.andes-message--informative.andes-message--quiet .andes-message__close--informative:hover svg{color:var(--andes-message-quiet-color-close-informative-hover,rgba(0,0,0,.8))}}.andes-message--informative.andes-message--loud{background:var(--andes-message-loud-color-fill-informative,var(--andes-color-blue-500,#3483fa))}.andes-message--informative.andes-message--loud .andes-message__title{color:var(--andes-message-loud-color-title-informative,#fff)}.andes-message--informative.andes-message--loud .andes-message__text{color:var(--andes-message-loud-color-description-informative,#fff)}.andes-message--informative.andes-message--loud .andes-message__close--informative{background-color:transparent}.andes-message--informative.andes-message--loud .andes-message__close--informative svg,.andes-message--informative.andes-message--loud .andes-message__close--informative:active svg{color:var(--andes-message-loud-color-close-informative-default,#fff)}.andes-message--informative.andes-message--quiet{background:var(--andes-message-quiet-color-fill-informative,rgba(0,0,0,.04))}.andes-message--informative.andes-message--quiet .andes-message__close--informative{background-color:transparent}.andes-message--informative.andes-message--quiet .andes-message__close--informative svg{color:var(--andes-message-quiet-color-close-informative-default,rgba(0,0,0,.55))}.andes-message--informative.andes-message--quiet .andes-message__close--informative:active svg{color:var(--andes-message-quiet-color-close-informative-active,rgba(0,0,0,.9))}.andes-message--informative.andes-message--quiet .andes-message__border-color--informative{background-color:var(--andes-message-quiet-pipe-color-fill-informative,var(--andes-color-blue-500,#3483fa));border-radius:6px 0 0 6px;height:100%;left:0;position:absolute;top:0;width:4px}.andes-message--informative.andes-message--quiet .andes-message__title{color:var(--andes-message-quiet-color-title-informative,rgba(0,0,0,.9))}.andes-message--informative.andes-message--quiet .andes-message__text{color:var(--andes-message-quiet-color-description-informative,rgba(0,0,0,.9))}.andes-badge--pill{display:inline-block;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:12px;line-height:8px;overflow:hidden;position:relative;text-align:center}.andes-badge--pill-icon{border-radius:50%;height:24px;min-width:24px;overflow:hidden;position:relative;width:24px}.andes-badge--pill-icon .andes-badge__icon{height:100%;width:100%}.andes-badge__content{color:#fff;font-weight:600;margin:0;padding:8px}.andes-badge--small{line-height:4px}.andes-badge--small .andes-badge__content{font-size:11px;line-height:4px;padding:6px}.andes-badge--small.andes-badge--rounded-top-left{border-top-left-radius:8px}.andes-badge--small.andes-badge--rounded-top-right{border-top-right-radius:8px}.andes-badge--small.andes-badge--rounded-bottom-left{border-bottom-left-radius:8px}.andes-badge--small.andes-badge--rounded-bottom-right{border-bottom-right-radius:8px}.andes-badge--small.andes-badge--pill-icon{border-radius:50%;height:16px;min-width:16px;width:16px}.andes-badge--small.andes-badge--pill-icon svg{height:16px;width:16px}.andes-progress-indicator-circular__container{display:flex;height:max-content;position:relative;width:max-content}.andes-progress-indicator-circular__progress{align-items:center;display:flex;justify-content:center;position:relative}.andes-progress-indicator-circular--basic .andes-progress-indicator-circular__progress{stroke:var(--andes-progress-indicator-circular-progress-color-fill-default,var(--andes-color-blue-500,#3483fa))}.andes-progress-indicator-circular--inverse .andes-progress-indicator-circular__progress{stroke:var(--andes-progress-indicator-circular-progress-color-fill-inverse,#fff)}.andes-progress-indicator-circular--inverse .andes-progress-indicator-circular__label{color:var(--andes-progress-indicator-circular-color-label-inverse,#fff)}.andes-progress-indicator-circular__content{color:rgba(0,0,0,.9);font-size:12px;font-weight:400}.andes-progress-indicator-circular__label{color:var(--andes-progress-indicator-circular-color-label,rgba(0,0,0,.9));font-weight:400;-webkit-font-smoothing:antialiased}.andes-progress-indicator-circular--indeterminate .andes-progress-indicator-circular__svg{animation:andes-pi-circular-rotate 2s linear infinite;left:0;position:absolute;top:0;z-index:1022}.andes-progress-indicator-circular--indeterminate .andes-progress-indicator-circular__circle{animation:andes-pi-circular-dash-reduce-motion 5s ease-in-out infinite;stroke-linecap:round}@media(prefers-reduced-motion:no-preference){.andes-progress-indicator-circular--indeterminate .andes-progress-indicator-circular__circle{animation:andes-pi-circular-dash 1.5s ease-in-out infinite}}@keyframes andes-pi-circular-rotate{to{transform:rotate(1turn)}}@keyframes andes-pi-circular-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes andes-pi-circular-dash-reduce-motion{0%{opacity:0;stroke-dasharray:90,150;stroke-dashoffset:0}10%{opacity:1;stroke-dasharray:90,150;stroke-dashoffset:0}60%{opacity:1;stroke-dasharray:90,150;stroke-dashoffset:0}to{opacity:0;stroke-dasharray:90,150;stroke-dashoffset:0}}.andes-progress-indicator-circular--determinate .andes-progress-indicator-circular__svg{left:0;position:absolute;top:0;transform:rotate(-90deg);z-index:1022}.andes-progress-indicator-circular--determinate.andes-progress-indicator-circular--inverse .andes-progress-indicator-circular__circle-bg{stroke:var(--andes-progress-indicator-circular-color-fill-inverse,hsla(0,0%,100%,.3))}.andes-progress-indicator-circular--determinate .andes-progress-indicator-circular__circle{fill:none;stroke-linecap:round}@media(prefers-reduced-motion:no-preference){.andes-progress-indicator-circular--determinate .andes-progress-indicator-circular__circle{transition:stroke-dashoffset .15s ease-out}}.andes-progress-indicator-circular--determinate .andes-progress-indicator-circular__circle-bg{fill:none;stroke:var(--andes-progress-indicator-circular-color-fill,#e5e5e5)}.andes-progress-indicator-circular--determinate .andes-progress-indicator-circular__circle--continuous{transition-timing-function:linear}.andes-progress-indicator-circular--small .andes-progress-indicator-circular__progress,.andes-progress-indicator-circular--small .andes-progress-indicator-circular__svg{height:24px;stroke-width:2.5px;width:24px}.andes-progress-indicator-circular--small .andes-progress-indicator-circular__container{align-items:center;flex-direction:column}.andes-progress-indicator-circular--small .andes-progress-indicator-circular__label{font-size:14px;margin-top:13px}.andes-progress-indicator-circular--xsmall .andes-progress-indicator-circular__progress,.andes-progress-indicator-circular--xsmall .andes-progress-indicator-circular__svg{height:16px;stroke-width:2px;width:16px}.andes-progress-indicator-circular--xsmall .andes-progress-indicator-circular__container{align-items:center}.andes-progress-indicator-circular--xsmall .andes-progress-indicator-circular__label{font-size:14px;margin-left:12px}.andes-progress-indicator-circular--medium .andes-progress-indicator-circular__progress,.andes-progress-indicator-circular--medium .andes-progress-indicator-circular__svg{height:32px;stroke-width:3px;width:32px}.andes-progress-indicator-circular--medium .andes-progress-indicator-circular__container{align-items:center;flex-direction:column}.andes-progress-indicator-circular--medium .andes-progress-indicator-circular__label{font-size:14px;margin-top:13px}.andes-progress-indicator-circular--large .andes-progress-indicator-circular__progress,.andes-progress-indicator-circular--large .andes-progress-indicator-circular__svg{height:48px;stroke-width:4px;width:48px}.andes-progress-indicator-circular--large .andes-progress-indicator-circular__container{align-items:center;flex-direction:column}.andes-progress-indicator-circular--large .andes-progress-indicator-circular__label{font-size:16px;margin-top:13px}.andes-progress-indicator-circular--xlarge .andes-progress-indicator-circular__progress,.andes-progress-indicator-circular--xlarge .andes-progress-indicator-circular__svg{height:64px;stroke-width:4px;width:64px}.andes-progress-indicator-circular--xlarge .andes-progress-indicator-circular__progress .andes-progress-indicator-circular__content{font-size:14px}.andes-progress-indicator-circular--xlarge .andes-progress-indicator-circular__container{align-items:center;flex-direction:column}.andes-progress-indicator-circular--xlarge .andes-progress-indicator-circular__label{font-size:18px;margin-top:13px}.andes-progress-indicator-circular--inline{height:100%;position:relative}.andes-progress-indicator-circular--inline .andes-progress-indicator-circular__container{position:absolute}.andes-progress-indicator-circular--block{position:absolute;z-index:1021}.andes-progress-indicator-circular--block,.andes-progress-indicator-circular--fullscreen{align-items:center;bottom:0;display:flex;height:100%;justify-content:center;left:0;right:0;top:0;width:100%}.andes-progress-indicator-circular--fullscreen{background-color:hsla(0,0%,100%,.9);position:fixed;z-index:1023}.buyers-feedback-section{background-color:#fff;margin-top:20px;padding:26px 0 18px}.buyers-feedback-section h3{color:#333;font-size:18px;font-weight:300;margin-bottom:22px;padding-left:20px}.buyers-feedback-section a,.buyers-feedback-section a.feedback-offset__link{color:var(--andes-color-blue-500,#3483fa);font-family:ProximaNova-light;font-size:14px;padding-left:20px}.buyers-feedback-section a.feedback-offset__link{padding-left:50px;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.buyers-feedback-section a:active,.buyers-feedback-section a:hover,.buyers-feedback-section a:link,.buyers-feedback-section a:visited{text-decoration:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.buyers-feedback-section a.buyers-feedback-bar__items{padding:0;text-decoration:none}.buyers-feedback-section .buyers-feedback-bar__list-item{display:block;margin-bottom:2px}.buyers-feedback-section .feedback-offset__link:hover{color:var(--andes-color-blue-500,#3483fa);text-decoration:none}.buyers-feedback-section .feedback-offset__link.unshow-link{display:none}.buyers-feedback-section ol,.buyers-feedback-section ul{list-style:none}.buyers-feedback-qualification{color:#999;padding-left:6px}.buyers-feedback-bar__items:hover{cursor:pointer;text-decoration:none}.buyers-feedback-bar__items:hover .grey-bar{background-color:#eaeaea}.buyers-feedback-bar__items:hover .buyers-feedback-qualification{color:#333;text-decoration:none}.buyers-feedback-bar--negative.is-selected .buyers-feedback-bar__blue,.buyers-feedback-bar--negative.is-selected .buyers-feedback-bar__dark-blue,.buyers-feedback-bar--negative.is-selected .buyers-feedback-bar__light-blue,.buyers-feedback-bar--neutral.is-selected .buyers-feedback-bar__blue,.buyers-feedback-bar--neutral.is-selected .buyers-feedback-bar__dark-blue,.buyers-feedback-bar--neutral.is-selected .buyers-feedback-bar__light-blue,.buyers-feedback-bar--positive.is-selected .buyers-feedback-bar__blue,.buyers-feedback-bar--positive.is-selected .buyers-feedback-bar__dark-blue,.buyers-feedback-bar--positive.is-selected .buyers-feedback-bar__light-blue,.buyers-feedback-bar__items:hover .buyers-feedback-bar__blue,.buyers-feedback-bar__items:hover .buyers-feedback-bar__dark-blue,.buyers-feedback-bar__items:hover .buyers-feedback-bar__light-blue{background-color:#2662e3;text-decoration:none}.buyers-feedback-bar--negative.is-selected .buyers-feedback-qualification,.buyers-feedback-bar--neutral.is-selected .buyers-feedback-qualification,.buyers-feedback-bar--positive.is-selected .buyers-feedback-qualification{color:#333;text-decoration:none}.buyers-feedback-bar--negative.disabled .buyers-feedback-qualification,.buyers-feedback-bar--neutral.disabled .buyers-feedback-qualification,.buyers-feedback-bar--positive.disabled .buyers-feedback-qualification{color:#999;opacity:.5;text-decoration:none}.buyers-feedback-bar__items.disabled:hover .grey-bar{background-color:#efefef}.buyers-feedback-bar--negative.disabled,.buyers-feedback-bar--neutral.disabled,.buyers-feedback-bar--positive.disabled{cursor:default;pointer-events:none}.buyers-feedback-bar__title{margin-bottom:15px}.buyers-feedback{display:inline-block;text-align:left}.buyers-feedback-bar{display:inline-block;min-width:300px}.buyers-feedback-bar__blue,.buyers-feedback-bar__dark-blue,.buyers-feedback-bar__light-blue{border-radius:5px;display:inline-block;height:10px;vertical-align:top}.buyers-feedback__wrapper{margin:0 20px;padding-bottom:15px}.buyers-feedback__message{padding-left:22px}.total{display:block;font-size:32px;line-height:.8;margin-bottom:10px;padding:0 10px 0 0}.buyers-feedback-bar__blue,.buyers-feedback-bar__dark-blue,.buyers-feedback-bar__light-blue{background-color:#3483fa}.grey-bar{background-color:#efefef;border-radius:5px;display:inline-block;height:10px;vertical-align:middle;width:52%}.buyers-feedback--reference{display:block;overflow:hidden;padding-left:45px}.buyers-feedback--reference .buyers-feedback__text--blue,.buyers-feedback--reference .buyers-feedback__text--dark-blue,.buyers-feedback--reference .buyers-feedback__text--light-blue{margin-bottom:4px;text-indent:-15px}.buyers-feedback--reference .buyers-feedback__text--blue span,.buyers-feedback--reference .buyers-feedback__text--dark-blue span,.buyers-feedback--reference .buyers-feedback__text--light-blue span{color:#666;line-height:1.31}.buyers-feedback--reference .buyers-feedback__text--blue:before,.buyers-feedback--reference .buyers-feedback__text--dark-blue:before,.buyers-feedback--reference .buyers-feedback__text--light-blue:before{background:#30619b;border-radius:1px;content:"";display:inline-block;height:7px;margin-right:4px}.show-link{opacity:1;pointer-events:auto}.unshow-link{display:none}.show-spinner{display:block}.unshow-spinner{display:none}.rating--negative,.rating--neutral,.rating--positive{vertical-align:sub}.rating__qualification{color:#333;font-family:ProximaNova-light;font-size:14px}.rating__author,.rating__item{color:#999;font-family:ProximaNova-light;font-size:14px}.rating__qualification{padding-left:5px}.rating__qualification--old-reputation{padding-left:8px}.rating__author{display:block;margin:3px 0 6px}.rating__item{display:flex;margin:3px 0 6px}.rating__item-description{display:inline-block;margin-right:3px;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rating__wrapper{position:relative}.rating__wrapper p{color:#999;font-family:ProximaNova-light;font-size:16px;margin:0}.rating__list-item{border-top:1px solid #e0e0e0;padding:30px 20px 32px}.rating__list .rating__list-item:first-child{border-top:0}.andes-progress-indicator-circular{background-color:hsla(0,0%,100%,.9)}.buyers-feedback-section{border-radius:4px;box-shadow:0 1px 3px 2px rgba(0,0,0,.1);margin:20px 0 40px;padding:30px 0 58px}.buyers-feedback-section h3{font-size:20px;font-weight:600;margin-bottom:30px;padding-left:50px}.buyers-feedback-section a{padding-left:50px}.buyers-feedback__wrapper{border-bottom:1px solid #eee;margin:0 50px;padding-bottom:25px}.buyers-feedback__message{font-size:16px;margin:0;padding:14px 0 0 50px}.grey-bar{width:60%}.total{display:inline-block;font-size:68px}.rating__list-item{border-top:none;padding:30px 40px 0 50px}.rating__list{margin-bottom:20px;padding-left:0}.error-message{margin:0 50px}.buyers-feedback-section h3{margin-bottom:35px;margin-top:23px}@media(min-width:1200px){.buyers-feedback-section{margin:20px 0 40px}}.store-info{padding-left:20px}.store-info__name{color:#333;font-family:ProximaNova-Semibold;font-size:32px;letter-spacing:0;line-height:35px;white-space:normal;word-wrap:break-word}.store-info__subtitle{color:#333;font-family:ProximaNova-light;font-size:16px;line-height:16px;margin:0;text-decoration:none;width:365px}.store-info{display:block;overflow:hidden;padding:0;position:relative}.store-info-title{height:182px;position:relative}.store-info__name{bottom:0;margin:0 0 10px;position:absolute}.not-official-store .store-info{top:-80px;width:350px}@media(min-width:1200px){.store-info__name{white-space:normal;width:370px}}@media(min-width:1270px){.store-info{padding-right:760px;width:375px}}.seller-info .seller-info__thermometer{margin:32px 0 10px;max-width:293px}.seller-info--brand .seller-info__thermometer{margin:0 0 10px;max-width:293px}.seller-info__title--old{color:#333;font-family:ProximaNova-Semibold;font-size:20px;line-height:24px;margin:0;text-decoration:none}.seller-info__subtitle-sales{color:#333;font-family:ProximaNova-light;font-size:16px;line-height:16px;margin:30px 0;text-decoration:none}.seller-info__subtitle,.seller-info__subtitle:active,.seller-info__subtitle:link,.seller-info__subtitle:visited{color:var(--andes-color-blue-500,#3483fa);display:block;font-family:ProximaNova-light;font-size:14px;line-height:14px;margin:9px 0 0;text-decoration:none}.seller-info__subtitle:hover{color:var(--andes-color-blue-500,#3483fa);text-decoration:none}.seller-info__link,.seller-info__subtitle{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.message{position:relative}.message__title{color:#10b146;display:inline-block;font-family:ProximaNova-Semibold;font-size:16px;line-height:19px;margin:0 0 0 10px;text-decoration:none;vertical-align:top}.message__leader{display:block!important;font-family:ProximaNova-light;margin:-2px 0 0 28px!important}.message__leader,.message__subtitle{color:#333;font-size:14px;line-height:19px;text-decoration:none}.message__subtitle{font-family:ProximaNova-Regular;width:290px}.data-level__number{font-family:ProximaNova-Semibold;font-size:16px;line-height:12px;margin:0 0 6px}.data-level__description,.data-level__number{color:#333;display:block;text-decoration:none}.data-level__description{font-family:ProximaNova-light;font-size:14px;line-height:20px;margin:0 0 24px}.data-level__wrapper{margin:46px 0 0}.seller-info,.seller-info--brand{max-width:450px;position:relative}.seller-info__title{color:#333;font-family:ProximaNova-Semibold;font-size:20px;line-height:24px;margin:26px 0 0;text-decoration:none}.seller-info__subtitle-sales{margin-top:12px}.store-brand-info{padding-left:22px}.store-brand-info .brand-logo{display:none}.store-brand-info .brand{color:#333;font-weight:600;letter-spacing:0}.store-brand-info .txt-to{display:inline-block;margin-bottom:32px}.official-store .txt-to{display:none}.official-store .brand,.official-store-experiment .brand{font-size:26px;font-weight:600;line-height:1.3;white-space:normal;word-wrap:break-word}.store-brand-info{background-color:#fff;border-radius:6px;box-shadow:0 1px 3px 2px rgba(0,0,0,.1);display:inline-block;overflow:hidden;padding:11px 13px}.store-brand-info .brand-logo{display:block;float:left;width:96px}.store-brand-info .brand{color:#fff;font-size:26px;margin:32px 0 36px}.store-brand-info .icon-official-store{display:inline-block;margin:0 1px 0 0}.official-store{display:block;margin:0}.official-store .brand{font-size:26px;margin:12px 0 26px;padding-left:0}.official-store-experiment .brand{font-size:26px;margin:12px 0 0;padding-left:0}.official-store .brand:before{display:none}.official-store .brand:after{background-position:0 0;background-size:132px 25px;content:"";display:inline-block;height:13px;margin-left:10px;padding-bottom:2px;vertical-align:middle;width:15px}.official-store .txt-to{display:inline-block;line-height:18px}.official-store-info-description{padding:20px}.official-store-info-description .title{display:inline-block;font-size:20px;margin-bottom:20px}.official-store-info-description span{margin:3px 0}.official-store-info-description p{color:#999;line-height:15px}.official-store-info-description .subtitle{color:#666;line-height:17px;margin:0 0 10px}.official-store-info-description ul{background-color:#f7f7f7;border-radius:5px;margin:0;padding:14px 9px}.official-store-info-description ul span{font-size:16px;margin:0}.official-store-info-description ul li{margin:0 0 20px;padding:0 0 0 52px;position:relative}.official-store-info-description ul li:last-child{margin:0}.official-store-info-description .circ{background-color:#999;border-radius:100%;display:inline-block;height:32px;left:5px;margin-bottom:10px;position:absolute;text-align:center;top:2px;width:32px}.store-brand-info__wrapper{display:inline-block;margin-top:102px;z-index:400}@media(min-width:1270px){.official-store{width:365px}}@media(max-width:440px){.metric{margin-right:0;text-align:left}.metric h2{min-width:auto}}.metric{align-items:center;background-color:#fff;border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0;display:flex;margin-right:0;max-width:100%;padding:40px 32px 40px 20px;text-align:left}.metric h2{color:#666;font-size:18px;line-height:1.1;margin:0 0 8px;min-height:0}.metric h2,.metric p{font-weight:300;padding-left:100px}.metric p{color:#999;font-size:14px;letter-spacing:.1px}.metric .metric__drawing--well-claim{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27128%27 height=%27128%27 viewBox=%270 0 128 128%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Ccircle cx=%2764%27 cy=%2764%27 r=%2764%27 fill=%27%23f6f6f6%27/%3E%3Cg opacity=%27.45%27%3E%3Cpath fill=%27%23f6f6f6%27 d=%27M58.05 51.805h38.691a4.325 4.325 0 0 1 4.325 4.326v28.393a4.325 4.325 0 0 1-4.325 4.325h-5.784L86.415 93.8l-3.748-4.95H58.05a4.325 4.325 0 0 1-4.325-4.326V56.131a4.325 4.325 0 0 1 4.325-4.326%27/%3E%3Cg fill=%27%23000%27%3E%3Cpath d=%27M69.2 77.55h24.038a1.202 1.202 0 0 0 0-2.403H69.2a1.202 1.202 0 1 0 0 2.403M72.39 71.048h20.848a1.202 1.202 0 0 0 0-2.403H72.39a1.202 1.202 0 1 0 0 2.403M73.666 64.547h19.572a1.202 1.202 0 0 0 0-2.403H73.666a1.202 1.202 0 1 0 0 2.403%27/%3E%3C/g%3E%3Cpath stroke=%27%23000%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272.375%27 d=%27M58.582 49.457c-1.137 0-3.113-.082-4.378.4-1.266.484-1.645 1.15-2.125 2.082-.435.845-.67 1.862-.67 2.99V84.7c0 3.059 1.844 5.83 4.619 6.072a10377 10377 0 0 0 9.352.001h17.98l3.9 5.491 5.093-5.492%27/%3E%3Cpath stroke=%27%23000%27 stroke-linecap=%27round%27 stroke-width=%272.375%27 d=%27M64.059 49.527 81 49.523c9.331 0 18.224 0 18.278.004 1.726.13 3.042 1.056 3.78 2.477.433.835.667 1.84.667 2.956v29.43c0 3.003-3.17 5.724-6.045 5.999-.158.015-1.323.023-1.478.023%27/%3E%3Cpath fill=%27%23f6f6f6%27 d=%27M67.738 44.654H29.047a4.325 4.325 0 0 0-4.326 4.325v28.394a4.325 4.325 0 0 0 4.326 4.325h5.783l4.542 4.95 3.749-4.95h24.617a4.325 4.325 0 0 0 4.325-4.325V48.979a4.325 4.325 0 0 0-4.325-4.325%27/%3E%3Cg fill=%27%23000%27%3E%3Cpath d=%27M62.32 70.398H30.74a1.202 1.202 0 1 1 0-2.403h31.58a1.202 1.202 0 1 1 0 2.403M62.32 63.897H30.74a1.202 1.202 0 1 1 0-2.403h31.58a1.202 1.202 0 1 1 0 2.403M46.37 57.395H30.74a1.202 1.202 0 1 1 0-2.403h15.63a1.202 1.202 0 1 1 0 2.403%27/%3E%3C/g%3E%3Cpath stroke=%27%23000%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272.375%27 d=%27M65.292 41.005c1.137 0 3.113-.082 4.378.4 1.265.484 1.645 1.15 2.125 2.082.434.845.669 1.862.669 2.99v29.77c0 3.059-1.843 5.83-4.618 6.072a10377 10377 0 0 1-9.352.001H40.513l-3.899 5.491-5.093-5.492%27/%3E%3Cpath stroke=%27%23000%27 stroke-linecap=%27round%27 stroke-width=%272.375%27 d=%27M59.815 41.004c-.614 0-11.02-.003-16.942-.003-9.332-.002-18.224-.001-18.278.003-1.726.13-3.042 1.058-3.78 2.481-.434.837-.668 1.844-.668 2.962v29.481c0 3.008 3.17 5.733 6.046 6.009.158.015 1.322.023 1.478.023%27/%3E%3C/g%3E%3Cg transform=%27translate%2893 99%29%27%3E%3Cellipse cx=%2713.706%27 cy=%2713.939%27 fill=%27%2339b54a%27 stroke=%27%23fff%27 stroke-width=%273%27 rx=%2713.627%27 ry=%2713.452%27/%3E%3Cpath fill=%27%23fff%27 d=%27m11.862 16.155-3.086-3.047-1.543 1.524 4.63 4.57 8.486-8.379L18.806 9.3z%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.metric .metric__drawing--bad-claim{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27128%27 height=%27129%27 viewBox=%270 0 128 129%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Ccircle cx=%2764%27 cy=%2764%27 r=%2764%27 fill=%27%23f6f6f6%27/%3E%3Cg opacity=%27.45%27%3E%3Cpath fill=%27%23f6f6f6%27 d=%27M58.05 51.805h38.691a4.325 4.325 0 0 1 4.325 4.326v28.393a4.325 4.325 0 0 1-4.325 4.325h-5.784L86.415 93.8l-3.748-4.95H58.05a4.325 4.325 0 0 1-4.325-4.326V56.131a4.325 4.325 0 0 1 4.325-4.326%27/%3E%3Cg fill=%27%23000%27%3E%3Cpath d=%27M69.2 77.55h24.038a1.202 1.202 0 0 0 0-2.403H69.2a1.202 1.202 0 1 0 0 2.403M72.39 71.048h20.848a1.202 1.202 0 0 0 0-2.403H72.39a1.202 1.202 0 1 0 0 2.403M73.666 64.547h19.572a1.202 1.202 0 0 0 0-2.403H73.666a1.202 1.202 0 1 0 0 2.403%27/%3E%3C/g%3E%3Cpath stroke=%27%23000%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272.375%27 d=%27M58.582 49.457c-1.137 0-3.113-.082-4.378.4-1.266.484-1.645 1.15-2.125 2.082-.435.845-.67 1.862-.67 2.99V84.7c0 3.059 1.844 5.83 4.619 6.072a10377 10377 0 0 0 9.352.001h17.98l3.9 5.491 5.093-5.492%27/%3E%3Cpath stroke=%27%23000%27 stroke-linecap=%27round%27 stroke-width=%272.375%27 d=%27M64.059 49.527 81 49.523c9.331 0 18.224 0 18.278.004 1.726.13 3.042 1.056 3.78 2.477.433.835.667 1.84.667 2.956v29.43c0 3.003-3.17 5.724-6.045 5.999-.158.015-1.323.023-1.478.023%27/%3E%3Cpath fill=%27%23f6f6f6%27 d=%27M67.738 44.654H29.047a4.325 4.325 0 0 0-4.326 4.325v28.394a4.325 4.325 0 0 0 4.326 4.325h5.783l4.542 4.95 3.749-4.95h24.617a4.325 4.325 0 0 0 4.325-4.325V48.979a4.325 4.325 0 0 0-4.325-4.325%27/%3E%3Cg fill=%27%23000%27%3E%3Cpath d=%27M62.32 70.398H30.74a1.202 1.202 0 1 1 0-2.403h31.58a1.202 1.202 0 1 1 0 2.403M62.32 63.897H30.74a1.202 1.202 0 1 1 0-2.403h31.58a1.202 1.202 0 1 1 0 2.403M46.37 57.395H30.74a1.202 1.202 0 1 1 0-2.403h15.63a1.202 1.202 0 1 1 0 2.403%27/%3E%3C/g%3E%3Cpath stroke=%27%23000%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272.375%27 d=%27M65.292 41.005c1.137 0 3.113-.082 4.378.4 1.265.484 1.645 1.15 2.125 2.082.434.845.669 1.862.669 2.99v29.77c0 3.059-1.843 5.83-4.618 6.072a10377 10377 0 0 1-9.352.001H40.513l-3.899 5.491-5.093-5.492%27/%3E%3Cpath stroke=%27%23000%27 stroke-linecap=%27round%27 stroke-width=%272.375%27 d=%27M59.815 41.004c-.614 0-11.02-.003-16.942-.003-9.332-.002-18.224-.001-18.278.003-1.726.13-3.042 1.058-3.78 2.481-.434.837-.668 1.844-.668 2.962v29.481c0 3.008 3.17 5.733 6.046 6.009.158.015 1.322.023 1.478.023%27/%3E%3C/g%3E%3Cg transform=%27translate%2893 99%29%27%3E%3Cellipse cx=%2713.852%27 cy=%2714%27 fill=%27%23ff605a%27 stroke=%27%23fff%27 stroke-width=%273%27 rx=%2713.852%27 ry=%2714%27/%3E%3Cg fill=%27%23fff%27 transform=%27translate%2812 6%29%27%3E%3Cpath d=%27M.43.659h3.316L3.33 9.815H.845z%27/%3E%3Cellipse cx=%272.088%27 cy=%2713.976%27 rx=%271.657%27 ry=%271.665%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.metric .metric__drawing--newbie-claim{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27128%27 height=%27128%27 viewBox=%270 0 128 128%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Ccircle cx=%2764%27 cy=%2764%27 r=%2764%27 fill=%27%23f6f6f6%27/%3E%3Cg opacity=%27.1%27%3E%3Cpath fill=%27%23f6f6f6%27 d=%27M58.05 51.805h38.691a4.325 4.325 0 0 1 4.325 4.326v28.393a4.325 4.325 0 0 1-4.325 4.325h-5.784L86.415 93.8l-3.748-4.95H58.05a4.325 4.325 0 0 1-4.325-4.326V56.131a4.325 4.325 0 0 1 4.325-4.326%27/%3E%3Cg fill=%27%23000%27%3E%3Cpath d=%27M69.2 77.55h24.038a1.202 1.202 0 0 0 0-2.403H69.2a1.202 1.202 0 1 0 0 2.403M72.39 71.048h20.848a1.202 1.202 0 0 0 0-2.403H72.39a1.202 1.202 0 1 0 0 2.403M73.666 64.547h19.572a1.202 1.202 0 0 0 0-2.403H73.666a1.202 1.202 0 1 0 0 2.403%27/%3E%3C/g%3E%3Cpath stroke=%27%23000%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272.375%27 d=%27M58.582 49.457c-1.137 0-3.113-.082-4.378.4-1.266.484-1.645 1.15-2.125 2.082-.435.845-.67 1.862-.67 2.99V84.7c0 3.059 1.844 5.83 4.619 6.072a10377 10377 0 0 0 9.352.001h17.98l3.9 5.491 5.093-5.492%27/%3E%3Cpath stroke=%27%23000%27 stroke-linecap=%27round%27 stroke-width=%272.375%27 d=%27M64.059 49.527 81 49.523c9.331 0 18.224 0 18.278.004 1.726.13 3.042 1.056 3.78 2.477.433.835.667 1.84.667 2.956v29.43c0 3.003-3.17 5.724-6.045 5.999-.158.015-1.323.023-1.478.023%27/%3E%3Cpath fill=%27%23f6f6f6%27 d=%27M67.738 44.654H29.047a4.325 4.325 0 0 0-4.326 4.325v28.394a4.325 4.325 0 0 0 4.326 4.325h5.783l4.542 4.95 3.749-4.95h24.617a4.325 4.325 0 0 0 4.325-4.325V48.979a4.325 4.325 0 0 0-4.325-4.325%27/%3E%3Cg fill=%27%23000%27%3E%3Cpath d=%27M62.32 70.398H30.74a1.202 1.202 0 1 1 0-2.403h31.58a1.202 1.202 0 1 1 0 2.403M62.32 63.897H30.74a1.202 1.202 0 1 1 0-2.403h31.58a1.202 1.202 0 1 1 0 2.403M46.37 57.395H30.74a1.202 1.202 0 1 1 0-2.403h15.63a1.202 1.202 0 1 1 0 2.403%27/%3E%3C/g%3E%3Cpath stroke=%27%23000%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272.375%27 d=%27M65.292 41.005c1.137 0 3.113-.082 4.378.4 1.265.484 1.645 1.15 2.125 2.082.434.845.669 1.862.669 2.99v29.77c0 3.059-1.843 5.83-4.618 6.072a10377 10377 0 0 1-9.352.001H40.513l-3.899 5.491-5.093-5.492%27/%3E%3Cpath stroke=%27%23000%27 stroke-linecap=%27round%27 stroke-width=%272.375%27 d=%27M59.815 41.004c-.614 0-11.02-.003-16.942-.003-9.332-.002-18.224-.001-18.278.003-1.726.13-3.042 1.058-3.78 2.481-.434.837-.668 1.844-.668 2.962v29.481c0 3.008 3.17 5.733 6.046 6.009.158.015 1.322.023 1.478.023%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.metric .metric__drawing--well-delivery{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 width=%27128%27 height=%27128%27 viewBox=%270 0 128 128%27%3E%3Cdefs%3E%3Ccircle id=%27a%27 cx=%2764%27 cy=%2764%27 r=%2764%27/%3E%3C/defs%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cuse xlink:href=%27%23a%27 fill=%27%23f5f5f5%27/%3E%3Cg stroke=%27%23000%27 opacity=%27.45%27%3E%3Cpath stroke-linecap=%27round%27 stroke-width=%272.04%27 d=%27M49.772 87.85h45.207V51.402l4.987.003V43.87l-20.83.002M89.685 51.466H79.103M58.143 51.403h-21.32v-7.53h21.15%27/%3E%3Cpath stroke-linecap=%27round%27 stroke-width=%272.04%27 d=%27M73.729 42.084v18.982H63.2V42.084%27/%3E%3Cpath stroke-width=%272.04%27 d=%27M89.332 75.273v5.674h-10.04v-5.674z%27/%3E%3Cg transform=%27translate%2824.72 57.426%29%27%3E%3Cellipse cx=%2714.093%27 cy=%2714.724%27 fill=%27%23f5f5f5%27 stroke-width=%272.04%27 rx=%2714.093%27 ry=%2714.724%27/%3E%3Cpath stroke-linecap=%27round%27 stroke-width=%272.04%27 d=%27M14.429 4.11v2.739M3.933 15.075h2.622M22.287 15.075h2.622M14.429 23.285v2.74%27/%3E%3Cpath fill=%27%23000%27 stroke-width=%27.854%27 d=%27m10.74 9.545 4.55 6.091a.6.6 0 0 1-.102.822l-.159.13a.6.6 0 0 1-.859-.105l-4.55-6.09a.6.6 0 0 1 .102-.823l.16-.13a.6.6 0 0 1 .858.105Z%27/%3E%3C/g%3E%3Cpath stroke-linejoin=%27round%27 stroke-width=%272.052%27 d=%27M26.582 87.871H14.977zm75.078 0h10.887z%27/%3E%3C/g%3E%3Cg transform=%27translate%2892 99%29%27%3E%3Cellipse cx=%2713.706%27 cy=%2713.939%27 fill=%27%2339b54a%27 stroke=%27%23fff%27 stroke-width=%273%27 rx=%2713.627%27 ry=%2713.452%27/%3E%3Cpath fill=%27%23fff%27 d=%27m11.862 16.155-3.086-3.047-1.543 1.524 4.63 4.57 8.486-8.379L18.806 9.3z%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.metric .metric__drawing--bad-delivery{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 width=%27128%27 height=%27129%27 viewBox=%270 0 128 129%27%3E%3Cdefs%3E%3Ccircle id=%27a%27 cx=%2764%27 cy=%2764%27 r=%2764%27/%3E%3C/defs%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cuse xlink:href=%27%23a%27 fill=%27%23f5f5f5%27/%3E%3Cg stroke=%27%23000%27 opacity=%27.45%27%3E%3Cpath stroke-linecap=%27round%27 stroke-width=%272.04%27 d=%27M49.772 87.85h45.207V51.402l4.987.003V43.87l-20.83.002M89.685 51.466H79.103M58.143 51.403h-21.32v-7.53h21.15%27/%3E%3Cpath stroke-linecap=%27round%27 stroke-width=%272.04%27 d=%27M73.729 42.084v18.982H63.2V42.084%27/%3E%3Cpath stroke-width=%272.04%27 d=%27M89.332 75.273v5.674h-10.04v-5.674z%27/%3E%3Cg transform=%27translate%2824.72 57.426%29%27%3E%3Cellipse cx=%2714.093%27 cy=%2714.724%27 fill=%27%23f5f5f5%27 stroke-width=%272.04%27 rx=%2714.093%27 ry=%2714.724%27/%3E%3Cpath stroke-linecap=%27round%27 stroke-width=%272.04%27 d=%27M14.429 4.11v2.739M3.933 15.075h2.622M22.287 15.075h2.622M14.429 23.285v2.74%27/%3E%3Cpath fill=%27%23000%27 stroke-width=%27.854%27 d=%27m10.74 9.545 4.55 6.091a.6.6 0 0 1-.102.822l-.159.13a.6.6 0 0 1-.859-.105l-4.55-6.09a.6.6 0 0 1 .102-.823l.16-.13a.6.6 0 0 1 .858.105Z%27/%3E%3C/g%3E%3Cpath stroke-linejoin=%27round%27 stroke-width=%272.052%27 d=%27M26.582 87.871H14.977zm75.078 0h10.887z%27/%3E%3C/g%3E%3Cg transform=%27translate%2892 99%29%27%3E%3Cellipse cx=%2713.852%27 cy=%2714%27 fill=%27%23ff605a%27 stroke=%27%23fff%27 stroke-width=%273%27 rx=%2713.852%27 ry=%2714%27/%3E%3Cg fill=%27%23fff%27 transform=%27translate%2812 6%29%27%3E%3Cpath d=%27M.43.659h3.316L3.33 9.815H.845z%27/%3E%3Cellipse cx=%272.088%27 cy=%2713.976%27 rx=%271.657%27 ry=%271.665%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.metric .metric__drawing--newbie-delivery{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 width=%27128%27 height=%27128%27 viewBox=%270 0 128 128%27%3E%3Cdefs%3E%3Ccircle id=%27a%27 cx=%2764%27 cy=%2764%27 r=%2764%27/%3E%3C/defs%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cuse xlink:href=%27%23a%27 fill=%27%23f5f5f5%27/%3E%3Cg stroke=%27%23000%27 opacity=%27.1%27%3E%3Cpath stroke-linecap=%27round%27 stroke-width=%272.04%27 d=%27M49.772 87.85h45.207V51.402l4.987.003V43.87l-20.83.002M89.685 51.466H79.103M58.143 51.403h-21.32v-7.53h21.15%27/%3E%3Cpath stroke-linecap=%27round%27 stroke-width=%272.04%27 d=%27M73.729 42.084v18.982H63.2V42.084%27/%3E%3Cpath stroke-width=%272.04%27 d=%27M89.332 75.273v5.674h-10.04v-5.674z%27/%3E%3Cg transform=%27translate%2824.72 57.426%29%27%3E%3Cellipse cx=%2714.093%27 cy=%2714.724%27 fill=%27%23f5f5f5%27 stroke-width=%272.04%27 rx=%2714.093%27 ry=%2714.724%27/%3E%3Cpath stroke-linecap=%27round%27 stroke-width=%272.04%27 d=%27M14.429 4.11v2.739M3.933 15.075h2.622M22.287 15.075h2.622M14.429 23.285v2.74%27/%3E%3Cpath fill=%27%23000%27 stroke-width=%27.854%27 d=%27m10.74 9.545 4.55 6.091a.6.6 0 0 1-.102.822l-.159.13a.6.6 0 0 1-.859-.105l-4.55-6.09a.6.6 0 0 1 .102-.823l.16-.13a.6.6 0 0 1 .858.105Z%27/%3E%3C/g%3E%3Cpath stroke-linejoin=%27round%27 stroke-width=%272.052%27 d=%27M26.582 87.871H14.977zm75.078 0h10.887z%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.metric__drawing{height:77px;position:absolute;width:77px}.metric__drawing--box,.metric__drawing--desk{position:relative;right:25px;top:-26px;transform:scale(.6)}.metric__description p{pointer-events:none}.metric__wrapper{display:flex}.metric{margin:0 10px;max-width:368px}.metric p{margin:0 auto;width:300px}.metric .metric__drawing{height:128px;margin:0 auto 24px;position:static;width:128px}.metric__drawing--box,.metric__drawing--desk{padding:25px 0 0 25px;transform:scale(1)}.metric__drawing{width:132px}@media(min-width:1200px){.metric{margin:0 17px 0 0;max-width:380px}.metric--last{margin-right:0}}.andes-carousel-free{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;outline:none;scrollbar-width:none}.andes-carousel-free__list{display:inline-flex;list-style:none;margin:0;padding:0}.andes-carousel-free .andes-carousel-free__list--spacing-12 .andes-carousel-free__slide:not(:last-child){margin-right:12px}.andes-carousel-free .andes-carousel-free__list--spacing-16 .andes-carousel-free__slide:not(:last-child){margin-right:16px}.andes-carousel-free .andes-carousel-free__list--spacing-24 .andes-carousel-free__slide:not(:last-child){margin-right:24px}.andes-carousel-free__slide{display:flex}.andes-carousel-free::-webkit-scrollbar,.andes-carousel-free::-webkit-scrollbar-thumb{background-color:transparent;height:0;width:0}.andes-carousel-free::-webkit-scrollbar-track{background-color:transparent;box-shadow:inset 0 0 6px transparent}[data-andes-carousel-snapped-control]{box-shadow:0 1px 2px 0 rgba(0,0,0,.12);-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,.12);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.12)}[data-andes-carousel-snapped-control]:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));outline:none}[data-andes-carousel-snapped-control]:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));outline:none}[data-andes-carousel-snapped-control]:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}[data-andes-carousel-snapped-control]{position:absolute;z-index:1}[data-andes-carousel-snapped-control][data-andes-position=bottom]{bottom:0;left:50%;top:unset}[data-andes-carousel-snapped-control][data-andes-position=bottom-end]{bottom:0;left:unset;right:0;top:unset}[data-andes-carousel-snapped-control][data-andes-position=bottom-start]{bottom:0;left:0;top:unset}[data-andes-carousel-snapped-control][data-andes-position=left]{left:0;top:50%}[data-andes-carousel-snapped-control][data-andes-position=right]{left:unset;right:0;top:50%}[data-andes-carousel-snapped-control][data-andes-position=top]{left:50%;top:0}[data-andes-carousel-snapped-control][data-andes-position=top-end]{left:unset;right:0;top:0}[data-andes-carousel-snapped-control][data-andes-position=top-start]{left:0;top:0}[data-andes-carousel-snapped-control]:active,[data-andes-carousel-snapped-control]:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,.1);-moz-box-shadow:0 8px 16px 0 rgba(0,0,0,.1);-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,.1)}[data-andes-carousel-snapped-control]:focus{opacity:1;position:absolute}[data-andes-carousel-snapped-control]:focus-visible{opacity:1;position:absolute}[data-andes-carousel-snapped-control]:not(:focus-visible):focus{box-shadow:0 1px 2px 0 rgba(0,0,0,.12);-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,.12);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.12)}[data-andes-carousel-snapped-control]:not(:focus-visible):hover{box-shadow:0 8px 16px 0 rgba(0,0,0,.1);-moz-box-shadow:0 8px 16px 0 rgba(0,0,0,.1);-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,.1)}.andes-carousel-snapped{height:100%}.andes-carousel-snapped--scroll-hidden{overflow-x:hidden}.andes-carousel-snapped--scroll-visible{overflow-x:visible}.andes-carousel-snapped__container{position:relative}.andes-carousel-snapped__container [data-andes-carousel-snapped-control]{opacity:0}.andes-carousel-snapped__container [data-andes-carousel-snapped-control]:focus-visible{opacity:1}.andes-carousel-snapped__container--arrows-visible [data-andes-carousel-snapped-control],.andes-carousel-snapped__container:hover [data-andes-carousel-snapped-control]{opacity:1}.andes-carousel-snapped__container--arrows-visible [data-andes-carousel-snapped-control][data-andes-state~=disabled],.andes-carousel-snapped__container:hover [data-andes-carousel-snapped-control][data-andes-state~=disabled]{opacity:0}.andes-carousel-snapped__container--pagination-position-top .andes-carousel-snapped{margin-top:12px}.andes-carousel-snapped__controls-wrapper{position:relative}.andes-carousel-snapped__wrapper{display:flex;height:100%;margin:0;padding:0;width:100%}.andes-carousel-snapped__header{display:flex;justify-content:space-between;width:100%}.andes-carousel-snapped__title{display:inline-flex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.andes-carousel-snapped__slide--spacing-12{margin-right:12px}.andes-carousel-snapped__slide--spacing-16{margin-right:16px}.andes-carousel-snapped__slide--spacing-20{margin-right:20px}.andes-carousel-snapped__slide--spacing-24{margin-right:24px}.andes-carousel-snapped__slide{cursor:grab;display:flex;flex-shrink:0;height:100%;width:100%}.andes-carousel-snapped__slide>:first-child:focus{box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px var(--andes-color-blue-600,#2968c8),inset 0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-moz-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px var(--andes-color-blue-600,#2968c8),inset 0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-webkit-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px var(--andes-color-blue-600,#2968c8),inset 0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));outline:none}.andes-carousel-snapped__slide>:first-child:focus-visible{box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px var(--andes-color-blue-600,#2968c8),inset 0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-moz-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px var(--andes-color-blue-600,#2968c8),inset 0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-webkit-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px var(--andes-color-blue-600,#2968c8),inset 0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));outline:none}.andes-carousel-snapped__slide>:first-child:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-carousel-snapped__slide img{display:block;height:100%;object-fit:cover;object-position:top;width:100%}.andes-carousel-snapped__control{align-items:center;background-color:var(--andes-carousel-controls-color-fill-default,#fff);border:0;cursor:pointer;display:flex;height:64px;justify-content:center;opacity:0;padding:0;top:50%;transform:translateY(-50%)}.andes-carousel-snapped__control[data-andes-state~=disabled]{cursor:default}.andes-carousel-snapped__control svg,.andes-carousel-snapped__control svg path{fill:var(--andes-carousel-controls-color-icon-default,var(--andes-color-blue-500,#3483fa));vertical-align:middle}.andes-carousel-snapped__control:hover svg,.andes-carousel-snapped__control:hover svg path{fill:var(--andes-carousel-controls-color-icon-hover,var(--andes-color-blue-600,#2968c8))}.andes-carousel-snapped__control__icon-container{display:flex}.andes-carousel-snapped__pagination{display:flex;list-style:none;padding:0}.andes-carousel-snapped__pagination[data-andes-carousel-snapped-pagination]{margin:0;position:absolute}.andes-carousel-snapped__pagination[data-andes-carousel-snapped-pagination][data-andes-position=bottom]{bottom:0;left:50%;top:unset}.andes-carousel-snapped__pagination[data-andes-carousel-snapped-pagination][data-andes-position=bottom-end]{bottom:0;left:unset;right:0;top:unset}.andes-carousel-snapped__pagination[data-andes-carousel-snapped-pagination][data-andes-position=bottom-start]{bottom:0;left:0;right:unset;top:unset}.andes-carousel-snapped__pagination[data-andes-carousel-snapped-pagination][data-andes-position=left]{left:0;top:50%}.andes-carousel-snapped__pagination[data-andes-carousel-snapped-pagination][data-andes-position=right]{left:unset;right:0;top:50%}.andes-carousel-snapped__pagination[data-andes-carousel-snapped-pagination][data-andes-position=top]{bottom:unset;left:50%;top:0}.andes-carousel-snapped__pagination[data-andes-carousel-snapped-pagination][data-andes-position=top-end]{bottom:unset;left:unset;right:0;top:0}.andes-carousel-snapped__pagination[data-andes-carousel-snapped-pagination][data-andes-position=top-start]{bottom:unset;left:0;right:unset;top:0}.andes-carousel-snapped__pagination [data-andes-carousel-snapped-pagination-item]{display:flex}.andes-carousel-snapped__pagination [data-andes-carousel-snapped-pagination-item] button{border:0;border-radius:50%;height:6px;margin:0 2px;padding:0;width:6px}@media(prefers-reduced-motion:no-preference){.andes-carousel-snapped__pagination [data-andes-carousel-snapped-pagination-item] button{transition:background-color .35s ease-in-out,box-shadow .35s ease-in-out}}.andes-carousel-snapped__pagination [data-andes-carousel-snapped-pagination-item][data-andes-carousel-snapped-pagination-item-active=true] [data-andes-carousel-snapped-pagination-action]{background-color:var(--andes-color-blue-500,#3483fa)}.andes-carousel-snapped__pagination--position-bottom{justify-content:center;margin:12px 0 auto}.andes-carousel-snapped__pagination--position-top{align-self:flex-end;display:inline-flex;margin:0 0 0 auto;width:max-content}.andes-carousel-snapped__pagination--position-inner{bottom:16px;margin:0;position:absolute;right:50%;transform:translateX(50%)}.andes-carousel-snapped__pagination--light [data-andes-carousel-snapped-pagination-item] [data-andes-carousel-snapped-pagination-action]{background-color:var(--andes-page-viewer-dot-color-unselected-fill,rgba(0,0,0,.1))}.andes-carousel-snapped__pagination--light [data-andes-carousel-snapped-pagination-item][data-andes-carousel-snapped-pagination-item-active=true] [data-andes-carousel-snapped-pagination-action]{background-color:var(--andes-page-viewer-dot-color-selected-fill,var(--andes-color-blue-500,#3483fa))}.andes-carousel-snapped__pagination--dark [data-andes-carousel-snapped-pagination-item] [data-andes-carousel-snapped-pagination-action]{background-color:var(--andes-page-viewer-dot-color-unselected-fill-inverse,rgba(0,0,0,.25));box-shadow:inset 0 0 0 1px var(--andes-page-viewer-dot-color-unselected-border-inverse,#fff);-moz-box-shadow:inset 0 0 0 1px var(--andes-page-viewer-dot-color-unselected-border-inverse,#fff);-webkit-box-shadow:inset 0 0 0 1px var(--andes-page-viewer-dot-color-unselected-border-inverse,#fff)}.andes-carousel-snapped__pagination--dark [data-andes-carousel-snapped-pagination-item][data-andes-carousel-snapped-pagination-item-active=true] [data-andes-carousel-snapped-pagination-action]{background-color:var(--andes-page-viewer-dot-color-selected-fill-inverse,#fff);box-shadow:inset 0 0 0 1px var(--andes-page-viewer-dot-color-selected-border-inverse,rgba(0,0,0,.25));-moz-box-shadow:inset 0 0 0 1px var(--andes-page-viewer-dot-color-selected-border-inverse,rgba(0,0,0,.25));-webkit-box-shadow:inset 0 0 0 1px var(--andes-page-viewer-dot-color-selected-border-inverse,rgba(0,0,0,.25))}@media(prefers-reduced-motion:no-preference){.andes-carousel-snapped__pagination--dark [data-andes-carousel-snapped-pagination-item][data-andes-carousel-snapped-pagination-item-active=true] [data-andes-carousel-snapped-pagination-action]{box-shadow:0 0 0 1px var(--andes-page-viewer-dot-color-selected-border-inverse,rgba(0,0,0,.25));-moz-box-shadow:0 0 0 1px var(--andes-page-viewer-dot-color-selected-border-inverse,rgba(0,0,0,.25));-webkit-box-shadow:0 0 0 1px var(--andes-page-viewer-dot-color-selected-border-inverse,rgba(0,0,0,.25))}}.andes-carousel-snapped__container--content{width:100%}.andes-carousel-snapped__container--content.andes-carousel-snapped__container--with-controls.andes-carousel-snapped__container--strict-boundaries{margin-left:32px;width:calc(100% - 64px)}.andes-carousel-snapped__container--content .andes-carousel-snapped__control{border-radius:50%;width:64px}.andes-carousel-snapped__container--content .andes-carousel-snapped__control--previous{left:-32px;right:unset}.andes-carousel-snapped__container--content .andes-carousel-snapped__control--next{left:unset;right:-32px}.andes-carousel-snapped__container--content .andes-carousel-snapped__control--size-small{height:32px;width:32px}.andes-carousel-snapped__container--content .andes-carousel-snapped__control--size-small.andes-carousel-snapped__control--previous{left:-16px}.andes-carousel-snapped__container--content .andes-carousel-snapped__control--size-small.andes-carousel-snapped__control--next{right:-16px}.andes-carousel-snapped__container--full{width:100%}.andes-carousel-snapped__container--full .andes-carousel-snapped__control{border-bottom-right-radius:64px;border-top-right-radius:64px;width:32px}.andes-carousel-snapped__container--full .andes-carousel-snapped__control--previous{left:0;right:unset;transform:rotate(0) translateY(-50%)}.andes-carousel-snapped__container--full .andes-carousel-snapped__control--next{left:unset;right:0;transform:rotate(180deg) translateY(50%)}.andes-visually-hidden,.andes-visually-hidden-focusable:not(:focus):not(:focus-within){border:0;clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:0 -1px -1px 0;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.andes-money-amount{align-items:baseline;color:var(--andes-money-amount-color-amount,rgba(0,0,0,.9));display:flex;font-weight:400;line-height:1.25}.andes-money-amount__currency .andes-money-amount__currency-text{color:var(--andes-money-amount-color-iso,rgba(0,0,0,.9))}.andes-money-amount__currency .andes-money-amount__currency-symbol{color:var(--andes-money-amount-color-currency,rgba(0,0,0,.9))}.andes-money-amount__currency,.andes-money-amount__negative-symbol{padding-right:.2em}.andes-money-amount--compact{line-height:1}.andes-money-amount--cents-superscript .andes-money-amount__cents{align-self:flex-start;margin-left:1px}.andes-money-amount--weight-semibold{font-weight:600}.andes-money-amount--previous{color:var(--andes-money-amount-color-previous,rgba(0,0,0,.55));text-decoration:none}.andes-money-amount--previous .andes-money-amount__cents,.andes-money-amount--previous .andes-money-amount__comma,.andes-money-amount--previous .andes-money-amount__currency-symbol,.andes-money-amount--previous .andes-money-amount__fraction{position:relative}.andes-money-amount--previous .andes-money-amount__cents:after,.andes-money-amount--previous .andes-money-amount__comma:after,.andes-money-amount--previous .andes-money-amount__currency-symbol:after,.andes-money-amount--previous .andes-money-amount__fraction:after{border-bottom:1px solid var(--andes-money-amount-color-previous,rgba(0,0,0,.55));content:"";left:0;position:absolute;top:51%;width:100%}.andes-money-amount--previous .andes-money-amount__cents--superscript-16:after,.andes-money-amount--previous .andes-money-amount__cents--superscript-18:after,.andes-money-amount--previous .andes-money-amount__cents--superscript-20:after,.andes-money-amount--previous .andes-money-amount__cents--superscript-24:after{top:45%}.andes-money-amount__suffix{color:var(--andes-money-amount-color-suffix,rgba(0,0,0,.55))}.andes-money-amount .andes-money-amount__suffix-14{font-size:9px;margin-left:2px}.andes-money-amount .andes-money-amount__suffix-16{font-size:10px;margin-left:3px}.andes-money-amount .andes-money-amount__suffix-18{font-size:12px;margin-left:3px}.andes-money-amount .andes-money-amount__suffix-20{font-size:13px;margin-left:4px}.andes-money-amount .andes-money-amount__suffix-24{font-size:16px;margin-left:6px}.andes-money-amount .andes-money-amount__suffix-28{font-size:18px;margin-left:7px}.andes-money-amount .andes-money-amount__suffix-32{font-size:21px;margin-left:7px}.andes-money-amount .andes-money-amount__suffix-36{font-size:24px;margin-left:8px}.andes-money-amount .andes-money-amount__suffix-40{font-size:26px;margin-left:10px}.andes-money-amount .andes-money-amount__suffix-44{font-size:28px;margin-left:11px}.andes-money-amount .andes-money-amount__suffix-48{font-size:32px;margin-left:12px}.andes-money-amount .andes-money-amount__suffix-52{font-size:34px;margin-left:13px}.andes-money-amount .andes-money-amount__suffix-56{font-size:36px;margin-left:14px}.andes-money-amount .andes-money-amount__suffix-60{font-size:38px;margin-left:15px}.andes-money-amount .andes-money-amount__logo-12{display:flex;height:9px;margin:auto 3px auto 0;width:9px}.andes-money-amount .andes-money-amount__logo-12 svg{height:9px;width:9px}.andes-money-amount .andes-money-amount__logo-14{display:flex;height:11px;margin:auto 3px auto 0;width:11px}.andes-money-amount .andes-money-amount__logo-14 svg{height:11px;width:11px}.andes-money-amount .andes-money-amount__logo-16{display:flex;height:13px;margin:auto 3px auto 0;width:13px}.andes-money-amount .andes-money-amount__logo-16 svg{height:13px;width:13px}.andes-money-amount .andes-money-amount__logo-18{display:flex;height:15px;margin:auto 4px auto 0;width:15px}.andes-money-amount .andes-money-amount__logo-18 svg{height:15px;width:15px}.andes-money-amount .andes-money-amount__logo-20{display:flex;height:17px;margin:auto 4px auto 0;width:17px}.andes-money-amount .andes-money-amount__logo-20 svg{height:17px;width:17px}.andes-money-amount .andes-money-amount__logo-24{display:flex;height:20px;margin:auto 5px auto 0;width:20px}.andes-money-amount .andes-money-amount__logo-24 svg{height:20px;width:20px}.andes-money-amount .andes-money-amount__logo-28{display:flex;height:22px;margin:auto 5px auto 0;width:22px}.andes-money-amount .andes-money-amount__logo-28 svg{height:22px;width:22px}.andes-money-amount .andes-money-amount__logo-32{display:flex;height:24px;margin:auto 5px auto 0;width:24px}.andes-money-amount .andes-money-amount__logo-32 svg{height:24px;width:24px}.andes-money-amount .andes-money-amount__logo-36{display:flex;height:27px;margin:auto 6px auto 0;width:27px}.andes-money-amount .andes-money-amount__logo-36 svg{height:27px;width:27px}.andes-money-amount .andes-money-amount__logo-40{display:flex;height:28px;margin:auto 7px auto 0;width:28px}.andes-money-amount .andes-money-amount__logo-40 svg{height:28px;width:28px}.andes-money-amount .andes-money-amount__logo-44{display:flex;height:32px;margin:auto 8px auto 0;width:32px}.andes-money-amount .andes-money-amount__logo-44 svg{height:32px;width:32px}.andes-money-amount .andes-money-amount__logo-48{display:flex;height:34px;margin:auto 8px auto 0;width:34px}.andes-money-amount .andes-money-amount__logo-48 svg{height:34px;width:34px}.andes-money-amount .andes-money-amount__logo-52{display:flex;height:38px;margin:auto 10px auto 0;width:38px}.andes-money-amount .andes-money-amount__logo-52 svg{height:38px;width:38px}.andes-money-amount .andes-money-amount__logo-56{display:flex;height:41px;margin:auto 10px auto 0;width:41px}.andes-money-amount .andes-money-amount__logo-56 svg{height:41px;width:41px}.andes-money-amount .andes-money-amount__logo-60{display:flex;height:43px;margin:auto 10px auto 0;width:43px}.andes-money-amount .andes-money-amount__logo-60 svg{height:43px;width:43px}.andes-money-amount__discount .andes-money-amount__discount-icon-12{align-items:center;color:var(--andes-money-amount-color-discount,#00a650);display:flex;height:16px;margin:2px 4px 0 0;width:16px}.andes-money-amount__discount .andes-money-amount__discount-icon-12 svg{height:16px;width:16px}.andes-money-amount__discount .andes-money-amount__discount-icon-14{align-items:center;color:var(--andes-money-amount-color-discount,#00a650);display:flex;height:16px;margin:2px 4px 0 0;width:16px}.andes-money-amount__discount .andes-money-amount__discount-icon-14 svg{height:16px;width:16px}.andes-money-amount__discount .andes-money-amount__discount-icon-16{align-items:center;color:var(--andes-money-amount-color-discount,#00a650);display:flex;height:16px;margin:2px 4px 0 0;width:16px}.andes-money-amount__discount .andes-money-amount__discount-icon-16 svg{height:16px;width:16px}.andes-money-amount__discount .andes-money-amount__discount-icon-18{align-items:center;color:var(--andes-money-amount-color-discount,#00a650);display:flex;height:20px;margin:2px 4px 0 0;width:20px}.andes-money-amount__discount .andes-money-amount__discount-icon-18 svg{height:20px;width:20px}.andes-money-amount__discount .andes-money-amount__discount-icon-20{align-items:center;color:var(--andes-money-amount-color-discount,#00a650);display:flex;height:20px;margin:2px 4px 0 0;width:20px}.andes-money-amount__discount .andes-money-amount__discount-icon-20 svg{height:20px;width:20px}.andes-money-amount__discount .andes-money-amount__discount-icon-24{align-items:center;color:var(--andes-money-amount-color-discount,#00a650);display:flex;height:24px;margin:2px 4px 0 0;width:24px}.andes-money-amount__discount .andes-money-amount__discount-icon-24 svg{height:24px;width:24px}.andes-money-amount__discount .andes-money-amount__discount-icon-28{align-items:center;color:var(--andes-money-amount-color-discount,#00a650);display:flex;height:28px;margin:2px 4px 0 0;width:28px}.andes-money-amount__discount .andes-money-amount__discount-icon-28 svg{height:28px;width:28px}.andes-money-amount__discount .andes-money-amount__discount-icon-32{align-items:center;color:var(--andes-money-amount-color-discount,#00a650);display:flex;height:32px;margin:2px 4px 0 0;width:32px}.andes-money-amount__discount .andes-money-amount__discount-icon-32 svg{height:32px;width:32px}.andes-money-amount__discount{align-items:center;color:var(--andes-money-amount-color-discount,#00a650);display:flex;font-weight:400}p .andes-money-amount{font-weight:inherit}.andes-money-amount-combo{display:flex;flex-direction:column}.andes-money-amount-combo__main-container{align-items:center;display:flex}.andes-money-amount-combo__main-container .andes-money-amount__discount{margin-left:4px}.reputation-carousel{display:flex;flex-direction:column}.reputation-carousel__span{margin-top:28px}.reputation-carousel__link{font-family:ProximaNova-light;font-size:14px;line-height:14px}.reputation-carousel__link,.reputation-carousel__link:hover{color:var(--andes-color-blue-500,#3483fa);text-decoration:none}.reputation-carousel__link:hover{cursor:pointer}.reputation-carousel .ui-recommendations-card__image{padding:10px}.ui-recommendations-card__action{background:none;border:0;cursor:pointer;display:block;left:0;opacity:0;overflow:hidden;padding:0;position:absolute;top:0;width:100%}.ui-recommendations-card__action-label{color:#3483fa;display:block;font-size:14px;line-height:.86}.ui-recommendations-card{transition-duration:.1s;transition-property:height,max-height;transition-timing-function:ease-out}.ui-recommendations-card__action,.ui-recommendations-card__title{transition-property:opacity .1s ease-out}.ui-recommendations-card__attributes-pill{align-items:center;display:flex;margin-bottom:1px;margin-top:14px}.ui-recommendations-card__attributes-pill:last-child{margin-bottom:0}.ui-recommendations-card__attributes-pill-label{align-items:center;border-radius:2px;color:#fff;display:flex;flex:0 1 auto;font-size:12px;font-weight:600;line-height:15px;padding:2px 4px}.ui-recommendations-card__attributes-pill-label--success{background-color:#00a650}.ui-recommendations-card__attributes-pill-label--neutral{background-color:#3483fa}.ui-recommendations-card__attributes-pill-icon{margin-right:4px}.ui-recommendations-card__attributes{color:#333;display:block;font-size:14px;margin-bottom:8px;white-space:pre-wrap}.ui-recommendations-card__attributes:last-child,.ui-recommendations-card__benefits-block:last-child{margin-bottom:0}.ui-recommendations-card__bookmark-button{align-items:center;background-color:hsla(0,0%,100%,.7);border:0;border-radius:50%;cursor:pointer;display:flex;justify-content:center;opacity:0;padding:0;position:absolute;z-index:2}.ui-recommendations-card__bookmark-button-icon{fill:#3483fa;position:absolute}.ui-recommendations-card__bookmark-button-icon-full{opacity:0;transform:scale(0);transition:opacity .25s ease-in-out,transform .35s cubic-bezier(0,0,.3,1.5)}.ui-recommendations-card__bookmark-button-icon-full--active{opacity:1;transform:scale(1)}.ui-recommendations-card__bookmark-button--bookmarked{opacity:1}.ui-recommendations-card__brand{background:none;border:0;color:#999;cursor:pointer;font-size:12px;font-weight:300;left:0;line-height:1.3;opacity:0;padding:0;position:absolute;top:0}.ui-recommendations-card__pill{align-items:center;border-radius:2px;display:inline-flex;flex:0 1 auto;gap:4px;height:18px;line-height:1;overflow:hidden;padding:3px 4px;vertical-align:middle}.ui-recommendations-card__highlight-deal{display:flex}.ui-recommendations-card__highlight-deal:last-child{margin-bottom:0}.ui-recommendations-card__image-container{display:flex;flex-shrink:0;justify-content:center;overflow:hidden}.ui-recommendations-card__image-overlay{background:rgba(0,0,0,.04);border-radius:8px;position:absolute}.ui-recommendations-card__installments{display:flex;flex-direction:row;flex-wrap:wrap}.ui-recommendations-card__installments-alternative-text,.ui-recommendations-card__installments-original-price,.ui-recommendations-card__installments-price,.ui-recommendations-card__installments-price--free{display:flex;flex-wrap:wrap;line-height:1;margin-right:0;margin-top:1px}.ui-recommendations-card__installments-alternative-text{padding-top:1px}.ui-recommendations-card__installments-price--free{align-items:flex-end}.ui-recommendations-card__installments-price{color:rgba(0,0,0,.8)}.ui-recommendations-card__installments-price--free{color:#00a650}.ui-recommendations-card__installments-before-text,.ui-recommendations-card__installments-middle-text{white-space:pre}.ui-recommendations-card__installments .andes-money-amount{display:inline-flex}.ui-recommendations-card__last-buy{color:rgba(0,0,0,.55);display:flex;font-size:12px;font-weight:400;line-height:15px;margin-top:auto}.ui-recommendations-card__melicoin{align-items:center;display:flex;flex-direction:row;margin-bottom:5px;width:100%}.ui-recommendations-card__melicoin:last-child{margin-bottom:0}.ui-recommendations-card__melicoin-text{align-items:center;background:#fff1cb;border-radius:2px;color:#a47b2e;display:flex;font-family:Proxima Nova;font-style:normal;font-weight:600;padding:1px 4px;white-space:pre}.ui-recommendations-card__melicoin-text:has(>svg){min-height:15px}.ui-recommendations-card__melicoin-text svg{height:15px;width:15px}.ui-recommendations-card__melicoin-text .ui-recommendations-card__price{color:#a47b2e;font-weight:600;line-height:inherit}.ui-recommendations-card__online-booking{margin-bottom:12px}.ui-recommendations-card__online-booking:last-child{margin-bottom:0}.ui-recommendations-card__online-booking-title{background:rgba(65,137,230,.15);border-radius:2px;color:#2968c8;font-size:14px;font-weight:600;height:18px;line-height:16px;margin-bottom:5px;padding:1px 4px;width:105px}.ui-recommendations-card__online-booking-subtitle{color:#2968c8;font-size:12px;font-weight:400;line-height:15px}.ui-recommendations-card__installments_options{color:rgba(0,0,0,.9);margin-top:4px}.ui-recommendations-card__installments_options-option{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:5px}.ui-recommendations-card__price-block{overflow:visible;position:relative}.ui-recommendations-card__price-block:last-child{margin-bottom:0}.ui-recommendations-card__price-text{font-size:20px}.ui-recommendations-card__price-top{align-items:flex-start;display:flex;flex-direction:column;font-size:24px;position:relative}.ui-recommendations-card__price-top:last-child{margin-bottom:0}.ui-recommendations-card__price-original-price{color:rgba(0,0,0,.45);line-height:1;margin-bottom:4px}.ui-recommendations-card__price-and-discount{align-items:center;display:flex;flex-wrap:wrap}.ui-recommendations-card__price-and-discount .ui-recommendations-card__price{color:#333;margin-right:4px}.ui-recommendations-card__price-and-discount .ui-recommendations-card__price:last-child{margin-right:0}.ui-recommendations-card__rebates{align-items:center;margin-bottom:4px}.ui-recommendations-card__rebates:last-child{margin-bottom:0}.ui-recommendations-card__rebates-tag{background-color:rgba(52,131,250,.2);border-radius:3px;box-decoration-break:clone;-webkit-box-decoration-break:clone;color:#3483fa;display:inline;font-weight:600;line-height:20px;margin-right:4px;max-width:190px;padding:1px 4px}.ui-recommendations-card__rebates-remaining{display:block}.ui-recommendations-card__rebates-remaining--orange{color:#f73}.ui-recommendations-card__rebates-remaining--gray{color:rgba(0,0,0,.45)}.ui-recommendations-card__rebates-block:last-child{margin-bottom:0}.ui-recommendations-card__shipping{align-items:center;background:transparent;border:0;display:flex;flex-wrap:wrap;gap:4px;height:auto;left:unset;min-height:13px;position:relative;right:unset;top:unset;width:auto}.ui-recommendations-card__shipping:empty{display:none}.ui-recommendations-card__shipping:last-child{margin-bottom:0}.ui-recommendations-card__shipping-text{color:#00a650;line-height:15px}.ui-recommendations-card__shipping-subtext{color:rgba(0,0,0,.55);font-size:14px;font-weight:400;line-height:15px}.ui-recommendations-card__shipping-promise{align-items:center;border-radius:2px;display:flex;font-size:12px;font-weight:600;line-height:13px;padding:2px 4px}.ui-recommendations-card__shipping-promise--light{background-color:rgba(0,166,80,.1);color:#00a650}.ui-recommendations-card__shipping-promise--dark{background-color:#00a650;color:#fff}.ui-recommendations-card__shipping-icon{display:inline;fill:#00a650;height:13px;left:unset;margin:0;position:relative;top:1px;width:41px}.ui-recommendations-card__title{display:-webkit-box;-webkit-line-clamp:2;max-height:2.6em;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0;overflow-wrap:anywhere}.ui-recommendations-card__title:last-child{margin-bottom:0}.ui-recommendations-card__link,.ui-recommendations-card__link:active,.ui-recommendations-card__link:focus,.ui-recommendations-card__link:hover{text-decoration:none}.ui-recommendations-card__link:focus-visible{box-shadow:none}.ui-recommendations-card__link:focus-visible:before{outline:1px auto -webkit-focus-ring-color}.ui-recommendations-card__link:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.ui-recommendations-card__link--button{background:none;border:0;padding:0;text-align:left}.ui-recommendations-card__link--button>span{display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;overflow-wrap:anywhere}.ui-recommendations-card__value-proposition:last-child{margin-bottom:0}.ui-recommendations-card__value-proposition-label{color:rgba(0,0,0,.45);font-size:12px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:-.1px;line-height:1.25;margin:2px 0 0}.ui-recommendations-card__vertical-highlight{display:block;min-height:9px}.ui-recommendations-card__vertical-highlight:last-child{margin-bottom:0}.ui-recommendations-card__vertical-highlight-icon{display:flex;height:9px}.ui-recommendations-card{background-color:#fff;box-sizing:border-box;display:flex;font-weight:400;margin:0;position:relative;white-space:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;width:100%;z-index:1}.ui-recommendations-card:after,.ui-recommendations-card:hover,.ui-recommendations-card:hover:after{box-shadow:none}.ui-recommendations-card__content-and-hidden{display:flex;flex-direction:column;height:auto;justify-content:space-between;width:100%}.ui-recommendations-card__hidden--with-actions-or-brand{position:relative;z-index:2}.ui-recommendations-card--vertical{flex-direction:column}.ui-recommendations-card--vertical .ui-recommendations-card__bookmark-button{height:30px;right:12px;top:12px;width:30px}.ui-recommendations-card--vertical .ui-recommendations-card__bookmark-button-icon{width:18px}.ui-recommendations-card--vertical .ui-recommendations-card__image-container{width:100%}.ui-recommendations-card--vertical .ui-recommendations-card__action{padding:16px 0}.ui-recommendations-card__promotion-pill{display:flex;position:absolute}.ui-recommendations-card__promotion-pill .ui-recommendations-card__pill{background-color:var(--promotion-tag-background-color,#f29f05);border-color:var(--promotion-tag-border-color,#f29f05);gap:2px}.ui-recommendations-card__promotion-pill .ui-recommendations-card__pill-prefix{font-weight:var(--promotion-tag-font-weight,700)}.ui-recommendations-card__promotion-pill .ui-recommendations-card__pill{font-size:12px;height:24px;padding:3px 4px}.ui-recommendations-card{box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.ui-recommendations-card:hover:not(.ui-recommendations-disabled-hover) .ui-recommendations-card__action,.ui-recommendations-card:hover:not(.ui-recommendations-disabled-hover) .ui-recommendations-card__brand{opacity:1;position:relative;transition:opacity .1s .1s}.ui-recommendations-card:hover:not(.ui-recommendations-disabled-hover) .ui-recommendations-card__bookmark-button{opacity:1;position:absolute;transition:opacity .1s .1s}.ui-recommendations-card:hover:not(.ui-recommendations-disabled-hover){box-shadow:0 7px 11px 0 rgba(0,0,0,.1),0 2px 4px 0 rgba(0,0,0,.1);text-decoration:none}.ui-recommendations-card:focus-within .ui-recommendations-card__action,.ui-recommendations-card:focus-within .ui-recommendations-card__brand{opacity:1;position:relative;transition:opacity .1s .1s}.ui-recommendations-card:focus-within .ui-recommendations-card__bookmark-button{opacity:1;position:absolute;transition:opacity .1s .1s}.ui-recommendations-card:focus-within{box-shadow:0 7px 11px 0 rgba(0,0,0,.1),0 2px 4px 0 rgba(0,0,0,.1)}.ui-recommendations-card__brand:hover{color:#666}.ui-recommendations-card__bookmark-button-icon-empty:hover{fill:#1259c3}.ui-recommendations-card__bookmark-button-icon-empty--active:hover{fill:#3483fa}.ui-recommendations-card__vertical-highlight-icon.ui-recommendations-icon-cbt-international_icon{height:10px;width:100px}.ui-recommendations-carousel-container-img{display:none;height:0;width:0}.ui-recommendations-title-link{color:rgba(0,0,0,.9);display:inline-block;font-weight:400;margin:0}.ui-recommendations-title:hover,.ui-recommendations-title:visited{color:rgba(0,0,0,.9)}.ui-recommendations-title:not(:last-child){margin-right:16px}.ui-recommendations-title .ui-recommendations-icon{vertical-align:middle}.ui-recommendations-title-link{font-size:24px}.ui-recommendations-title .ui-recommendations-icon-cpg_icon{height:14px;width:155px}.ui-recommendations-title .ui-recommendations-icon-full_icon{height:20px;width:62px}.ui-recommendations-font-color--GRAY{color:rgba(0,0,0,.55)}.ui-recommendations-font-color--LIGHT_GRAY{color:rgba(0,0,0,.07)}.ui-recommendations-font-color--DARK_GRAY{color:rgba(0,0,0,.9)}.ui-recommendations-font-color--BLACK{color:#000}.ui-recommendations-font-size--XXSMALL{font-size:10px}.ui-recommendations-font-size--XSMALL{font-size:12px}.ui-recommendations-font-size--SMALL{font-size:14px}.ui-recommendations-font-size--MEDIUM{font-size:16px}.ui-recommendations-font-size--LARGE{font-size:18px}.ui-recommendations-font-size--XLARGE{font-size:20px}.ui-recommendations-font-size--XXLARGE{font-size:24px}.ui-recommendations-font-size--XXXLARGE{font-size:28px}.ui-recommendations-font-family--LIGHT{font-weight:300}.ui-recommendations-font-family--REGULAR{font-weight:400}.ui-recommendations-font-family--SEMIBOLD{font-weight:600}.ui-recommendations-font-family--BOLD{font-weight:700}.ui-recommendations-title-tag{align-items:center;color:rgba(0,0,0,.55);display:flex;flex-basis:100%;font-size:12px;font-weight:400;margin:4px 0 0;order:3}.ui-recommendations-title-tag button{background-color:transparent;border:0;cursor:pointer;padding:0}.ui-recommendations-title-tag__text{align-items:center;display:flex;line-height:15px}.ui-recommendations-title-tag .ui-recommendations-icon-button{display:flex}.ui-recommendations-title-tag .ui-recommendations-icon{margin-left:4px}.ui-recommendations-subtitle{align-self:baseline}.ui-recommendations-subtitle-link{color:#3483fa;font-size:16px;font-weight:400;margin:0;text-decoration:none}.ui-recommendations-subtitle:visited{color:#3483fa}.ui-recommendations-subtitle:hover{color:#1259c3}.ui-recommendations-side-button{white-space:nowrap}.ui-recommendations-footer__link{font-size:14px;font-weight:500;text-decoration:none;width:100%}.ui-recommendations-footer__wrapper{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.ui-recommendations-footer__chevron{display:flex}.ui-recommendations-footer-icon{height:14px;stroke:#3483fa;width:9px}.andes-card--padding-0>.andes-card__overlap>.andes-card__content,.andes-card--padding-0>.andes-card__overlap>.andes-card__footer,.andes-card--padding-0>.andes-card__overlap>.andes-card__header{padding:0}.andes-card--padding-16>.andes-card__overlap>.andes-card__content,.andes-card--padding-16>.andes-card__overlap>.andes-card__footer,.andes-card--padding-16>.andes-card__overlap>.andes-card__header{padding:16px}.andes-card--padding-24>.andes-card__overlap>.andes-card__content,.andes-card--padding-24>.andes-card__overlap>.andes-card__footer,.andes-card--padding-24>.andes-card__overlap>.andes-card__header{padding:24px}.andes-card--padding-32>.andes-card__overlap>.andes-card__content,.andes-card--padding-32>.andes-card__overlap>.andes-card__footer,.andes-card--padding-32>.andes-card__overlap>.andes-card__header{padding:32px}.andes-card--padding-40>.andes-card__overlap>.andes-card__content,.andes-card--padding-40>.andes-card__overlap>.andes-card__footer,.andes-card--padding-40>.andes-card__overlap>.andes-card__header{padding:40px}.andes-card{background-color:#fff;border:none;border-radius:6px;box-sizing:border-box;color:rgba(0,0,0,.9);display:block;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:16px;margin:0;outline:none;padding:0;text-decoration:none}.andes-card__overlap>:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.andes-card__overlap>:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.andes-card--elevated{box-shadow:0 6px 16px 0 rgba(0,0,0,.1)}.andes-card--elevated:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3)),0 6px 16px 0 rgba(0,0,0,.1);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3)),0 6px 16px 0 rgba(0,0,0,.1);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3)),0 6px 16px 0 rgba(0,0,0,.1)}.andes-card--flat{box-shadow:0 1px 2px 0 rgba(0,0,0,.12)}.andes-card--flat:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3)),0 1px 2px 0 rgba(0,0,0,.12);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3)),0 1px 2px 0 rgba(0,0,0,.12);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3)),0 1px 2px 0 rgba(0,0,0,.12)}.andes-card--outline{border:1px solid var(--andes-card-color-border,rgba(0,0,0,.1))}.andes-card--outline:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3))}.andes-card--none .andes-card__content{position:relative}.andes-card--none>.andes-card__overlap>.andes-card__content:before{background:"none";content:"";display:block;height:100%;left:0;position:absolute;top:0;width:4px}.andes-card--none .andes-card__content:first-child:before{border-top-left-radius:6px}.andes-card--none .andes-card__content:last-child:before{border-bottom-left-radius:6px}@media(min-width:768px){.andes-card__footer--common:hover .andes-card__footer-arrow{color:var(--andes-card-extended-footer-color-chevron-hover,var(--andes-color-blue-600,#2968c8))}}.andes-card__header{padding-bottom:14px}.andes-card__header--border{border-bottom:1px solid var(--andes-card-extended-header-color-border,rgba(0,0,0,.1))}.andes-card__header-title{color:var(--andes-card-extended-header-color-title,rgba(0,0,0,.9));font-size:16px;font-weight:600;line-height:20px;margin:0;padding:0}.andes-card__footer{padding-top:14px}.andes-card__footer--common:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));outline:none}.andes-card__footer--common:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));outline:none}.andes-card__footer--common:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-card__footer--common{text-decoration:none}.andes-card__footer--common:active .andes-card__footer-arrow{color:var(--andes-card-extended-footer-color-chevron-active,var(--andes-color-blue-700,#1f4e96))}.andes-card__footer--link{display:block}.andes-card__footer--button{background-color:transparent;border-bottom-width:0;border-left-color:transparent;border-right-color:transparent;border-top-left-radius:0;border-top-right-radius:0;border-top-width:0;cursor:pointer;text-align:left;width:100%}.andes-card__footer--border{border-top:1px solid var(--andes-card-extended-footer-color-border,rgba(0,0,0,.1))}.andes-card__footer-arrow{color:var(--andes-card-extended-footer-color-chevron-default,var(--andes-color-blue-500,#3483fa));display:block;float:right;height:20px;width:20px}.ui-recommendations-see-more-card{align-items:center;background-color:#fff;cursor:pointer;display:flex;justify-content:center;margin-bottom:16px;width:100%}.ui-recommendations-see-more-card__actions{background-color:#fff;border:unset;cursor:pointer;height:inherit;width:inherit}.ui-recommendations-see-more-card__content{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.ui-recommendations-see-more-card__content--text{color:var(--andes-color-blue-500,#3483fa);font-size:16px;font-weight:600;line-height:16px;padding-top:32px;text-align:center}.ui-recommendations-carousel-wrapper-ref{width:100%}.ui-recommendations-carousel-snapped{width:100%;--poly-general-image-divider:""}.ui-recommendations-carousel-snapped__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.ui-recommendations-carousel-snapped__header-titles{align-items:baseline;display:flex;flex-wrap:wrap}.ui-recommendations-carousel-snapped__header-actions{align-items:center;display:flex;gap:8px}.ui-recommendations-carousel-snapped__header-actions .ui-recommendations-title-tag{margin:0 0 0 4px}.ui-recommendations-carousel-snapped .andes-carousel-snapped--scroll-hidden{overflow-y:hidden;padding-bottom:15px}.ui-recommendations-carousel-snapped .andes-carousel-snapped__control{top:calc(50% - 5px)}.ui-recommendations-carousel-snapped .andes-carousel-snapped__slide{height:auto;justify-content:center}.ui-recommendations-carousel-snapped .ui-recommendations-footer__link{display:inline-block;padding:5px 2px 5px 5px;position:relative;z-index:1}.ui-recommendations-carousel-snapped--fixed-height .andes-carousel-snapped__container,.ui-recommendations-carousel-snapped--fixed-height .ui-recommendations-card.ui-recommendations-card--horizontal{height:auto}.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical{border:1px solid #f5f5f5;border-radius:4px;width:222px}.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__highlight-deal:not(:last-child),.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__top-brand:not(:last-child){margin-bottom:8px}.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__top-brand:not(:last-child) .ui-recommendations-card__pill{padding:0}.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__image-container{border-top-left-radius:4px;border-top-right-radius:4px}.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__image{height:220px;object-fit:cover;width:220px}.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__content{border-top:1px solid rgba(51,51,51,.1);padding:16px 16px 0}.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__price-block:not(:last-child){margin-bottom:8px}.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__price-top:not(:last-child){margin-bottom:4px}.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__installments-alternative-text,.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__installments-original-price,.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__installments-price,.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__installments-price--free{font-size:14px}.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__benefits-block:not(:last-child){margin-bottom:8px}.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__melicoin-text,.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__rebates{font-size:12px}.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__shipping:not(:last-child){margin-bottom:8px}.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__shipping-text{font-size:14px;font-weight:600}.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__title{font-size:14px;font-weight:400;line-height:1.3}.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__title:not(:last-child){margin-bottom:8px}.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__link{color:rgba(0,0,0,.8)}.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__link--button{font-size:14px;font-weight:400;line-height:1.3}.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__last-buy:not(:last-child),.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__value-proposition:not(:last-child),.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__vertical-highlight:not(:last-child){margin-bottom:8px}.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__hidden{padding:0 16px 16px}.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__action,.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__brand{margin-top:8px}.ui-recommendations-carousel-snapped .andes-carousel-snapped__slide{margin-right:9px!important}.location-title{color:#333;font-family:ProximaNova-Semibold;font-size:20px;line-height:24px;margin:0;text-decoration:none}.location-subtitle{margin-top:10px}.experience,.location-subtitle{color:#333;font-family:ProximaNova-light;font-size:16px;line-height:16px;text-decoration:none}.experience__wrapper{margin:15px}.experience{margin:-15px;width:365px}.spacing:before{background-color:#979797;content:"";display:block;height:1px;margin:0 0 40px;width:50px}.spacing{display:block;margin:48px 0 0}.seller-info__link,.seller-info__link:active,.seller-info__link:link,.seller-info__link:visited{color:var(--andes-color-blue-500,#3483fa);display:block;font-family:ProximaNova-light;font-size:14px;line-height:14px;margin-top:10px;text-decoration:none}.seller-info__link:hover{color:var(--andes-color-blue-500,#3483fa);cursor:pointer;text-decoration:none}.seller-info__links--wrapper{margin:68px 0 0}*,:after,:before{box-sizing:border-box}body{background:#ededed}main[role=main]{font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:16px;font-weight:300;line-height:1.35;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,.1)}::selection{background:rgba(0,0,0,.1)}h1,h2,h3,h4,h5,h6{font-weight:400;line-height:1.25;margin:0}p{margin:0}a,a:hover,a:link,a:visited{text-decoration:none}a{color:var(--andes-color-blue-500,#3483fa);transition:color .2s ease-in-out}a:focus,a:hover{color:var(--andes-color-blue-600,#2968c8)}a:hover{cursor:pointer}a:active{color:var(--andes-color-blue-700,#1f4e96)}ol,ul{margin:0;padding:0}li{list-style:none}button,textarea{font-family:inherit}@font-face{font-family:ProximaNova-light;font-style:normal;font-weight:300px;src:url("https://http2.mlstatic.com/ui/webfonts/v3.0.0/proxima-nova/proximanova-light.woff2") format("woff2"),url("https://http2.mlstatic.com/ui/webfonts/v3.0.0/proxima-nova/proximanova-light.woff") format("woff"),url("https://http2.mlstatic.com/ui/webfonts/v3.0.0/proxima-nova/proximanova-light.ttf") format("truetype")}@font-face{font-family:ProximaNova-Regular;font-style:normal;font-weight:300px;src:url("https://http2.mlstatic.com/ui/webfonts/v3.0.0/proxima-nova/proximanova-regular.woff2") format("woff2"),url("https://http2.mlstatic.com/ui/webfonts/v3.0.0/proxima-nova/proximanova-regular.woff") format("woff"),url("https://http2.mlstatic.com/ui/webfonts/v3.0.0/proxima-nova/proximanova-regular.ttf") format("truetype")}@font-face{font-family:ProximaNova-Semibold;font-style:normal;src:url("https://http2.mlstatic.com/ui/webfonts/v3.0.0/proxima-nova/proximanova-semibold.woff2") format("woff2"),url("https://http2.mlstatic.com/ui/webfonts/v3.0.0/proxima-nova/proximanova-semibold.woff") format("woff"),url("https://http2.mlstatic.com/ui/webfonts/v3.0.0/proxima-nova/proximanova-semibold.ttf") format("truetype")}@font-face{font-family:ProximaNova-Bold;font-style:normal;font-weight:300px;src:url("https://http2.mlstatic.com/ui/webfonts/v3.0.0/proxima-nova/proximanova-bold.woff2") format("woff2"),url("https://http2.mlstatic.com/ui/webfonts/v3.0.0/proxima-nova/proximanova-bold.woff") format("woff"),url("https://http2.mlstatic.com/ui/webfonts/v3.0.0/proxima-nova/proximanova-bold.ttf") format("truetype")}.additional-information{color:#999;font-family:ProximaNova-Regular;font-size:12px;line-height:16px;margin-top:34px;text-decoration:none}.additional-information__link{font-family:ProximaNova-light;font-size:12px;line-height:16px}.additional-information__link,.additional-information__link:hover{color:var(--andes-color-blue-500,#3483fa);text-decoration:none}.header-profile{display:block;height:178px;overflow:hidden}.not-official-store .header-profile{height:265px}.header-profile__image{width:100%}.not-official-store .header-profile{background-color:#ededed}.not-official-store .header-profile__image{display:none}body{background-color:#eee;font-family:Proxima Nova,Helvetica Neue,Roboto,Helvetica,Arial,sans-serif;font-weight:300}.nav-title{padding:0 0 0 45px}h1.nav-title{font-size:16px}body{min-width:850px}.main-wrapper,body{background-color:#f5f5f5}.main-wrapper{margin:0 auto;max-width:776px;min-height:800px!important}.main-wrapper,body{background-color:#f5f5f5}.content-wrapper{position:absolute;top:-155px}.inner-wrapper{display:inline-block;max-width:777px}@media(min-width:1200px){.main-wrapper{position:relative}.ch-carousel--fixed{left:-50px;width:877px!important}}@media(min-width:1270px){.main-wrapper{max-width:1180px}.inner-wrapper{left:386px;position:relative;top:-52px;width:100%}.not-official-store .inner-wrapper{margin:0 0 0 16px;top:-151px;width:100%}}.metric{border:0;border-radius:4px;box-shadow:0 1px 3px 2px rgba(0,0,0,.1);display:inline-block;height:auto;margin-right:13px;max-width:380px;padding:37px 0 44px;text-align:center}.metric h2{color:#333;font-size:20px;margin:0 75px 8px;min-height:50px;min-width:230px}.metric h2,.metric p{line-height:1.29;padding-left:0}.metric--last{margin-right:0}.metric__drawing{height:128px;margin:0 auto 24px;position:static;width:128px}.ie8 .ch-carousel{overflow:visible;overflow-x:auto}.ie8 .carousel__list{display:table;table-layout:fixed}.ie8 .seller-product__list-item{display:table-cell;float:none}.page__main{background-color:rgba(0,0,0,.55)}.page__i18n,.page__ul{color:rgba(0,0,0,.55)}@media(max-width:1270px){.content-wrapper{position:relative;width:350px!important}.inner-wrapper{display:block;margin-bottom:50px;margin-top:-110px}.inner-wrapper .metric__wrapper{margin-left:-11px}}

/*# sourceMappingURL=profile.desktop.8d615344.css.map*/