@keyframes a{0%{transform:scale(1.5);opacity:0}to{transform:scale(1);opacity:1}}@keyframes b{0%{transform:scale(1);opacity:1}15%{transform:scale(1.1);opacity:1}to{transform:scale(.5);opacity:0}}@keyframes c{0%{transform:translate(-50%,-50%) rotate(0)}50%{transform:translate(-50%,-50%) rotate(-180deg)}to{transform:translate(-50%,-50%) rotate(-1turn)}}@keyframes d{0%{transform:scale(1)}10%{transform:scale(1.2) translateX(6px)}25%{transform:scale(1.3) translateX(8px)}40%{transform:scale(1.2) translateX(6px)}50%{transform:scale(1)}60%{transform:scale(.8) translateX(6px)}75%{transform:scale(.7) translateX(8px)}90%{transform:scale(.8) translateX(6px)}to{transform:scale(1)}}@keyframes e{0%{transform:scale(1)}10%{transform:scale(1.2) translateX(-6px)}25%{transform:scale(1.3) translateX(-8px)}40%{transform:scale(1.2) translateX(-6px)}50%{transform:scale(1)}60%{transform:scale(.8) translateX(-6px)}75%{transform:scale(.7) translateX(-8px)}90%{transform:scale(.8) translateX(-6px)}to{transform:scale(1)}}.drift-zoom-pane{background:rgba(0,0,0,.5);transform:translateZ(0);-webkit-transform:translateZ(0)}.drift-zoom-pane.drift-opening{animation:a .18s ease-out;-webkit-animation:a .18s ease-out}.drift-zoom-pane.drift-closing{animation:b .21s ease-in;-webkit-animation:b .21s ease-in}.drift-zoom-pane.drift-inline{position:absolute;width:150px;height:150px;border-radius:75px;box-shadow:0 6px 18px rgba(0,0,0,.3)}.drift-loading .drift-zoom-pane-loader{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:66px;height:20px;animation:c 1.8s linear infinite;-webkit-animation:c 1.8s linear infinite}.drift-zoom-pane-loader:after,.drift-zoom-pane-loader:before{content:"";display:block;width:20px;height:20px;position:absolute;top:50%;margin-top:-10px;border-radius:20px;background:hsla(0,0%,100%,.9)}.drift-zoom-pane-loader:before{left:0;animation:d 1.8s linear infinite;-webkit-animation:d 1.8s linear infinite}.drift-zoom-pane-loader:after{right:0;animation:e 1.8s linear infinite;-webkit-animation:e 1.8s linear infinite;animation-delay:-.9s;-webkit-animation-delay:-.9s}.drift-bounding-box{background-color:rgba(0,0,0,.4)}
*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{background:#ededed}main[role=main]{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,.1);font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:16px;font-weight:300;line-height:1.35}::-moz-selection{background: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:#3483fa;-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}a:focus,a:hover{color:#2968c8}a:hover{cursor:pointer}a:active{color:#1f4e96}ol,ul{margin:0;padding:0}li{list-style:none}button,textarea{font-family:inherit}.andes-spinner{font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:16px}.andes-spinner__label{display:block;line-height:1}.andes-spinner__icon{-webkit-animation:rotate-all 1s linear infinite;animation:rotate-all 1s linear infinite;bottom:0;left:0;margin:0 auto;position:absolute;right:0;top:0}.andes-spinner__icon-left,.andes-spinner__icon-right{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:100%;overflow:hidden;position:absolute;top:0;width:50%}.andes-spinner__icon-left{left:0}.andes-spinner__icon-right{right:0}.andes-spinner__icon-right .andes-spinner__icon-border:after{left:-2px!important}.andes-spinner__icon-left .andes-spinner__icon-border:after,.andes-spinner__icon-right .andes-spinner__icon-border:after{background:#3483fa;-webkit-border-radius:50%;border-radius:50%;bottom:-2px!important;content:"";display:block;height:2.5px;position:absolute;width:2.5px;z-index:9999}.andes-spinner__icon-left .andes-spinner__icon-border:after{right:-2px!important}.andes-spinner__icon-border{border:2px solid #3483fa;-webkit-border-radius:200px 0 0 200px;border-radius:200px 0 0 200px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:100%;position:relative;width:100%}.andes-spinner__icon-right .andes-spinner__icon-border{-webkit-animation:rotate-right .75s linear infinite alternate;animation:rotate-right .75s linear infinite alternate;border-left:0;-webkit-border-radius:0 200px 200px 0;border-radius:0 200px 200px 0;-webkit-transform:rotate(-10deg);transform:rotate(-10deg);-webkit-transform-origin:left center;transform-origin:left center}.andes-spinner__icon-right .andes-spinner__icon-border:after{bottom:-10px;left:-5px}.andes-spinner__icon-left .andes-spinner__icon-border{-webkit-animation:rotate-left .75s linear infinite alternate;animation:rotate-left .75s linear infinite alternate;border-right:0;-webkit-transform:rotate(10deg);transform:rotate(10deg);-webkit-transform-origin:right center;transform-origin:right center}.andes-spinner__icon-left .andes-spinner__icon-border:after{bottom:-10px;right:-5px}.andes-spinner--highlight .andes-spinner__label{color:#fff}.andes-spinner--highlight .andes-spinner__icon-left .andes-spinner__icon-border:after,.andes-spinner--highlight .andes-spinner__icon-right .andes-spinner__icon-border:after{background:#fff}.andes-spinner--highlight .andes-spinner__icon-border{border-color:#fff}@-webkit-keyframes rotate-left{to{-webkit-transform:rotate(30deg);transform:rotate(30deg)}0%{-webkit-transform:rotate(175deg);transform:rotate(175deg)}}@keyframes rotate-left{to{-webkit-transform:rotate(30deg);transform:rotate(30deg)}0%{-webkit-transform:rotate(175deg);transform:rotate(175deg)}}@-webkit-keyframes rotate-right{0%{-webkit-transform:rotate(-175deg);transform:rotate(-175deg)}to{-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}}@keyframes rotate-right{0%{-webkit-transform:rotate(-175deg);transform:rotate(-175deg)}to{-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}}@-webkit-keyframes rotate-all{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate-all{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.andes-spinner__container--xxsmall-notlabel{height:12px;width:12px}.andes-spinner__container--xxsmall .andes-spinner__label{font-size:12px;margin-top:20px}.andes-spinner__icon--xxsmall{height:12px;width:12px}.andes-spinner__container--xsmall-notlabel{height:18px;width:18px}.andes-spinner__container--xsmall .andes-spinner__label{font-size:14px;margin-top:30px}.andes-spinner__icon--xsmall{height:18px;width:18px}.andes-spinner__container--small-notlabel{height:32px;width:32px}.andes-spinner__container--small .andes-spinner__label{font-size:14px;margin-top:48px}.andes-spinner__icon--small{height:32px;width:32px}.andes-spinner__container--medium-notlabel{height:48px;width:48px}.andes-spinner__container--medium .andes-spinner__label{margin-top:66px}.andes-spinner__icon--medium{height:48px;width:48px}.andes-spinner__container--large-notlabel{height:64px;width:64px}.andes-spinner__container--large .andes-spinner__label{font-size:18px;line-height:1.35;margin-top:88px}.andes-spinner__icon--large{height:64px;width:64px}.andes-spinner--block{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1020}.andes-spinner--block .andes-spinner__container{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1021}.andes-spinner--inline{height:100%;position:relative}.andes-spinner--inline .andes-spinner__container{position:absolute}.andes-spinner--inline .andes-spinner__icon{margin:0}.andes-spinner--inline .andes-spinner__mask{display:none}.andes-spinner__mask{background-color:hsla(0,0%,100%,.9);height:100%;left:0;position:absolute;top:0;width:100%}.andes-spinner__mask--highlight{background-color:rgba(52,131,250,.9)}.andes-spinner--fullscreen{height:100%;left:0;position:fixed;top:0;width:100%;z-index:1022}.andes-spinner--fullscreen .andes-spinner__container{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1023}.andes-modal{-webkit-animation:modal-translate-in .2s ease-in-out,modal-fade-in .2s ease-in-out;animation:modal-translate-in .2s ease-in-out,modal-fade-in .2s ease-in-out;background-color:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;outline:none;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0)}.andes-modal__focus-retainer:focus{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.andes-modal__focus-retainer:focus-visible{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.andes-modal--closing{-webkit-animation:modal-translate-out .2s ease-in-out,modal-fade-out .2s ease-in-out;animation:modal-translate-out .2s ease-in-out,modal-fade-out .2s ease-in-out}.andes-modal>*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,.9)}.andes-modal__overlay{-webkit-align-items:center;align-items:center;-webkit-animation:modal-fade-in .2s ease-in-out;animation:modal-fade-in .2s ease-in-out;background-color:rgba(0,0,0,.8);bottom:0;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1020}.andes-modal__overlay--closing{-webkit-animation:modal-fade-out .2s ease-in-out;animation:modal-fade-out .2s ease-in-out}.andes-modal__overlay--large,.andes-modal__overlay--small{padding:3em}.andes-modal.andes-modal--card,.andes-modal.andes-modal--large,.andes-modal.andes-modal--small{-webkit-border-radius:6px;border-radius:6px}.andes-modal.andes-modal--large .andes-modal__header--secondary,.andes-modal.andes-modal--large .andes-modal__header--sticky,.andes-modal.andes-modal--small .andes-modal__header--secondary,.andes-modal.andes-modal--small .andes-modal__header--sticky{padding-bottom:1.375em;padding-top:1.375em}.andes-modal.andes-modal--large .andes-modal__header--secondary .andes-modal__title,.andes-modal.andes-modal--large .andes-modal__header--sticky .andes-modal__title,.andes-modal.andes-modal--small .andes-modal__header--secondary .andes-modal__title,.andes-modal.andes-modal--small .andes-modal__header--sticky .andes-modal__title{font-size:20px}.andes-modal.andes-modal--large .andes-modal__header__contents *+.andes-modal__title,.andes-modal.andes-modal--small .andes-modal__header__contents *+.andes-modal__title{margin-top:32px}.andes-modal.andes-modal--card .andes-modal__header__contents *+.andes-modal__title,.andes-modal.andes-modal--full .andes-modal__header__contents *+.andes-modal__title{margin-top:26px}.andes-modal__scroll{-webkit-border-radius:6px;border-radius:6px;overflow-x:hidden;overflow-y:auto}.andes-modal__title{font-weight:600;line-height:1}.andes-modal__actions,.andes-modal__header{background-color:#fff;-webkit-box-shadow:none;box-shadow:none}.andes-modal__actions{-webkit-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-transition-duration:.08s;transition-duration:.08s;-webkit-transition-property:padding,background-color,-webkit-box-shadow;transition-property:padding,background-color,-webkit-box-shadow;transition-property:box-shadow,padding,background-color;transition-property:box-shadow,padding,background-color,-webkit-box-shadow;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.andes-modal__actions--fixed{bottom:0;position:-webkit-sticky;position:sticky}.andes-modal__actions--border{border-top:1px solid rgba(0,0,0,.07);-webkit-box-shadow:0 6px 16px 0 rgba(0,0,0,.1);box-shadow:0 6px 16px 0 rgba(0,0,0,.1)}.andes-modal__actions--border.padding{border-top:0;-webkit-box-shadow:none;box-shadow:none}.andes-modal__actions .andes-button+.andes-button{margin-left:8px}.andes-modal__actions .andes-button+.andes-button--full-width{margin-left:0;margin-top:8px}.andes-modal__header{-webkit-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0;display:-webkit-flex;display:flex;position:relative;top:0;-webkit-transition-duration:.08s;transition-duration:.08s;-webkit-transition-property:background-color,-webkit-box-shadow;transition-property:background-color,-webkit-box-shadow;transition-property:box-shadow,background-color;transition-property:box-shadow,background-color,-webkit-box-shadow;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.andes-modal__header__contents{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-flex-grow:1;flex-grow:1;-webkit-justify-content:center;justify-content:center}.andes-modal__header__contents--centered{-webkit-align-items:center;align-items:center}.andes-modal__header--secondary .andes-modal__header__contents,.andes-modal__header--sticky .andes-modal__header__contents{overflow:hidden}.andes-modal__header--secondary .andes-modal__title,.andes-modal__header--sticky .andes-modal__title{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.andes-modal__header--sticky{background-color:#fff;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.07),0 0 24px 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.07),0 0 24px 0 rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;z-index:1021}.andes-modal__header--secondary{background-color:transparent;position:fixed;width:100%;z-index:1021}.andes-modal__header--secondary .andes-modal__title{display:none}.andes-modal__header--show{background-color:#fff;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.07),0 0 24px 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.07),0 0 24px 0 rgba(0,0,0,.1)}.andes-modal__header--show-title .andes-modal__title{display:block}.andes-modal__close-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;cursor:pointer;font-size:inherit;height:1.25em;padding:0;width:1.25em}.andes-modal__close-button:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-modal__close-button:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-modal__close-button:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}@-webkit-keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes modal-fade-out{0%{opacity:1}to{opacity:0}}@keyframes modal-fade-out{0%{opacity:1}to{opacity:0}}@-webkit-keyframes modal-translate-in{0%{margin-top:300px}to{margin-top:0}}@keyframes modal-translate-in{0%{margin-top:300px}to{margin-top:0}}@-webkit-keyframes modal-translate-out{0%{margin-top:0}to{margin-top:300px}}@keyframes modal-translate-out{0%{margin-top:0}to{margin-top:300px}}@media(min-width:768px){.andes-modal--small.andes-modal--asset .andes-modal__header{padding-bottom:1em}.andes-modal--small .andes-modal__header{padding:2em 2em 1.5em}.andes-modal--small .andes-modal__header.andes-modal__header--secondary .andes-modal__close-button,.andes-modal--small .andes-modal__header.andes-modal__header--sticky .andes-modal__close-button{margin-top:0}.andes-modal--small .andes-modal__close-button{margin-top:2px}.andes-modal--small .andes-modal__title{font-size:24px}.andes-modal--small .andes-modal__content{padding:0 2em 2em}.andes-modal--small.andes-modal--fixed-actions .andes-modal__content{padding-bottom:1em}.andes-modal--small .andes-modal__actions{padding:0 2em 2em}.andes-modal--small .andes-modal__actions--fixed{padding:1em 2em}.andes-modal--large.andes-modal--asset .andes-modal__header{padding-bottom:1.25em}.andes-modal--large .andes-modal__header{padding:3em 3em 1.75em}.andes-modal--large .andes-modal__header.andes-modal__header--secondary .andes-modal__close-button,.andes-modal--large .andes-modal__header.andes-modal__header--sticky .andes-modal__close-button{margin-top:0}.andes-modal--large .andes-modal__close-button{margin-top:4px}.andes-modal--large .andes-modal__title{font-size:28px}.andes-modal--large .andes-modal__content{padding:0 3em 3em}.andes-modal--large.andes-modal--fixed-actions .andes-modal__content{padding-bottom:2.25em}.andes-modal--large .andes-modal__actions{padding:.25em 3em 3em}.andes-modal--large .andes-modal__actions--fixed{padding:1em 3em}}.andes-modal--full{-webkit-border-radius:0;border-radius:0;height:100%;max-height:none!important;max-width:none!important;width:100%}.andes-modal--full .andes-modal__scroll{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;height:100%}.andes-modal--full .andes-modal__header{-webkit-border-radius:0;border-radius:0;padding:2em 1.5em}.andes-modal--full .andes-modal__header.andes-modal__header--secondary,.andes-modal--full .andes-modal__header.andes-modal__header--sticky{padding:1.625em 1.5em}.andes-modal--full .andes-modal__header.andes-modal__header--secondary .andes-modal__title,.andes-modal--full .andes-modal__header.andes-modal__header--sticky .andes-modal__title{font-size:20px}.andes-modal--full .andes-modal__header.andes-modal__header--secondary .namespace__close-button,.andes-modal--full .andes-modal__header.andes-modal__header--sticky .namespace__close-button{margin-top:0}.andes-modal--full .andes-modal__close-button{margin-top:2px}.andes-modal--full .andes-modal__title{font-size:24px}.andes-modal--full .andes-modal__content{-webkit-flex-grow:1;flex-grow:1;padding:0 1.5em 1.5em}.andes-modal--full.andes-modal--fixed-actions .andes-modal__content{padding-bottom:1em}.andes-modal--full .andes-modal__actions{-webkit-border-radius:0;border-radius:0;padding:0 1.5em 1.5em}.andes-modal--full .andes-modal__actions--fixed{padding:1em 1.5em}.andes-modal--card .andes-modal__header{padding:1.625em 1.5em 1.25em;-webkit-transition-property:-webkit-box-shadow;transition-property:-webkit-box-shadow;transition-property:box-shadow;transition-property:box-shadow,-webkit-box-shadow}.andes-modal--card .andes-modal__header.andes-modal__header--secondary,.andes-modal--card .andes-modal__header.andes-modal__header--sticky{padding:1.4375em 1.5em}.andes-modal--card .andes-modal__title{font-size:20px}.andes-modal--card .andes-modal__content{padding:0 1.5em 1.5em}.andes-modal--card .andes-modal__close-button{position:absolute;right:-4px;top:-32px}.andes-modal__overlay--card{padding:3em 1.5em}.andes-modal--card.andes-modal--fixed-actions .andes-modal__content{padding-bottom:.5em}.andes-modal--card .andes-modal__actions{padding:0 1.5em 1.5em}.andes-modal--card .andes-modal__actions--fixed{padding:1em 1.5em}.andes-badge__content{font-weight:600}@-webkit-keyframes andes-pi-circular-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-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}}@-webkit-keyframes andes-button-start-width-animation{0%{width:0}to{width:90%}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes translateInButtonSpinner{0%{-webkit-transform:translate(-webkit-calc(50% - 20px),50%);transform:translate(calc(50% - 20px),50%)}to{-webkit-transform:translateY(-webkit-calc(-50% - 22px));transform:translateY(calc(-50% - 22px))}}@-webkit-keyframes translateOutButtonSpinner{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@-webkit-keyframes translateOutButtonSpinnerComplete{0%{-webkit-transform:translateY(-webkit-calc(-50% - 22px));transform:translateY(calc(-50% - 22px))}to{-webkit-transform:translateY(-80px);transform:translateY(-80px)}}@-webkit-keyframes translateInButtonSpinnerComplete{0%{-webkit-transform:translateY(50%);transform:translateY(50%)}to{-webkit-transform:translateY(-webkit-calc(-50% + 22px));transform:translateY(calc(-50% + 22px))}}.andes-button--white:hover{background-color:hsla(0,0%,100%,0);border-color:transparent;color:#fff}.andes-button--white:hover path{stroke:#fff!important}@media(min-width:768px){.andes-button--white:hover{background-color:hsla(0,0%,100%,.04);border-color:none;color:#fff}.andes-button--white:hover path{stroke:#fff!important}}.andes-button--white{border:.0625em solid;-webkit-box-shadow:0 0 0 0;box-shadow:0 0 0 0;cursor:pointer;-webkit-transition:background-color .2s ease-out,-webkit-box-shadow .25s ease-out;transition:background-color .2s ease-out,-webkit-box-shadow .25s ease-out;transition:box-shadow .25s ease-out,background-color .2s ease-out;transition:box-shadow .25s ease-out,background-color .2s ease-out,-webkit-box-shadow .25s ease-out}.andes-button--white,.andes-button--white:focus,.andes-button--white:link,.andes-button--white:visited{background-color:hsla(0,0%,100%,0);border-color:transparent;color:#fff}.andes-button--white path,.andes-button--white:focus path,.andes-button--white:link path,.andes-button--white:visited path{stroke:#fff!important}.andes-button--white:hover{-webkit-transition:background-color .2s ease-in;transition:background-color .2s ease-in}.andes-button--white:active{background-color:hsla(0,0%,100%,.04);border-color:none;color:#fff}.andes-button--white:active path{stroke:#fff!important}.andes-button--white:disabled,.andes-button--white[disabled]{background-clip:padding-box;background-color:hsla(0,0%,100%,0);border-color:hsla(0,0%,100%,0);color:rgba(0,0,0,.25);cursor:default}.andes-button--white:disabled path,.andes-button--white[disabled] path{stroke:rgba(0,0,0,.25)!important}.andes-button--white:focus{-webkit-box-shadow:0 0 0 .1875em none;box-shadow:0 0 0 .1875em none;outline:0;-webkit-transition:-webkit-box-shadow .25s ease-in;transition:-webkit-box-shadow .25s ease-in;transition:box-shadow .25s ease-in;transition:box-shadow .25s ease-in,-webkit-box-shadow .25s ease-in}@-webkit-keyframes andes-snackbar-show{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1}}@keyframes andes-snackbar-show{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1}}@-webkit-keyframes andes-snackbar-hide{50%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes andes-snackbar-hide{50%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.andes-snackbar{-webkit-align-items:center;align-items:center;-webkit-animation-duration:.5s;animation-duration:.5s;bottom:0;color:#fff;display:-webkit-flex;display:flex;-webkit-flex-flow:row wrap;flex-flow:row wrap;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-weight:300;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;z-index:1021}.andes-snackbar--default{background-color:#1a1a1a}.andes-snackbar__action{background:none;color:#fff!important;font-size:inherit;font-weight:600;text-align:right;text-decoration:none!important;text-transform:uppercase;white-space:nowrap}.andes-snackbar__action:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-snackbar__action:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-snackbar__action:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-snackbar__action:hover{text-decoration:underline}.andes-snackbar__message{color:#fff;margin:0}.andes-snackbar--bottom{-webkit-align-items:flex-start;align-items:flex-start;-webkit-flex-flow:column wrap;flex-flow:column wrap}.andes-snackbar--bottom .andes-snackbar__action{padding-top:0}.andes-snackbar--animate-show{-webkit-animation-name:andes-snackbar-show;animation-name:andes-snackbar-show}.andes-snackbar--animate-hide{-webkit-animation-name:andes-snackbar-hide;animation-name:andes-snackbar-hide}.andes-snackbar{bottom:1.1428571429em;-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,.1);box-shadow:0 8px 16px 0 rgba(0,0,0,.1);line-height:1.1428571429em;margin:0 .5714285714em}.andes-snackbar,.andes-snackbar__action{-webkit-border-radius:.4285714286em;border-radius:.4285714286em}.andes-snackbar__action{margin-right:.5714285714em;padding:.5714285714em}.andes-snackbar__message{font-size:14px;padding:1.1428571429em}.andes-snackbar--bottom .andes-snackbar__action{margin-bottom:.5714285714em;margin-left:.5714285714em;padding-bottom:.5714285714em;padding-top:.5714285714em}.andes-snackbar--bottom .andes-snackbar__message{line-height:1.5714285714em;padding-bottom:.5714285714em}@media(min-width:768px){.andes-snackbar{bottom:2em;line-height:1em;margin-left:auto;margin-right:auto;max-width:37.5em}.andes-snackbar,.andes-snackbar__action{-webkit-border-radius:.375em;border-radius:.375em}.andes-snackbar__message{font-size:16px;padding:1.5em}.andes-snackbar--bottom .andes-snackbar__action{margin-left:16px;padding-left:.5em}.andes-snackbar--bottom .andes-snackbar__message{line-height:1.375em;padding-bottom:.5em}}.andes-snackbar--success{background-color:#00a650}.andes-snackbar--error{background-color:#f23d4f}.andes-tooltip{background-color:#fff;-webkit-border-radius:.375em;border-radius:.375em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,.9);font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:16px;opacity:1;padding:1em;pointer-events:auto!important;text-align:left;width:21.25em;z-index:1022}.andes-tooltip,.andes-tooltip.andes-card--flat{-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,.1),0 0 6px 0 rgba(0,0,0,.1);box-shadow:0 8px 16px 0 rgba(0,0,0,.1),0 0 6px 0 rgba(0,0,0,.1)}.andes-tooltip .andes-card__content{padding:0}.andes-tooltip .andes-tooltip-data__arrow,.andes-tooltip .andes-tooltip-data__arrow:before{background-color:#fff;height:8px;position:absolute;width:8px}.andes-tooltip .andes-tooltip-data__arrow{visibility:hidden}.andes-tooltip .andes-tooltip-data__arrow--top,.andes-tooltip .andes-tooltip-data__arrow--top-end,.andes-tooltip .andes-tooltip-data__arrow--top-start{bottom:-3px}.andes-tooltip .andes-tooltip-data__arrow--bottom,.andes-tooltip .andes-tooltip-data__arrow--bottom-end,.andes-tooltip .andes-tooltip-data__arrow--bottom-start{top:-4px}.andes-tooltip .andes-tooltip-data__arrow--left,.andes-tooltip .andes-tooltip-data__arrow--left-end,.andes-tooltip .andes-tooltip-data__arrow--left-start{right:-3px}.andes-tooltip .andes-tooltip-data__arrow--right,.andes-tooltip .andes-tooltip-data__arrow--right-end,.andes-tooltip .andes-tooltip-data__arrow--right-start{left:-4px}.andes-tooltip .andes-tooltip-data__arrow:before{border:1px solid #fff;content:"";-webkit-transform:rotate(45deg);transform:rotate(45deg);visibility:visible}.andes-tooltip-hidden{display:none}.andes-tooltip--dark{color:#fff}.andes-tooltip--dark.andes-card{background-color:#393939}.andes-tooltip--dark .andes-tooltip-data__arrow:before{background-color:#393939;border:1px solid #393939}.andes-tooltip--dark .andes-tooltip-button-close:after,.andes-tooltip--dark .andes-tooltip-button-close:before{background-color:#fff}.andes-tooltip--dark .andes-button--transparent .andes-button__content,.andes-tooltip--highlight{color:#fff}.andes-tooltip--highlight.andes-card{background-color:#3483fa}.andes-tooltip--highlight .andes-tooltip-data__arrow:before{background-color:#3483fa;border:1px solid #3483fa}.andes-tooltip--highlight .andes-tooltip-button-close:after,.andes-tooltip--highlight .andes-tooltip-button-close:before{background-color:#fff;opacity:.6}.andes-tooltip--highlight .andes-button--transparent .andes-button__content{color:#fff}.andes-tooltip--highlight .andes-tooltip__actions a:first-child,.andes-tooltip--highlight .andes-tooltip__actions button:first-child{background-color:#2968c8}.andes-tooltip__content{margin-right:1em}.andes-tooltip__text,.andes-tooltip__title{font-weight:400;margin:0}.andes-tooltip__text{font-size:14px}.andes-tooltip__title{font-size:16px;font-weight:600;margin:0 0 4px;padding:0}.andes-tooltip__image{margin-right:1em}.andes-tooltip__actions{margin-top:1em}.andes-tooltip__actions a,.andes-tooltip__actions button{margin-left:4px}.andes-tooltip__actions a:first-child,.andes-tooltip__actions button:first-child{margin-left:0}.andes-tooltip-data-image{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row}.andes-tooltip-button-close{background-color:transparent;border:0;cursor:pointer;height:1em;left:auto;padding:0;position:relative;position:absolute;right:.625em;top:.625em;width:1em}.andes-tooltip-button-close:after,.andes-tooltip-button-close:before{background-color:rgba(0,0,0,.55);content:"";cursor:pointer;height:1em;left:.5em;position:absolute;top:0;width:.125em}.andes-tooltip-button-close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.andes-tooltip-button-close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.andes-tooltip-button-close:after,.andes-tooltip-button-close:before{left:.43em;opacity:1;top:.06em}.andes-tooltip-transition-enter{opacity:0;-webkit-transform:translateY(-.3125em);transform:translateY(-.3125em);-webkit-transition:opacity .1s ease-out,-webkit-transform .1s ease-out;transition:opacity .1s ease-out,-webkit-transform .1s ease-out;transition:transform .1s ease-out,opacity .1s ease-out;transition:transform .1s ease-out,opacity .1s ease-out,-webkit-transform .1s ease-out}.andes-tooltip-transition-enter-active{-webkit-transform:translateY(0);transform:translateY(0)}.andes-tooltip-transition-enter-active,.andes-tooltip-transition-leave-active{opacity:1;-webkit-transition:opacity .1s ease-out,-webkit-transform .1s ease-out;transition:opacity .1s ease-out,-webkit-transform .1s ease-out;transition:transform .1s ease-out,opacity .1s ease-out;transition:transform .1s ease-out,opacity .1s ease-out,-webkit-transform .1s ease-out}.andes-tooltip-transition-leave-active{-webkit-transform:translateY(-.3125em);transform:translateY(-.3125em)}.andes-tooltip-arrow:before{background:#fff;border-bottom:1px solid rgba(0,0,0,.1);border-right:1px solid rgba(0,0,0,.1);bottom:-.4375em;-webkit-box-shadow:4px 0 4px -4px rgba(0,0,0,.15),1px 1px 1px -1px rgba(0,0,0,.2);box-shadow:4px 0 4px -4px rgba(0,0,0,.15),1px 1px 1px -1px rgba(0,0,0,.2);content:"";height:.75em;left:50%;margin-left:-.5em;position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:center;transform-origin:center;width:.75em}.andes-tooltip-placement-bottom.andes-tooltip-transition-enter,.andes-tooltip-placement-bottomLeft.andes-tooltip-transition-enter,.andes-tooltip-placement-bottomRight.andes-tooltip-transition-enter{-webkit-transform:translateY(.3125em);transform:translateY(.3125em)}.andes-tooltip-placement-bottom.andes-tooltip-transition-enter-active,.andes-tooltip-placement-bottomLeft.andes-tooltip-transition-enter-active,.andes-tooltip-placement-bottomRight.andes-tooltip-transition-enter-active{-webkit-transform:translateY(0);transform:translateY(0)}.andes-tooltip-placement-bottom.andes-tooltip-transition-leave-active,.andes-tooltip-placement-bottomLeft.andes-tooltip-transition-leave-active,.andes-tooltip-placement-bottomRight.andes-tooltip-transition-leave-active{-webkit-transform:translateY(.3125em);transform:translateY(.3125em)}.andes-tooltip-placement-bottom .andes-tooltip-arrow:before,.andes-tooltip-placement-bottomLeft .andes-tooltip-arrow:before,.andes-tooltip-placement-bottomRight .andes-tooltip-arrow:before{bottom:auto;top:-.4375em;-webkit-transform:rotate(225deg);transform:rotate(225deg)}.andes-tooltip-placement-leftTop.andes-tooltip-transition-enter{-webkit-transform:translateX(-.3125em);transform:translateX(-.3125em)}.andes-tooltip-placement-leftTop.andes-tooltip-transition-enter-active{-webkit-transform:translateX(0);transform:translateX(0)}.andes-tooltip-placement-leftTop.andes-tooltip-transition-leave-active{-webkit-transform:translateX(-.3125em);transform:translateX(-.3125em)}.andes-tooltip-placement-leftTop .andes-tooltip-arrow:before{left:auto;right:-7px;top:.625em;-webkit-transform:rotate(315deg);transform:rotate(315deg)}.andes-tooltip-placement-rightTop.andes-tooltip-transition-enter{-webkit-transform:translateX(.3125em);transform:translateX(.3125em)}.andes-tooltip-placement-rightTop.andes-tooltip-transition-enter-active{-webkit-transform:translateX(0);transform:translateX(0)}.andes-tooltip-placement-rightTop.andes-tooltip-transition-leave-active{-webkit-transform:translateX(.3125em);transform:translateX(.3125em)}.andes-tooltip-placement-rightTop .andes-tooltip-arrow:before{left:1px;top:.625em;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.andes-tooltip-placement-bottomLeft .andes-tooltip-arrow:before,.andes-tooltip-placement-topLeft .andes-tooltip-arrow:before{left:1.25em}.andes-tooltip-placement-bottomRight .andes-tooltip-arrow:before,.andes-tooltip-placement-topRight .andes-tooltip-arrow:before{left:auto;right:.625em}.andes-tooltip-placement-right.andes-tooltip-transition-enter{-webkit-transform:translateX(.3125em);transform:translateX(.3125em)}.andes-tooltip-placement-right.andes-tooltip-transition-enter-active{-webkit-transform:translateX(0);transform:translateX(0)}.andes-tooltip-placement-right.andes-tooltip-transition-leave-active{-webkit-transform:translateX(.3125em);transform:translateX(.3125em)}.andes-tooltip-placement-right .andes-tooltip-arrow:before{left:1px;top:-webkit-calc(50% - 6px);top:calc(50% - 6px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.andes-tooltip-placement-left.andes-tooltip-transition-enter{-webkit-transform:translateX(-.3125em);transform:translateX(-.3125em)}.andes-tooltip-placement-left.andes-tooltip-transition-enter-active{-webkit-transform:translateX(0);transform:translateX(0)}.andes-tooltip-placement-left.andes-tooltip-transition-leave-active{-webkit-transform:translateX(-.3125em);transform:translateX(-.3125em)}.andes-tooltip-placement-left .andes-tooltip-arrow:before{left:auto;right:-7px;top:-webkit-calc(50% - 6px);top:calc(50% - 6px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.andes-thumbnail--24{height:22px;width:22px}.andes-thumbnail--24,.andes-thumbnail--32{-webkit-align-items:center;align-items:center;background-color:#fff;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.andes-thumbnail--32{height:30px;width:30px}.andes-thumbnail--40{height:38px;width:38px}.andes-thumbnail--40,.andes-thumbnail--48{-webkit-align-items:center;align-items:center;background-color:#fff;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.andes-thumbnail--48{height:46px;width:46px}.andes-thumbnail--56{height:54px;width:54px}.andes-thumbnail--56,.andes-thumbnail--64{-webkit-align-items:center;align-items:center;background-color:#fff;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.andes-thumbnail--64{height:62px;width:62px}.andes-thumbnail--72{height:70px;width:70px}.andes-thumbnail--72,.andes-thumbnail--80{-webkit-align-items:center;align-items:center;background-color:#fff;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.andes-thumbnail--80{height:78px;width:78px}.andes-thumbnail{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--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{font-size:36px}.andes-thumbnail>img{height:auto;max-width:100%;width:auto}.andes-thumbnail--circle{border:1px solid rgba(0,0,0,.07);-webkit-border-radius:50%;border-radius:50%;overflow:hidden}.andes-thumbnail--square{border:1px solid rgba(0,0,0,.07);overflow:hidden}.andes-thumbnail--square.andes-thumbnail--24,.andes-thumbnail--square.andes-thumbnail--32{-webkit-border-radius:3px;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{-webkit-border-radius:4px;border-radius:4px}.andes-thumbnail--square.andes-thumbnail--72,.andes-thumbnail--square.andes-thumbnail--80{-webkit-border-radius:5px;border-radius:5px}.andes-thumbnail__badge{border:0}.andes-thumbnail--64.andes-thumbnail__badge-generic,.andes-thumbnail--72.andes-thumbnail__badge-generic,.andes-thumbnail--80.andes-thumbnail__badge-generic{border:3px solid #bfbfbf;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.andes-thumbnail--24.andes-thumbnail__badge-generic,.andes-thumbnail--32.andes-thumbnail__badge-generic,.andes-thumbnail--40.andes-thumbnail__badge-generic,.andes-thumbnail--48.andes-thumbnail__badge-generic,.andes-thumbnail--56.andes-thumbnail__badge-generic{border:2px solid #bfbfbf;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.andes-thumbnail--64.andes-thumbnail__badge-neutral,.andes-thumbnail--72.andes-thumbnail__badge-neutral,.andes-thumbnail--80.andes-thumbnail__badge-neutral{border:3px solid #3483fa;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.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 #3483fa;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.andes-thumbnail--64.andes-thumbnail__badge-success,.andes-thumbnail--72.andes-thumbnail__badge-success,.andes-thumbnail--80.andes-thumbnail__badge-success{border:3px solid #00a650;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.andes-thumbnail--24.andes-thumbnail__badge-success,.andes-thumbnail--32.andes-thumbnail__badge-success,.andes-thumbnail--40.andes-thumbnail__badge-success,.andes-thumbnail--48.andes-thumbnail__badge-success,.andes-thumbnail--56.andes-thumbnail__badge-success{border:2px solid #00a650;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.andes-thumbnail--64.andes-thumbnail__badge-warning,.andes-thumbnail--72.andes-thumbnail__badge-warning,.andes-thumbnail--80.andes-thumbnail__badge-warning{border:3px solid #f73;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.andes-thumbnail--24.andes-thumbnail__badge-warning,.andes-thumbnail--32.andes-thumbnail__badge-warning,.andes-thumbnail--40.andes-thumbnail__badge-warning,.andes-thumbnail--48.andes-thumbnail__badge-warning,.andes-thumbnail--56.andes-thumbnail__badge-warning{border:2px solid #f73;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.andes-thumbnail--64.andes-thumbnail__badge-error,.andes-thumbnail--72.andes-thumbnail__badge-error,.andes-thumbnail--80.andes-thumbnail__badge-error{border:3px solid #f23d4f;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.andes-thumbnail--24.andes-thumbnail__badge-error,.andes-thumbnail--32.andes-thumbnail__badge-error,.andes-thumbnail--40.andes-thumbnail__badge-error,.andes-thumbnail--48.andes-thumbnail__badge-error,.andes-thumbnail--56.andes-thumbnail__badge-error{border:2px solid #f23d4f;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.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--notification,.andes-thumbnail--40+.andes-badge--pill{left:24px;top:-16px}.andes-thumbnail--48+.andes-badge--notification,.andes-thumbnail--48+.andes-badge--pill{left:32px;top:-16px}.andes-thumbnail--56+.andes-badge--notification,.andes-thumbnail--56+.andes-badge--pill{left:40px;top:-16px}.andes-thumbnail--64+.andes-badge--notification,.andes-thumbnail--64+.andes-badge--pill{left:40px;top:-24px}.andes-thumbnail--72+.andes-badge--notification,.andes-thumbnail--72+.andes-badge--pill{left:48px;top:-24px}.andes-thumbnail--80+.andes-badge--notification,.andes-thumbnail--80+.andes-badge--pill{left:56px;top:-24px}.andes-thumbnail--default{background-color:#fff;border:1px solid rgba(0,0,0,.07)}.andes-thumbnail--loud{background-color:#3483fa;border:0;color:#fff}.andes-thumbnail--quiet{background-color:rgba(65,137,230,.1);border:0;color:#3483fa}.andes-thumbnail--loud-disabled,.andes-thumbnail--quiet-disabled{background-color:rgba(0,0,0,.1);color:rgba(0,0,0,.25)}.andes-thumbnail--default-disabled{background-color:#fff;color:rgba(0,0,0,.07)}.andes-thumbnail-multiple--grid{-webkit-align-content:space-between;align-content:space-between;background-color:rgba(0,0,0,.04);-webkit-border-radius:5px;border-radius:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,.55);display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;-webkit-justify-content:space-between;justify-content:space-between}.andes-thumbnail-multiple--grid:nth-child(3){-webkit-flex-grow:2;flex-grow:2}.andes-thumbnail-multiple--grid-56{height:56px;width:56px}.andes-thumbnail-multiple--grid-56 .andes-thumbnail-multiple--overflow{background-color:#f5f5f5;color: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:#f5f5f5;color: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:#f5f5f5;color: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:#f5f5f5;color:rgba(0,0,0,.55)}.andes-thumbnail-multiple--grid-56{-webkit-border-radius:4px;border-radius:4px;padding:3px}.andes-thumbnail-multiple--grid-64{-webkit-border-radius:4px;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:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;height:24px;width:auto}.andes-thumbnail-multiple--stacked-24 .andes-thumbnail-multiple--overflow{background-color:#f5f5f5;color:rgba(0,0,0,.55)}.andes-thumbnail-multiple--stacked-32{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;height:32px;width:auto}.andes-thumbnail-multiple--stacked-32 .andes-thumbnail-multiple--overflow{background-color:#f5f5f5;color:rgba(0,0,0,.55)}.andes-thumbnail-multiple--stacked-40{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;height:40px;width:auto}.andes-thumbnail-multiple--stacked-40 .andes-thumbnail-multiple--overflow{background-color:#f5f5f5;color:rgba(0,0,0,.55)}.andes-thumbnail-multiple--stacked-48{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;height:48px;width:auto}.andes-thumbnail-multiple--stacked-48 .andes-thumbnail-multiple--overflow{background-color:#f5f5f5;color:rgba(0,0,0,.55)}.andes-thumbnail-multiple--stacked-56{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;height:56px;width:auto}.andes-thumbnail-multiple--stacked-56 .andes-thumbnail-multiple--overflow{background-color:#f5f5f5;color:rgba(0,0,0,.55)}.andes-thumbnail-multiple--stacked-64{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;height:64px;width:auto}.andes-thumbnail-multiple--stacked-64 .andes-thumbnail-multiple--overflow{background-color:#f5f5f5;color:rgba(0,0,0,.55)}.andes-thumbnail-multiple--stacked-72{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;height:72px;width:auto}.andes-thumbnail-multiple--stacked-72 .andes-thumbnail-multiple--overflow{background-color:#f5f5f5;color:rgba(0,0,0,.55)}.andes-thumbnail-multiple--stacked-80{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;height:80px;width:auto}.andes-thumbnail-multiple--stacked-80 .andes-thumbnail-multiple--overflow{background-color:#f5f5f5;color:rgba(0,0,0,.55)}.andes-thumbnail-multiple--stacked-24 .andes-thumbnail-container:nth-child(2){-webkit-transform:translateX(-6px);transform:translateX(-6px)}.andes-thumbnail-multiple--stacked-24 .andes-thumbnail-container:nth-child(3){-webkit-transform:translateX(-12px);transform:translateX(-12px)}.andes-thumbnail-multiple--stacked-24 .andes-thumbnail-container:nth-child(4){-webkit-transform:translateX(-18px);transform:translateX(-18px)}.andes-thumbnail-multiple--stacked-32 .andes-thumbnail-container:nth-child(2){-webkit-transform:translateX(-9px);transform:translateX(-9px)}.andes-thumbnail-multiple--stacked-32 .andes-thumbnail-container:nth-child(3){-webkit-transform:translateX(-18px);transform:translateX(-18px)}.andes-thumbnail-multiple--stacked-32 .andes-thumbnail-container:nth-child(4){-webkit-transform:translateX(-27px);transform:translateX(-27px)}.andes-thumbnail-multiple--stacked-40 .andes-thumbnail-container:nth-child(2){-webkit-transform:translateX(-12px);transform:translateX(-12px)}.andes-thumbnail-multiple--stacked-40 .andes-thumbnail-container:nth-child(3){-webkit-transform:translateX(-24px);transform:translateX(-24px)}.andes-thumbnail-multiple--stacked-40 .andes-thumbnail-container:nth-child(4){-webkit-transform:translateX(-36px);transform:translateX(-36px)}.andes-thumbnail-multiple--stacked-48 .andes-thumbnail-container:nth-child(2){-webkit-transform:translateX(-15px);transform:translateX(-15px)}.andes-thumbnail-multiple--stacked-48 .andes-thumbnail-container:nth-child(3){-webkit-transform:translateX(-30px);transform:translateX(-30px)}.andes-thumbnail-multiple--stacked-48 .andes-thumbnail-container:nth-child(4){-webkit-transform:translateX(-45px);transform:translateX(-45px)}.andes-thumbnail-multiple--stacked-56 .andes-thumbnail-container:nth-child(2){-webkit-transform:translateX(-18px);transform:translateX(-18px)}.andes-thumbnail-multiple--stacked-56 .andes-thumbnail-container:nth-child(3){-webkit-transform:translateX(-36px);transform:translateX(-36px)}.andes-thumbnail-multiple--stacked-56 .andes-thumbnail-container:nth-child(4){-webkit-transform:translateX(-54px);transform:translateX(-54px)}.andes-thumbnail-multiple--stacked-64 .andes-thumbnail-container:nth-child(2){-webkit-transform:translateX(-20px);transform:translateX(-20px)}.andes-thumbnail-multiple--stacked-64 .andes-thumbnail-container:nth-child(3){-webkit-transform:translateX(-40px);transform:translateX(-40px)}.andes-thumbnail-multiple--stacked-64 .andes-thumbnail-container:nth-child(4){-webkit-transform:translateX(-60px);transform:translateX(-60px)}.andes-thumbnail-multiple--stacked-72 .andes-thumbnail-container:nth-child(2){-webkit-transform:translateX(-22px);transform:translateX(-22px)}.andes-thumbnail-multiple--stacked-72 .andes-thumbnail-container:nth-child(3){-webkit-transform:translateX(-44px);transform:translateX(-44px)}.andes-thumbnail-multiple--stacked-72 .andes-thumbnail-container:nth-child(4){-webkit-transform:translateX(-66px);transform:translateX(-66px)}.andes-thumbnail-multiple--stacked-80 .andes-thumbnail-container:nth-child(2){-webkit-transform:translateX(-25px);transform:translateX(-25px)}.andes-thumbnail-multiple--stacked-80 .andes-thumbnail-container:nth-child(3){-webkit-transform:translateX(-50px);transform:translateX(-50px)}.andes-thumbnail-multiple--stacked-80 .andes-thumbnail-container:nth-child(4){-webkit-transform:translateX(-75px);transform:translateX(-75px)}.andes-badge--large.andes-badge--standard{-webkit-border-radius:12px;border-radius:12px}.andes-badge--large.andes-badge--rounded{-webkit-border-top-right-radius:0;border-top-right-radius:0}.andes-badge--large.andes-badge--corner,.andes-badge--large.andes-badge--rounded{-webkit-border-bottom-left-radius:12px;border-bottom-left-radius:12px;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-webkit-border-top-left-radius:0;border-top-left-radius:0}.andes-badge--large.andes-badge--corner{-webkit-border-top-right-radius:12px;border-top-right-radius:12px}.andes-badge--pill{-webkit-border-radius:12px;border-radius:12px;display:inline-block;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:12px;font-weight:600;line-height:8px;overflow:hidden;position:relative;text-align:center}.andes-badge__content{color:#fff;margin:0;padding:8px}.andes-badge--dot{-webkit-border-radius:50%;border-radius:50%;display:inline-block;height:8px;position:relative;width:8px}.andes-badge--generic{background:#737373}.andes-badge--generic--quiet{background:hsla(0,0%,45%,.1);border:0}.andes-badge--generic--quiet.andes-badge--generic.andes-badge--pill{background:rgba(0,0,0,.07)}.andes-badge--generic--quiet.andes-badge--generic.andes-badge--pill .andes-badge__content{color:rgba(0,0,0,.55)}.andes-badge--generic--quiet .andes-badge__content{color:#737373}.andes-badge--notification{-webkit-border-radius:50%;border-radius:50%;height:24px;overflow:hidden;position:relative;width:24px}.andes-badge__icon{height:100%;width:100%}.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--standard{-webkit-border-radius:8px;border-radius:8px;height:16px}.andes-badge--small.andes-badge--rounded{-webkit-border-top-right-radius:0;border-top-right-radius:0}.andes-badge--small.andes-badge--corner,.andes-badge--small.andes-badge--rounded{-webkit-border-bottom-left-radius:8px;border-bottom-left-radius:8px;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-webkit-border-top-left-radius:0;border-top-left-radius:0}.andes-badge--small.andes-badge--corner{-webkit-border-top-right-radius:8px;border-top-right-radius:8px}.andes-badge--small.andes-badge--notification{-webkit-border-radius:50%;border-radius:50%;height:16px;width:16px}.andes-message{-webkit-font-smoothing:antialiased;-webkit-border-radius:6px;border-radius:6px;display:-webkit-flex;display:flex;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:14px;padding:1.1428571429em;position:relative}.andes-message__text,.andes-message__title{color:#fff;font-weight:400}.andes-message__primary-button-closeable{margin-right:26px}.andes-message__close--bottom{top:1.1428571429em}.andes-message__close-button{background-color:transparent;border:0;margin:0;padding:0}.andes-message__secondary-button{margin-left:8px}.andes-message__content{width:100%}.andes-message__content--untitled{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex}.andes-message__badge{display:-webkit-flex;display:flex;margin-right:1.1428571429em}.andes-message__secondary-button--loud{color:#fff!important}.andes-message__secondary-button--loud:hover{background:rgba(0,0,0,.1)!important}.andes-message__secondary-button--loud:active{background:rgba(0,0,0,.25)!important}.andes-message__close-in-line,.andes-message__primary-button-inline{position:absolute;right:1.1428571429em;top:50%;-webkit-transform:translateY(-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:-webkit-flex;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}.andes-message__thumbnail-container .andes-badge{bottom:0;margin:0;position:absolute;right:-2px}.andes-badge--error{background:#f23d4f}.andes-badge--error--quiet{background:rgba(242,61,79,.1);border:0}.andes-badge--error--quiet.andes-badge--generic.andes-badge--pill{background:rgba(0,0,0,.07)}.andes-badge--error--quiet.andes-badge--generic.andes-badge--pill .andes-badge__content{color:rgba(0,0,0,.55)}.andes-badge--error--quiet .andes-badge__content{color:#f23d4f}.andes-message__close--error{cursor:pointer;height:1em;position:relative;position:absolute;right:1.1428571429em;width:1em}.andes-message__close--error:after,.andes-message__close--error:before{background-color:#fff;content:"";cursor:pointer;height:1em;left:.5em;position:absolute;top:0;width:2px}.andes-message__close--error:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.andes-message__close--error:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.andes-message--error{background:#f23d4f}.andes-message--error .andes-message__badge--error{background-color:#d12440}.andes-message__primary-button--error{background-color:#d12440!important}.andes-message__primary-button--error:hover{background:#b31f37!important}.andes-message__primary-button--error:active{background:#90192c!important}.andes-badge--warning{background:#f73}.andes-badge--warning--quiet{background:rgba(255,119,51,.1);border:0}.andes-badge--warning--quiet.andes-badge--generic.andes-badge--pill{background:rgba(0,0,0,.07)}.andes-badge--warning--quiet.andes-badge--generic.andes-badge--pill .andes-badge__content{color:rgba(0,0,0,.55)}.andes-badge--warning--quiet .andes-badge__content{color:#f73}.andes-message__close--warning{cursor:pointer;height:1em;position:relative;position:absolute;right:1.1428571429em;width:1em}.andes-message__close--warning:after,.andes-message__close--warning:before{background-color:#fff;content:"";cursor:pointer;height:1em;left:.5em;position:absolute;top:0;width:2px}.andes-message__close--warning:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.andes-message__close--warning:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.andes-message--warning{background:#f73}.andes-message--warning .andes-message__badge--warning{background-color:#e6540b}.andes-message__primary-button--warning{background-color:#e6540b!important}.andes-message__primary-button--warning:hover{background:#c44809!important}.andes-message__primary-button--warning:active{background:#9d3908!important}.andes-badge--success{background:#00a650}.andes-badge--success--quiet{background:rgba(0,166,80,.1);border:0}.andes-badge--success--quiet.andes-badge--generic.andes-badge--pill{background:rgba(0,0,0,.07)}.andes-badge--success--quiet.andes-badge--generic.andes-badge--pill .andes-badge__content{color:rgba(0,0,0,.55)}.andes-badge--success--quiet .andes-badge__content{color:#00a650}.andes-message__close--success{cursor:pointer;height:1em;position:relative;position:absolute;right:1.1428571429em;width:1em}.andes-message__close--success:after,.andes-message__close--success:before{background-color:#fff;content:"";cursor:pointer;height:1em;left:.5em;position:absolute;top:0;width:2px}.andes-message__close--success:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.andes-message__close--success:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.andes-message--success{background:#00a650}.andes-message--success .andes-message__badge--success{background-color:#008744}.andes-message__primary-button--success{background-color:#008744!important}.andes-message__primary-button--success:hover{background:#006332!important}.andes-message__primary-button--success:active{background:#003b1d!important}.andes-badge--neutral{background:#3483fa}.andes-badge--neutral--quiet{background:rgba(52,131,250,.1);border:0}.andes-badge--neutral--quiet.andes-badge--generic.andes-badge--pill{background:rgba(0,0,0,.07)}.andes-badge--neutral--quiet.andes-badge--generic.andes-badge--pill .andes-badge__content{color:rgba(0,0,0,.55)}.andes-badge--neutral--quiet .andes-badge__content{color:#3483fa}.andes-badge__icon-inner{fill:#fff}.andes-message__close--neutral{cursor:pointer;height:1em;position:relative;position:absolute;right:1.1428571429em;width:1em}.andes-message__close--neutral:after,.andes-message__close--neutral:before{background-color:#fff;content:"";cursor:pointer;height:1em;left:.5em;position:absolute;top:0;width:2px}.andes-message__close--neutral:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.andes-message__close--neutral:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.andes-message--neutral{background:#3483fa}.andes-message--neutral .andes-message__badge--neutral{background-color:#2968c8}.andes-message__primary-button--neutral{background-color:#2968c8!important}.andes-message__primary-button--neutral:hover{background:#2359aa!important}.andes-message__primary-button--neutral:active{background:#1c4789!important}.andes-message__close--quiet{cursor:pointer;height:1em;position:relative;position:absolute;right:1.1428571429em;width:1em}.andes-message__close--quiet:after,.andes-message__close--quiet:before{background-color:rgba(0,0,0,.55);content:"";cursor:pointer;height:1em;left:.5em;position:absolute;top:0;width:2px}.andes-message__close--quiet:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.andes-message__close--quiet:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.andes-message--neutral.andes-message--quiet .andes-message__icon-outer{stroke:#3483fa;fill:#3483fa}.andes-message__border-color--neutral{background-color:#3483fa;-webkit-border-radius:6px 0 0 6px;border-radius:6px 0 0 6px;height:100%;left:0;position:absolute;top:0;width:4px}.andes-message--success.andes-message--quiet .andes-message__icon-outer{stroke:#00a650;fill:#00a650}.andes-message__border-color--success{background-color:#00a650;-webkit-border-radius:6px 0 0 6px;border-radius:6px 0 0 6px;height:100%;left:0;position:absolute;top:0;width:4px}.andes-message--warning.andes-message--quiet .andes-message__icon-outer{stroke:#f73;fill:#f73}.andes-message__border-color--warning{background-color:#f73;-webkit-border-radius:6px 0 0 6px;border-radius:6px 0 0 6px;height:100%;left:0;position:absolute;top:0;width:4px}.andes-message--error.andes-message--quiet .andes-message__icon-outer{stroke:#f23d4f;fill:#f23d4f}.andes-message__border-color--error{background-color:#f23d4f;-webkit-border-radius:6px 0 0 6px;border-radius:6px 0 0 6px;height:100%;left:0;position:absolute;top:0;width:4px}.andes-message--quiet{background:rgba(0,0,0,.07)}.andes-message--quiet .andes-message__text,.andes-message--quiet .andes-message__title{color:#000}.andes-table{-webkit-font-smoothing:antialiased;border:1px solid #ededed;border-collapse:collapse;border-spacing:0;color:rgba(0,0,0,.9);font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:14px;font-weight:400;padding:0;width:100%}.andes-table__header{background-color:#f5f5f5;font-weight:600}.andes-table__head.andes-table__head--sticky{position:-webkit-sticky;position:sticky;top:-2px;z-index:10}.andes-table__column{background-color:#fff;border-bottom:1px solid #ededed;padding:16px 24px;white-space:nowrap}.andes-table__row{border-bottom:16px solid #e6e6e6}.andes-table__row:last-of-type{border:0}.andes-table__body,.andes-table__column,.andes-table__header,.andes-table__row{display:block}.andes-table__link{color:#3483fa}.andes-table__head{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.andes-table__column{display:-webkit-flex;display:flex;white-space:normal}.andes-table__column:before{background-color:#f5f5f5;content:attr(data-title);-webkit-flex-basis:150px;flex-basis:150px;-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0;float:left;font-weight:600;margin:-16px 24px -16px -24px;padding:16px 24px;width:150px}@media(min-width:768px){.andes-table{width:100.1%}.andes-table__head{-webkit-clip-path:none;clip-path:none;height:auto;overflow:auto;position:relative;width:auto}.andes-table__row:hover{background-color:#ededed}.andes-table__column,.andes-table__header{display:table-cell;padding:15px 16px;text-align:left;vertical-align:middle;white-space:normal}.andes-table__column:first-of-type,.andes-table__header:first-of-type{padding:15px 24px}.andes-table__column:last-of-type,.andes-table__header:last-of-type{padding:15px 24px 15px 16px}.andes-table__column:before,.andes-table__header:before{content:"";margin:0;padding:0;width:100%}.andes-table .andes-table__column-checkbox,.andes-table__header-checkbox{width:18px}.andes-table__column--center,.andes-table__header--center{text-align:center}.andes-table__column--right,.andes-table__header--right{text-align:right}.andes-table__row{border:0;display:table-row}.andes-table__body{display:table-row-group}}.andes-table__header--sortable{cursor:pointer}.andes-table__header--sortable:focus{outline:none}.andes-table__header--sortable:hover .andes-table__sort-icon-container svg{opacity:1}.andes-table__header--sorted-asc .andes-table__sort-icon-container svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.andes-table__header--right .andes-table__sort-icon-container{float:left;margin-left:0;margin-right:12px}.andes-table__sort-icon-container{display:inline-block;margin-left:12px;width:16px}.andes-table__sort-icon-container svg{margin-bottom:1px;opacity:0;-webkit-transition:opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;transition:opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;transition:opacity .1s ease-in-out,transform .1s ease-in-out;transition:opacity .1s ease-in-out,transform .1s ease-in-out,-webkit-transform .1s ease-in-out;vertical-align:middle}.andes-table__sort-icon-container svg path{fill:rgba(0,0,0,.25)}.andes-table__sort-icon-container--show-icon svg{opacity:1}.andes-table__sort-icon-container--show-icon svg path{fill:#3483fa}.andes-form-control{-webkit-font-smoothing:antialiased;display:block;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:18px;font-weight:400;padding-top:.6666666667em;position:relative;text-align:left}.andes-form-control__control{position:relative}.andes-form-control__border,.andes-form-control__control,.andes-form-control__field,.andes-form-control__label,.andes-form-control__message{display:block;width:100%}.andes-form-control__label{color:rgba(0,0,0,.55);font-size:1em;line-height:1;-webkit-transition:.2s ease-out;transition:.2s ease-out;-webkit-transition-property:color,-webkit-transform;transition-property:color,-webkit-transform;transition-property:transform,color;transition-property:transform,color,-webkit-transform}.andes-form-control__label-fixed{-webkit-transform:scale(.7777777778) translateY(-135%)!important;transform:scale(.7777777778) translateY(-135%)!important}.andes-form-control__field{background:transparent;border:0;color:rgba(0,0,0,.9);font-family:inherit;font-size:inherit;line-height:normal;margin:8px 0 4px;overflow:hidden;padding:0;resize:none}.andes-form-control__border{background-color:rgba(0,0,0,.25);height:1px;position:relative;width:100%}.andes-form-control__border:after{content:"";height:2px;position:absolute;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transition:-webkit-transform .25s ease;transition:-webkit-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease,-webkit-transform .25s ease;width:100%}.andes-form-control:hover .andes-form-control__label{color:rgba(0,0,0,.55)}.andes-form-control:hover .andes-form-control__border:after{background-color:rgba(0,0,0,.25);-webkit-transform:scaleX(1);transform:scaleX(1)}.andes-form-control__field:focus{outline:0}.andes-form-control--focused .andes-form-control__border:after,.andes-form-control__field:focus+.andes-form-control__border:after{background-color:#3483fa!important;-webkit-transform:scaleX(1);transform:scaleX(1)}.andes-form-control--floated .andes-form-control__label,.andes-form-control--focused .andes-form-control__label{cursor:text}.andes-form-control__message{color:rgba(0,0,0,.55);font-size:14px;line-height:1em;margin-top:.3333333333em;min-height:14px;opacity:0;opacity:1;text-align:left;-webkit-transition:opacity .15s ease-out;transition:opacity .15s ease-out}.andes-form-control--focused .andes-form-control__message,.andes-form-control__message-fixed{opacity:1}.andes-form-control--indeterminate .andes-form-control__border{height:2px}.andes-form-control--indeterminate .andes-form-control__border:after{-webkit-animation:animation-indeterminate;animation:animation-indeterminate;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;background-color:#3483fa;content:"";height:2px;position:absolute;-webkit-transform:scaleX(1);transform:scaleX(1)}@-webkit-keyframes animation-indeterminate{0%{left:0;width:5%}50%{left:15%;width:60%}to{left:101%;width:0}}@keyframes animation-indeterminate{0%{left:0;width:5%}50%{left:15%;width:60%}to{left:101%;width:0}}.andes-form-control--error .andes-form-control__message{color:#f04449;font-weight:600;opacity:1}.andes-form-control--error.andes-form-control--focused .andes-form-control__border:after{background-color:#f04449!important;-webkit-transform:scaleX(1);transform:scaleX(1)}.andes-form-control--error .andes-form-control__border{background-color:#f04449}.andes-form-control--error .andes-form-control__border:after{background-color:#f04449!important;-webkit-transform:scaleX(0);transform:scaleX(0)}.andes-form-control--disabled .andes-form-control__field{color:rgba(0,0,0,.55);cursor:not-allowed}.andes-form-control--disabled .andes-form-control__border{background-color:transparent;background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.25)),color-stop(50%,rgba(0,0,0,.25)),color-stop(50%,transparent));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.25),rgba(0,0,0,.25) 50%,transparent 0);background-image:linear-gradient(90deg,rgba(0,0,0,.25) 0,rgba(0,0,0,.25) 50%,transparent 0);background-position:0 top;background-repeat:repeat-x;-webkit-background-size:6px 100%;background-size:6px 100%}.andes-form-control--disabled .andes-form-control__border:after{display:none}.andes-form-control--completed .andes-form-control__validated-icon{-webkit-animation:show-valid-ckeck .5s;animation:show-valid-ckeck .5s;-webkit-animation-delay:.5s;animation-delay:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1;animation-iteration-count:1;opacity:0;position:absolute;right:0;top:1.5625em}@-webkit-keyframes show-valid-ckeck{0%{opacity:0}to{opacity:1}}@keyframes show-valid-ckeck{0%{opacity:0}to{opacity:1}}.andes-form-control--textfield .andes-form-control__label{color:rgba(0,0,0,.9);cursor:text;font-size:14px;font-weight:400;line-height:1.0714285714em;margin:0 0 .4285714286em .4285714286em;overflow:hidden;text-overflow:ellipsis;-webkit-transform:unset!important;transform:unset!important;-webkit-transition:.2s ease-out;transition:.2s ease-out;-webkit-transition-property:color;transition-property:color;white-space:nowrap}.andes-form-control--textfield .andes-form-control__control{-webkit-align-items:center;align-items:center;background-color:#fff;-webkit-border-radius:.375em;border-radius:.375em;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.25);box-shadow:0 0 0 1px rgba(0,0,0,.25);display:-webkit-flex;display:flex;font-size:16px;min-height:48px}.andes-form-control--textfield .andes-form-control__field{-webkit-border-radius:.375em;border-radius:.375em;font-size:16px;height:22px;line-height:22px;margin:0;padding:.8125em .75em}.andes-form-control--textfield .andes-form-control__field:focus{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.andes-form-control--textfield .andes-form-control__field:focus-visible{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.andes-form-control--textfield .andes-form-control__field::-webkit-input-placeholder{opacity:1}.andes-form-control--textfield .andes-form-control__field::placeholder{color:rgba(0,0,0,.25);font-size:16px;opacity:1}.andes-form-control--textfield .andes-form-control__field::-webkit-input-placeholder{color:rgba(0,0,0,.25);font-size:16px}.andes-form-control--textfield .andes-form-control__field::-moz-placeholder{color:rgba(0,0,0,.25);font-size:16px;opacity:1}.andes-form-control--textfield .andes-form-control__field:-moz-placeholder{opacity:1}.andes-form-control--textfield .andes-form-control__field:-ms-input-placeholder{color:rgba(0,0,0,.25);font-size:16px}.andes-form-control--textfield .andes-form-control__field::-ms-input-placeholder{color:rgba(0,0,0,.25);font-size:16px}.andes-form-control--textfield .andes-form-control__field:-moz-placeholder{color:rgba(0,0,0,.25);font-size:16px}.andes-form-control--textfield .andes-form-control__field--multiline{height:unset}.andes-form-control--textfield .andes-form-control__message{font-size:13px;margin-top:0}.andes-form-control--textfield .andes-form-control__bottom{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;font-size:13px;margin:.6153846154em 0 0 .4615384615em}.andes-form-control--focused .andes-form-control__control{border-color:transparent;box-shadow:0 0 0 .125em #3483fa;-moz-box-shadow:0 0 0 .125em #3483fa;-webkit-box-shadow:0 0 0 .125em #3483fa;outline:none}.andes-form-control__control.visible-focused{border-color:transparent;box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3),inset 0 0 0 2px #3483fa;-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3),inset 0 0 0 2px #3483fa;-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3),inset 0 0 0 2px #3483fa;outline:none}.andes-form-control--textfield:hover .andes-form-control__label{color:rgba(0,0,0,.9)!important}.andes-form-control__message-action{color:#3483fa;cursor:pointer;margin-left:.3em}.andes-form-control__message-action:hover{text-decoration:underline}.andes-form-control__label,.andes-form-control__message{font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif}.sr-only{clip:rect(0 0 0 0);border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:0 -1px -1px 0;overflow:hidden;padding:0;position:absolute;width:1px}.andes-form-control--textfield.andes-form-control--error .andes-form-control__label{color:#f23d4f!important}.andes-form-control--textfield.andes-form-control--error .andes-form-control__control{-webkit-box-shadow:0 0 0 1px #f23d4f;box-shadow:0 0 0 1px #f23d4f}.andes-form-control--textfield.andes-form-control--error .andes-form-control__error-icon{font-size:13px;margin-right:.4615384615em}.andes-form-control--textfield.andes-form-control--error.andes-form-control--focused .andes-form-control__control{border-color:transparent;-webkit-box-shadow:0 0 0 .125em #f23d4f;box-shadow:0 0 0 .125em #f23d4f;outline:none}.andes-form-control--numeric.andes-form-control--error .andes-form-control__label,.andes-form-control--textfield.andes-form-control--error:hover .andes-form-control__label{color:#f23d4f!important}.andes-form-control--numeric.andes-form-control--error .andes-form-control__control{-webkit-box-shadow:0 0 0 1px #f23d4f;box-shadow:0 0 0 1px #f23d4f}.andes-form-control--numeric.andes-form-control--error .andes-form-control__error-icon{font-size:13px;margin-right:.4615384615em}.andes-form-control--numeric.andes-form-control--error.andes-form-control--focused .andes-form-control__control{border-color:transparent;-webkit-box-shadow:0 0 0 .125em #f23d4f;box-shadow:0 0 0 .125em #f23d4f;outline:none}.andes-form-control--numeric.andes-form-control--error:hover .andes-form-control__label{color:#f23d4f!important}.andes-form-control--textfield .andes-form-control__validated-icon{margin-right:.75em;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.andes-form-control--textfield .andes-form-control__clear-icon{-webkit-align-items:center;align-items:center;background-color:transparent;border:0;cursor:pointer;display:-webkit-flex;display:flex;font-size:13px;margin-right:.75em;padding:0}.andes-form-control--textfield .andes-form-control__clear-icon:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-form-control--textfield .andes-form-control__clear-icon:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-form-control--textfield .andes-form-control__clear-icon:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-form-control--textfield.andes-form-control--disabled .andes-form-control__label{color:rgba(0,0,0,.25)!important}.andes-form-control--textfield.andes-form-control--disabled .andes-form-control__split-button{border-right:1px solid rgba(0,0,0,.1);cursor:not-allowed}.andes-form-control--textfield.andes-form-control--disabled .andes-form-control__split-button .andes-form-control__split-button-content{color:rgba(0,0,0,.25)}.andes-form-control--textfield.andes-form-control--disabled .andes-form-control__control{background-color:rgba(0,0,0,.05);border:1px dashed rgba(0,0,0,.25);-webkit-box-shadow:none;box-shadow:none}.andes-form-control--textfield.andes-form-control--disabled .andes-form-control__field{color:rgba(0,0,0,.25)}.andes-form-control--textfield.andes-form-control--disabled .andes-form-control__field.andes-form-control__split-field{cursor:not-allowed}.andes-form-control--textfield.andes-form-control--disabled .andes-form-control__field.andes-form-control__split-field .andes-form-control__control{background-color:transparent;border:0}.andes-form-control--textfield.andes-form-control--readonly .andes-form-control__label{color:rgba(0,0,0,.25)!important}.andes-form-control--textfield.andes-form-control--readonly .andes-form-control__control{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.andes-form-control--textfield.andes-form-control--readonly .andes-form-control__field{padding-left:.4285714286em}.andes-form-control--textfield.andes-form-control--readonly .andes-form-control__field.andes-form-control__split-field{cursor:default}.andes-form-control--countdown .andes-form-control__message{width:78%}.andes-form-control--countdown .andes-form-control__countdown{color:rgba(0,0,0,.55);float:right;font-size:13px;line-height:1;text-align:right;width:22%}.andes-progress-indicator-circular--xsmall{stroke-width:2px;height:16px;width:16px}.andes-form-control--textfield-progress{stroke-width:6px;height:18px;right:4%;width:18px}.andes-form-control--textfield .andes-form-control__field{-webkit-flex-grow:1;flex-grow:1;width:auto}.andes-form-control--textfield .andes-button--transparent{margin:8px 12px 8px 0;width:-webkit-max-content;width:-moz-max-content;width:max-content}.andes-form-control--textfield .andes-checkbox--embedded{display:inline-block;margin:0 18px 3px 6px}.andes-form-control--textfield .andes-checkbox--embedded .andes-checkbox__input{top:5px}.andes-form-control--textfield .andes-checkbox--embedded .andes-checkbox__input:focus{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.andes-form-control--textfield .andes-checkbox--embedded .andes-checkbox__input:focus-visible{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.andes-form-control--textfield .andes-checkbox--embedded .andes-checkbox__input:before{line-height:0;top:75%}.andes-form-control--textfield .andes-checkbox--embedded .andes-checkbox__input:focus-visible:before{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3)}.andes-form-control--textfield .andes-checkbox--embedded .andes-checkbox__input:focus-visible:after{opacity:0}.andes-form-control--textfield .andes-checkbox--embedded .andes-checkbox__background{top:-3px}.andes-form-control--textfield .andes-tooltip__trigger{display:-webkit-flex;display:flex;margin-right:16px}.andes-form-control--textfield .andes-form-control__embedded{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;z-index:1}.andes-form-control--numeric{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.andes-form-control--numeric .andes-form-control--focused .andes-form-control__control{border-color:transparent;box-shadow:0 0 0 .125em #3483fa;-moz-box-shadow:0 0 0 .125em #3483fa;-webkit-box-shadow:0 0 0 .125em #3483fa;outline:none}.andes-form-control--numeric .andes-form-control--visible-focused .andes-form-control__control{border-color:transparent;box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3),inset 0 0 0 2px #3483fa;-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3),inset 0 0 0 2px #3483fa;-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3),inset 0 0 0 2px #3483fa;outline:none}.andes-form-control--numeric:hover .andes-form-control__message{opacity:1}.andes-form-control--numeric .andes-form-control{padding-top:0}.andes-form-control--numeric .andes-form-control__label{color:rgba(0,0,0,.9);cursor:text;font-size:14px;font-weight:400;line-height:1.0714285714em;margin:0 0 .4285714286em .4285714286em;overflow:hidden;text-overflow:ellipsis;-webkit-transform:unset!important;transform:unset!important;-webkit-transition:.2s ease-out;transition:.2s ease-out;-webkit-transition-property:color;transition-property:color;white-space:nowrap}.andes-form-control--numeric-wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;flex-wrap:wrap}.andes-form-control--numeric .andes-form-control--textfield{width:40px}.andes-form-control--numeric .andes-form-control__field{text-align:center}.andes-form-control--numeric .andes-form-control__field::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.andes-form-control--numeric .andes-form-control__textfield-space{margin-right:8px}.andes-form-control--numeric .andes-form-control__textfield-space--big{margin-right:16px}.andes-form-control--numeric .andes-form-control__textfield-space:last-child{margin-right:0}.andes-form-control--numeric .andes-form-control__message{font-size:13px;margin-top:0}.andes-form-control--numeric .andes-form-control__bottom{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;font-size:13px;margin:.6153846154em 0 0 .4615384615em}.andes-form-control--textfield:last-child{margin-right:0}.andes-form-control--centered .andes-form-control--numeric-wrapper{margin:0 auto}.andes-form-control__prefix,.andes-form-control__suffix{-webkit-align-items:center;align-items:center;color:rgba(0,0,0,.55);display:-webkit-flex;display:flex;font-size:16px;opacity:1;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out;white-space:nowrap}.andes-form-control__suffix{margin-left:-.25em;margin-right:.75em;text-align:right}.andes-form-control__prefix{margin-left:.75em;margin-right:-.25em;text-align:left}.andes-form-control--centered .andes-form-control__label{margin-left:0;text-align:center;-webkit-transform-origin:inherit;transform-origin:inherit}.andes-form-control--centered .andes-form-control__field,.andes-form-control--centered .andes-form-control__message{text-align:center}.andes-form-control--centered .andes-form-control__bottom{margin-left:0}.andes-form-control--centered .andes-form-control__field::-webkit-input-placeholder{text-align:center}.andes-form-control--centered .andes-form-control__field::-moz-placeholder{text-align:center}.andes-form-control--centered .andes-form-control__field::placeholder{text-align:center}.andes-form-control--sectioned .andes-form-control__control{display:-webkit-flex;display:flex}.andes-form-control--password.andes-form-control--focused .andes-form-control__control{border-color:transparent;box-shadow:0 0 0 .125em #3483fa;-moz-box-shadow:0 0 0 .125em #3483fa;-webkit-box-shadow:0 0 0 .125em #3483fa;outline:none}.andes-form-control--password.andes-form-control--focused .andes-form-control__control.visible-focused{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3),inset 0 0 0 2px #3483fa;-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3),inset 0 0 0 2px #3483fa;-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3),inset 0 0 0 2px #3483fa}.andes-form-control--password .andes-form-control__message{opacity:1}.andes-form-control__password-embedded{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;padding-right:.75em}.andes-form-control__password-value{color:rgba(0,0,0,.9)}.andes-form-control__password-value.hide{display:none}.andes-form-control__password-link{color:#3483fa;cursor:pointer;font-size:12px;outline:0;text-transform:uppercase}.andes-form-control__password-link:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-form-control__password-link:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-form-control__password-link:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-form-control__password-link.hide{display:none}.andes-widther{width:256px}.andes-width--25{max-width:none;width:25%}.andes-width--50{max-width:none;width:50%}.andes-width--75{max-width:none;width:75%}.andes-width--100{max-width:none;width:100%}.andes-width--150{max-width:none;width:150%}.andes-width--200{max-width:none;width:200%}.andes-floating-menu.andes-floating-menu--multiple .andes-checkbox{-webkit-align-self:center;align-self:center;min-height:20px;min-width:20px;padding:0 16px 0 0;pointer-events:none}.andes-floating-menu.andes-floating-menu--multiple .andes-list__item-with-secondary.andes-list__item--size-medium .andes-checkbox{top:-.85em}.andes-floating-menu.andes-floating-menu--multiple .andes-list__item-with-secondary.andes-list__item--size-large .andes-checkbox{top:-1em}.andes-floating-menu.andes-floating-menu--multiple .andes-list__item-with-image.andes-list__item--size-large .andes-checkbox,.andes-floating-menu.andes-floating-menu--multiple .andes-list__item-with-image.andes-list__item--size-medium .andes-checkbox{top:0}.andes-floating-menu.andes-floating-menu--multiple .andes-list__item-asset,.andes-floating-menu.andes-floating-menu--multiple .andes-list__item-selection-control{display:-webkit-flex;display:flex}.andes-dropdown{-webkit-font-smoothing:antialiased;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1;position:relative}.andes-dropdown.andes-form-control--disabled:hover:not(.andes-form-control__split-button) path,.andes-dropdown.andes-form-control--disabled:hover:not(.andes-form-control__split-button) svg,.andes-dropdown.andes-form-control--disabled:not(.andes-form-control__split-button) path,.andes-dropdown.andes-form-control--disabled:not(.andes-form-control__split-button) svg{fill:rgba(0,0,0,.25)}.andes-dropdown.andes-form-control--disabled:hover:not(.andes-form-control__split-button) .andes-floating-menu .andes-dropdown__trigger,.andes-dropdown.andes-form-control--disabled:not(.andes-form-control__split-button) .andes-floating-menu .andes-dropdown__trigger{color:rgba(0,0,0,.25);cursor:default}.andes-dropdown.andes-form-control--disabled:hover:not(.andes-form-control__split-button) .andes-form-control__message,.andes-dropdown.andes-form-control--disabled:not(.andes-form-control__split-button) .andes-form-control__message{color:rgba(0,0,0,.25)}.andes-dropdown__menu .andes-list__item{outline:none}.andes-dropdown__menu .andes-list__item:focus{box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-dropdown__menu .andes-list__item:focus-visible{box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-dropdown__menu .andes-list__item:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-dropdown .andes-form-control__placeholder,.andes-dropdown__display-values{line-height:1.25}.andes-dropdown__chevron{display:-webkit-flex;display:flex}.andes-dropdown__chevron svg{-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.andes-dropdown__chevron path,.andes-dropdown__chevron svg{fill:#3483fa}.andes-dropdown__field{position:relative}.andes-dropdown.andes-dropdown--standalone .andes-floating-menu .andes-dropdown__trigger{-webkit-box-shadow:none;box-shadow:none}.andes-dropdown.andes-dropdown--open .andes-floating-menu .andes-dropdown__trigger{-webkit-box-shadow:inset 0 0 0 2px #3483fa;box-shadow:inset 0 0 0 2px #3483fa}.andes-dropdown__arrow-container{position:absolute;right:-4px;top:-1px}.andes-dropdown__no-results{color:rgba(0,0,0,.55);font-size:14px;height:18px;padding:18px 16px}.andes-dropdown__search-box{padding:16px 16px 4px}.andes-dropdown--open .andes-dropdown__chevron svg,.andes-dropdown--open .andes-dropdown__standalone-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.andes-dropdown .andes-floating-menu .andes-dropdown__trigger{-webkit-align-items:center;align-items:center;background:none;border:0;-webkit-border-radius:.375em;border-radius:.375em;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.25);box-shadow:0 0 0 1px rgba(0,0,0,.25);color:rgba(0,0,0,.9);cursor:pointer;display:-webkit-flex;display:flex;font:inherit;font-size:18px;margin:0;outline:0;padding:4px 6px;-webkit-transition:color .18s ease-out;transition:color .18s ease-out}.andes-dropdown .andes-floating-menu .andes-dropdown__trigger:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-dropdown .andes-floating-menu .andes-dropdown__trigger:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-dropdown .andes-floating-menu .andes-dropdown__trigger:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-dropdown .andes-floating-menu .andes-dropdown__trigger::-moz-focus-inner{border:0}.andes-dropdown .andes-floating-menu .andes-dropdown__trigger:hover{color:#3483fa}.andes-dropdown .andes-floating-menu .andes-dropdown__trigger .andes-dropdown__standalone-arrow{margin:4px 0 0 2px;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.andes-dropdown .andes-floating-menu .andes-dropdown__trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.andes-dropdown .andes-floating-menu .andes-form-control__field:focus~.andes-dropdown__arrow-container path,.andes-dropdown .andes-floating-menu .andes-form-control__field:focus~.andes-dropdown__arrow-container svg{fill:#3483fa}.andes-dropdown .andes-floating-menu .andes-dropdown__menu{-webkit-border-radius:.375em;border-radius:.375em}.andes-dropdown .andes-floating-menu .andes-dropdown__menu li:first-child{-webkit-border-top-left-radius:.375em;border-top-left-radius:.375em;-webkit-border-top-right-radius:.375em;border-top-right-radius:.375em}.andes-dropdown .andes-floating-menu .andes-dropdown__menu li:last-child{-webkit-border-bottom-left-radius:.375em;border-bottom-left-radius:.375em;-webkit-border-bottom-right-radius:.375em;border-bottom-right-radius:.375em}.andes-dropdown .andes-floating-menu .andes-form-control--search-box .andes-form-control__field{margin:0}.andes-dropdown .andes-floating-menu .andes-popper{opacity:0}.andes-dropdown .andes-floating-menu.andes-floating-menu--show .andes-popper{opacity:1}.andes-tag{-webkit-align-items:center;align-items:center;background-color:transparent;border:1.2px solid rgba(0,0,0,.25);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,.9);display:-webkit-inline-flex;display:inline-flex;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-weight:400;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:auto}.andes-tag--small{-webkit-border-radius:1em;border-radius:1em;font-size:12px;height:2em;padding:0 .3333333333em}.andes-tag--small .andes-tag__label{font-size:inherit;padding:0 .3333333333em}.andes-tag--small .andes-tag__close{font-size:inherit;height:1.3333333333em;margin-left:-.1666666667em;width:1.3333333333em}.andes-tag--small .andes-tag__child{padding:0 .3333333333em}.andes-tag--small .andes-tag__avatar{height:1.3333333333em;width:1.3333333333em}.andes-tag--small .andes-tag__avatar-text-container{font-size:.6666666667em}.andes-tag--large{-webkit-border-radius:1.1428571429em;border-radius:1.1428571429em;font-size:14px;height:2.2857142857em;padding:0 .2857142857em}.andes-tag--large .andes-tag__label{font-size:inherit;padding:0 .5714285714em}.andes-tag--large .andes-tag__close{font-size:inherit;height:1.7142857143em;margin-left:-.2857142857em;width:1.7142857143em}.andes-tag--large .andes-tag__child{padding:0 .5714285714em}.andes-tag--large .andes-tag__avatar{height:1.7142857143em;width:1.7142857143em}.andes-tag--large .andes-tag__avatar-text-container{font-size:.8571428571em}.andes-tag__label{color:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.andes-tag__close{-webkit-align-items:center;align-items:center;background-color:transparent;border:0;-webkit-border-radius:50%;border-radius:50%;cursor:pointer;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;outline:none;padding:0;-webkit-transition:background-color .1s ease-out;transition:background-color .1s ease-out}.andes-tag__close:hover{background-color:rgba(0,0,0,.1);-webkit-transition:background-color .1s ease-in;transition:background-color .1s ease-in}.andes-tag__close:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-tag__close:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-tag__close:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-tag--disabled{border-color:rgba(0,0,0,.1)}.andes-tag--disabled .andes-tag__label{color:rgba(0,0,0,.25)}.andes-tag--disabled .andes-tag__close{cursor:default}.andes-tag--disabled .andes-tag__close:hover{background-color:transparent}.andes-tag--disabled .andes-tag__avatar-icon-container,.andes-tag--disabled .andes-tag__avatar-text-container{color:rgba(0,0,0,.25)}.andes-tag__avatar{-webkit-align-items:center;align-items:center;-webkit-border-radius:50%;border-radius:50%;display:-webkit-flex;display:flex;-webkit-flex-shrink:0;flex-shrink:0;-webkit-justify-content:center;justify-content:center;overflow:hidden}.andes-tag__avatar-icon-container,.andes-tag__avatar-image,.andes-tag__avatar-text-container{-webkit-border-radius:inherit;border-radius:inherit;height:100%;width:100%}.andes-tag__avatar-icon-container,.andes-tag__avatar-text-container{-webkit-align-items:center;align-items:center;background-color:rgba(0,0,0,.1);color:rgba(0,0,0,.55);display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.andes-tag__avatar-icon-container>*{height:1em;width:1em}.andes-tag__avatar-text-container{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.andes-tag__avatar-image{-o-object-fit:contain;object-fit:contain;visibility:hidden}.andes-tag__avatar-image--loaded{visibility:visible}.andes-tag__avatar-image--landscape{max-height:100%;max-width:none}.andes-tag--selectable:hover{background-color:rgba(0,0,0,.04)}.andes-tag--clickable{cursor:pointer}.andes-tag--clickable:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-tag--clickable:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-tag--clickable:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-tag__icon-container{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.andes-tag-collapsed__list{list-style:none;margin:0;padding:0}.andes-tag-collapsed__list-main{display:-webkit-flex;display:flex;width:-webkit-min-content;width:-moz-min-content;width:min-content}.andes-tag-collapsed__list-item{display:-webkit-inline-flex;display:inline-flex}.andes-tag-collapsed__wrap{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.andes-tag-collapsed__more{background-color:#fff;-webkit-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,.1);box-shadow:0 8px 16px 0 rgba(0,0,0,.1);display:block;padding:8px;width:200px}.andes-tag-collapsed__more .andes-tag--large{margin:4px}.andes-tag-collapsed__more .andes-tag--small{margin:3px}.andes-tag-collapsed__more .andes-tag__label{max-width:148px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.andes-tag-collapsed .andes-tag--large{margin-right:8px}.andes-tag-collapsed .andes-tag--small{margin-right:6px}.andes-dropdown.andes-dropdown--multiple .andes-checkbox{-webkit-align-self:center;align-self:center;min-height:20px;min-width:20px;padding:0 16px 0 0;pointer-events:none}.andes-dropdown.andes-dropdown--multiple .andes-popper{opacity:1}.andes-dropdown.andes-dropdown--multiple .andes-dropdown__display-container{display:-webkit-inline-flex;display:inline-flex;left:12px;position:absolute;top:33px}.andes-dropdown.andes-dropdown--multiple .andes-list__item-with-secondary.andes-list__item--size-medium .andes-checkbox{top:-.85em}.andes-dropdown.andes-dropdown--multiple .andes-list__item-with-secondary.andes-list__item--size-large .andes-checkbox{top:-1em}.andes-dropdown.andes-dropdown--multiple .andes-list__item-with-image.andes-list__item--size-large .andes-checkbox,.andes-dropdown.andes-dropdown--multiple .andes-list__item-with-image.andes-list__item--size-medium .andes-checkbox{top:0}.andes-dropdown.andes-dropdown--multiple .andes-list__item-asset,.andes-dropdown.andes-dropdown--multiple .andes-list__item-selection-control{display:-webkit-flex;display:flex}.andes-dropdown.andes-dropdown--form{padding-top:15px}.andes-dropdown.andes-dropdown--form.andes-dropdown--open .andes-dropdown__arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.andes-dropdown.andes-dropdown--form.andes-dropdown--open.andes-form-control--error .andes-dropdown__trigger{-webkit-box-shadow:0 0 0 2px #f23d4f;box-shadow:0 0 0 2px #f23d4f}.andes-dropdown.andes-dropdown--form .andes-form-control__label{color:rgba(0,0,0,.9);font-size:14px;margin-left:4px;position:absolute;top:0}.andes-dropdown.andes-dropdown--form .andes-form-control__message{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;font-size:13px;line-height:.7692307692em;margin-left:4px;margin-top:0;min-height:unset}.andes-dropdown.andes-dropdown--form .andes-form-control__message .andes-dropdown__error-icon{background-color:#f23d4f;-webkit-border-radius:50%;border-radius:50%;height:12px;margin-right:6px;width:12px}.andes-dropdown.andes-dropdown--form .andes-floating-menu .andes-form-control__placeholder{color:rgba(0,0,0,.55)}.andes-dropdown.andes-dropdown--form .andes-floating-menu .andes-dropdown__trigger{-webkit-align-items:center;align-items:center;color:rgba(0,0,0,.9);display:-webkit-flex;display:flex;font-size:16px;-webkit-justify-content:flex-end;justify-content:flex-end;line-height:1.375em;margin:.375em 0 .5em;min-height:48px;padding:.8125em .75em;position:relative;text-align:left;width:100%}.andes-dropdown.andes-dropdown--form .andes-floating-menu .andes-dropdown__trigger:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-dropdown.andes-dropdown--form .andes-floating-menu .andes-dropdown__trigger:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-dropdown.andes-dropdown--form .andes-floating-menu .andes-dropdown__trigger:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-dropdown.andes-dropdown--form .andes-floating-menu .andes-dropdown__trigger span{overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.andes-dropdown.andes-dropdown--form .andes-floating-menu .andes-dropdown__trigger:focus:not(:focus-visible){-webkit-box-shadow:inset 0 0 0 2px #3483fa;box-shadow:inset 0 0 0 2px #3483fa}.andes-dropdown.andes-dropdown--form .andes-floating-menu .andes-form-control--search-box .andes-form-control__field{margin:0}.andes-dropdown.andes-dropdown--form .andes-floating-menu .andes-form-control__field{margin:8px 0 6px}.andes-dropdown.andes-dropdown--form .andes-floating-menu .andes-form-control__field option{padding:0}.andes-dropdown.andes-dropdown--form .andes-floating-menu .andes-form-control__field::-moz-focus-inner{border:0;padding:0}.andes-dropdown.andes-dropdown--form .andes-floating-menu .andes-form-control__field:focus{outline:0}.andes-dropdown.andes-dropdown--form .andes-floating-menu .andes-form-control__field:-moz-focusring{color:transparent;text-shadow:0 0 0 rgba(0,0,0,.9)}.andes-dropdown--form.andes-form-control--error .andes-dropdown__trigger{-webkit-box-shadow:0 0 0 1px #f23d4f;box-shadow:0 0 0 1px #f23d4f}.andes-dropdown--form.andes-form-control--error .andes-dropdown__trigger:focus{-webkit-box-shadow:0 0 0 2px #f23d4f;box-shadow:0 0 0 2px #f23d4f}.andes-dropdown--form.andes-form-control--error .andes-dropdown__chevron path,.andes-dropdown--form.andes-form-control--error .andes-dropdown__chevron svg{fill:#f23d4f}.andes-dropdown--form.andes-form-control--error .andes-form-control__label,.andes-dropdown--form.andes-form-control--error .andes-form-control__message{color:#f23d4f}.andes-dropdown--form.andes-form-control--disabled .andes-dropdown__trigger,.andes-form-control--disabled:hover .andes-dropdown__trigger{background-color:rgba(0,0,0,.02);border:1px dashed rgba(0,0,0,.25);-webkit-box-shadow:none;box-shadow:none;color:rgba(0,0,0,.25);cursor:default;padding:.75em}.andes-dropdown--form.andes-form-control--disabled .andes-dropdown__trigger:focus,.andes-form-control--disabled:hover .andes-dropdown__trigger:focus{border:1px dashed rgba(0,0,0,.25);-webkit-box-shadow:none;box-shadow:none}.andes-dropdown--form.andes-form-control--disabled .andes-dropdown__trigger .andes-dropdown__display-values,.andes-dropdown--form.andes-form-control--disabled .andes-form-control__label,.andes-form-control--disabled:hover .andes-dropdown__trigger .andes-dropdown__display-values,.andes-form-control--disabled:hover .andes-form-control__label{color:rgba(0,0,0,.25)}.andes-dropdown--form.andes-form-control--disabled.andes-dropdown--standalone .andes-dropdown__trigger,.andes-form-control--disabled:hover.andes-dropdown--standalone .andes-dropdown__trigger{background:none;border:0;padding:4px 6px}.andes-form-control__field.andes-form-control__split-field{cursor:text;display:-webkit-flex;display:flex;height:48px;padding:0 .75em}.andes-form-control__field.andes-form-control__split-field.andes-form-control__split-field--readonly.andes-form-control__split-field--left{padding-left:0}.andes-form-control__field.andes-form-control__split-field .andes-form-control__control{-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.andes-form-control__field.andes-form-control__split-field .andes-form-control__control input{padding:0}.andes-form-control--split .andes-form-control__control--visible-focused{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3),inset 0 0 0 2px #3483fa;-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3),inset 0 0 0 2px #3483fa;-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3),inset 0 0 0 2px #3483fa}.andes-form-control--split .andes-form-control__control--visible-focused .andes-form-control__control{background-color:transparent}.andes-form-control__split-button{-webkit-align-items:center;align-items:center;border-right:1px solid rgba(0,0,0,.25);cursor:pointer;display:-webkit-flex;display:flex;height:36px;padding:0 0 0 6px}.andes-form-control__split-button--right{border-left:1px solid rgba(0,0,0,.25);border-right:0;padding:0 4px 0 2px}.andes-form-control__split-button--readonly{border:0;cursor:default;margin-left:3px;padding-right:0;pointer-events:none}.andes-form-control__split-button--readonly .andes-dropdown__standalone-arrow{display:none}.andes-form-control__split-button.andes-dropdown.andes-dropdown--standalone .andes-floating-menu .andes-dropdown__trigger{background-color:transparent;border:0;font-size:16px;padding:4px 9px 5px 2px}.andes-form-control__split-button.andes-dropdown.andes-dropdown--standalone .andes-floating-menu .andes-dropdown__trigger .andes-dropdown__display-values{margin-left:1px;margin-right:4px}.andes-form-control__split-button.andes-dropdown.andes-dropdown--standalone .andes-dropdown__standalone-arrow{height:16px;padding-bottom:1px;-webkit-transform:scale(1.5);transform:scale(1.5);width:16px}.andes-form-control__split-button.andes-dropdown.andes-dropdown--standalone.andes-dropdown--open .andes-dropdown__standalone-arrow{-webkit-transform:scale(1.5) rotate(180deg);transform:scale(1.5) rotate(180deg)}.andes-form-control--disabled.andes-form-control__split-button .andes-floating-menu .andes-dropdown__trigger{color:rgba(0,0,0,.25);cursor:not-allowed}.andes-form-control--disabled.andes-form-control__split-button .andes-floating-menu .andes-dropdown__trigger .andes-dropdown__standalone-arrow path{fill:rgba(0,0,0,.25)}.andes-form-control--disabled.andes-form-control__split-button.andes-form-control__split-button--readonly .andes-floating-menu .andes-dropdown__trigger{color:rgba(0,0,0,.9);cursor:not-allowed;padding-right:0}.andes-form-control__split-button-content{color:rgba(0,0,0,.9);font-size:16px;margin-right:4px;outline:0;white-space:nowrap}.andes-form-control__split-button-content--icon{margin-right:6px}.andes-form-control__split-button-content--icon-disabled{opacity:.4}main{-webkit-font-smoothing:antialiased}.ui-pdp-color--GREEN{color:#00a650}.ui-pdp-color--GREEN_60{color:#008744}.ui-pdp-color--GRAY{color:rgba(0,0,0,.55)}.ui-pdp-color--GRAY_40{color:rgba(0,0,0,.04)}.ui-pdp-color--LIGHT_GRAY{color:rgba(0,0,0,.07)}.ui-pdp-color--BLACK{color:rgba(0,0,0,.9)}.ui-pdp-color--BLACK_100{color:#000}.ui-pdp-color--RED{color:#f23d4f}.ui-pdp-color--RED_600{color:#d12440}.ui-pdp-color--ORANGE{color:#f73}.ui-pdp-color--ORANGE_200{color:rgba(255,119,51,.2)}.ui-pdp-color--ORANGE_600{color:#e6540b}.ui-pdp-color--ORANGE_MEDIUM{color:#d98900}.ui-pdp-color--BLUE{color:#3483fa}.ui-pdp-color--BLUE_600{color:#2968c8}.ui-pdp-color--BLUE_700{color:#1f4e96}.ui-pdp-color--WHITE{color:#fff}.ui-pdp-color--LIGHT_BROWN{color:#a47b2e}.ui-pdp-background-color--GREEN{background-color:#00a650}.ui-pdp-background-color--GREEN_60{background-color:#008744}.ui-pdp-background-color--GRAY{background-color:rgba(0,0,0,.55)}.ui-pdp-background-color--GRAY_40{background-color:rgba(0,0,0,.04)}.ui-pdp-background-color--LIGHT_GRAY{background-color:rgba(0,0,0,.07)}.ui-pdp-background-color--MEDIUM_GRAY{background-color:rgba(0,0,0,.25)}.ui-pdp-background-color--LIGHT_GRAY{background-color:rgba(0,0,0,.1)}.ui-pdp-background-color--BLACK{background-color:rgba(0,0,0,.9)}.ui-pdp-background-color--BLACK_10{background-color:rgba(0,0,0,.1)}.ui-pdp-background-color--RED{background-color:#f23d4f}.ui-pdp-background-color--RED_600{background-color:#d12440}.ui-pdp-background-color--ORANGE{background-color:#f73}.ui-pdp-background-color--ORANGE_200{background-color:rgba(255,119,51,.2)}.ui-pdp-background-color--ORANGE_600{background-color:#e6540b}.ui-pdp-background-color--BLUE{background-color:#3483fa}.ui-pdp-background-color--BLUE_700{background-color:#1f4e96}.ui-pdp-background-color--LIGHT_BLUE{background-color:rgba(65,137,230,.2)}.ui-pdp-background-color--BLUE_10{background-color:rgba(65,137,230,.1)}.ui-pdp-background-color--LIGHT_YELLOW{background-color:#fff1cb}.ui-pdp-background-color--VIOLET_600{background-color:#ba0095}.ui-pdp-size--XXXSMALL{font-size:10px}.ui-pdp-size--XXSMALL{font-size:12px}.ui-pdp-size--XSMALL{font-size:14px}.ui-pdp-size--SMALL{font-size:16px}.ui-pdp-size--MEDIUM{font-size:18px}.ui-pdp-size--LARGE{font-size:20px}.ui-pdp-size--XLARGE{font-size:24px}.ui-pdp-size--XXLARGE{font-size:28px}.ui-pdp-family--LIGHT{font-weight:300}.ui-pdp-family--REGULAR{font-weight:400}.ui-pdp-family--SEMIBOLD{font-weight:600}.ui-pdp-family--BOLD{font-weight:700}.ui-pdp-background-color--LIGHT_ORANGE{background-color:rgba(255,119,51,.1)}.ui-pdp-background-color--LIGHT_GREEN{background-color:rgba(0,166,80,.1)}.ui-vpp-text-alignment--center{margin:0 auto;text-align:center;width:100%}.m-0{margin:0}.p-0{padding:0}.mt-0{margin-top:0}.pt-0{padding-top:0}.mb-0{margin-bottom:0}.pb-0{padding-bottom:0}.ml-0{margin-left:0}.pl-0{padding-left:0}.mr-0{margin-right:0}.pr-0{padding-right:0}.m-2{margin:2px}.p-2{padding:2px}.mt-2{margin-top:2px}.pt-2{padding-top:2px}.mb-2{margin-bottom:2px}.pb-2{padding-bottom:2px}.ml-2{margin-left:2px}.pl-2{padding-left:2px}.mr-2{margin-right:2px}.pr-2{padding-right:2px}.m-4{margin:4px}.p-4{padding:4px}.mt-4{margin-top:4px}.pt-4{padding-top:4px}.mb-4{margin-bottom:4px}.pb-4{padding-bottom:4px}.ml-4{margin-left:4px}.pl-4{padding-left:4px}.mr-4{margin-right:4px}.pr-4{padding-right:4px}.m-5{margin:5px}.p-5{padding:5px}.mt-5{margin-top:5px}.pt-5{padding-top:5px}.mb-5{margin-bottom:5px}.pb-5{padding-bottom:5px}.ml-5{margin-left:5px}.pl-5{padding-left:5px}.mr-5{margin-right:5px}.pr-5{padding-right:5px}.m-8{margin:8px}.p-8{padding:8px}.mt-8{margin-top:8px}.pt-8{padding-top:8px}.mb-8{margin-bottom:8px}.pb-8{padding-bottom:8px}.ml-8{margin-left:8px}.pl-8{padding-left:8px}.mr-8{margin-right:8px}.pr-8{padding-right:8px}.m-10{margin:10px}.p-10{padding:10px}.mt-10{margin-top:10px}.pt-10{padding-top:10px}.mb-10{margin-bottom:10px}.pb-10{padding-bottom:10px}.ml-10{margin-left:10px}.pl-10{padding-left:10px}.mr-10{margin-right:10px}.pr-10{padding-right:10px}.m-12{margin:12px}.p-12{padding:12px}.mt-12{margin-top:12px}.pt-12{padding-top:12px}.mb-12{margin-bottom:12px}.pb-12{padding-bottom:12px}.ml-12{margin-left:12px}.pl-12{padding-left:12px}.mr-12{margin-right:12px}.pr-12{padding-right:12px}.m-14{margin:14px}.p-14{padding:14px}.mt-14{margin-top:14px}.pt-14{padding-top:14px}.mb-14{margin-bottom:14px}.pb-14{padding-bottom:14px}.ml-14{margin-left:14px}.pl-14{padding-left:14px}.mr-14{margin-right:14px}.pr-14{padding-right:14px}.m-15{margin:15px}.p-15{padding:15px}.mt-15{margin-top:15px}.pt-15{padding-top:15px}.mb-15{margin-bottom:15px}.pb-15{padding-bottom:15px}.ml-15{margin-left:15px}.pl-15{padding-left:15px}.mr-15{margin-right:15px}.pr-15{padding-right:15px}.m-16{margin:16px}.p-16{padding:16px}.mt-16{margin-top:16px}.pt-16{padding-top:16px}.mb-16{margin-bottom:16px}.pb-16{padding-bottom:16px}.ml-16{margin-left:16px}.pl-16{padding-left:16px}.mr-16{margin-right:16px}.pr-16{padding-right:16px}.m-20{margin:20px}.p-20{padding:20px}.mt-20{margin-top:20px}.pt-20{padding-top:20px}.mb-20{margin-bottom:20px}.pb-20{padding-bottom:20px}.ml-20{margin-left:20px}.pl-20{padding-left:20px}.mr-20{margin-right:20px}.pr-20{padding-right:20px}.m-24{margin:24px}.p-24{padding:24px}.mt-24{margin-top:24px}.pt-24{padding-top:24px}.mb-24{margin-bottom:24px}.pb-24{padding-bottom:24px}.ml-24{margin-left:24px}.pl-24{padding-left:24px}.mr-24{margin-right:24px}.pr-24{padding-right:24px}.m-25{margin:25px}.p-25{padding:25px}.mt-25{margin-top:25px}.pt-25{padding-top:25px}.mb-25{margin-bottom:25px}.pb-25{padding-bottom:25px}.ml-25{margin-left:25px}.pl-25{padding-left:25px}.mr-25{margin-right:25px}.pr-25{padding-right:25px}.m-30{margin:30px}.p-30{padding:30px}.mt-30{margin-top:30px}.pt-30{padding-top:30px}.mb-30{margin-bottom:30px}.pb-30{padding-bottom:30px}.ml-30{margin-left:30px}.pl-30{padding-left:30px}.mr-30{margin-right:30px}.pr-30{padding-right:30px}.m-32{margin:32px}.p-32{padding:32px}.mt-32{margin-top:32px}.pt-32{padding-top:32px}.mb-32{margin-bottom:32px}.pb-32{padding-bottom:32px}.ml-32{margin-left:32px}.pl-32{padding-left:32px}.mr-32{margin-right:32px}.pr-32{padding-right:32px}.m-35{margin:35px}.p-35{padding:35px}.mt-35{margin-top:35px}.pt-35{padding-top:35px}.mb-35{margin-bottom:35px}.pb-35{padding-bottom:35px}.ml-35{margin-left:35px}.pl-35{padding-left:35px}.mr-35{margin-right:35px}.pr-35{padding-right:35px}.m-40{margin:40px}.p-40{padding:40px}.mt-40{margin-top:40px}.pt-40{padding-top:40px}.mb-40{margin-bottom:40px}.pb-40{padding-bottom:40px}.ml-40{margin-left:40px}.pl-40{padding-left:40px}.mr-40{margin-right:40px}.pr-40{padding-right:40px}.m-45{margin:45px}.p-45{padding:45px}.mt-45{margin-top:45px}.pt-45{padding-top:45px}.mb-45{margin-bottom:45px}.pb-45{padding-bottom:45px}.ml-45{margin-left:45px}.pl-45{padding-left:45px}.mr-45{margin-right:45px}.pr-45{padding-right:45px}.m-48{margin:48px}.p-48{padding:48px}.mt-48{margin-top:48px}.pt-48{padding-top:48px}.mb-48{margin-bottom:48px}.pb-48{padding-bottom:48px}.ml-48{margin-left:48px}.pl-48{padding-left:48px}.mr-48{margin-right:48px}.pr-48{padding-right:48px}.m-64{margin:64px}.p-64{padding:64px}.mt-64{margin-top:64px}.pt-64{padding-top:64px}.mb-64{margin-bottom:64px}.pb-64{padding-bottom:64px}.ml-64{margin-left:64px}.pl-64{padding-left:64px}.mr-64{margin-right:64px}.pr-64{padding-right:64px}.andes-tooltip{z-index:800}.ui-pdp-gallery__column{z-index:0}.line-clamp{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.non-selectable{-webkit-user-select:none;-moz-user-select:none;user-select:none}#comparator{display:none!important}.ui-pdp--hide{clip:rect(0 0 0 0);border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);margin:0 -1px -1px 0;overflow:hidden;padding:0;position:absolute}.andes-modal__overlay{z-index:99999}.andes-button__content{position:relative;top:-1px}.andes-snackbar{left:0;right:0;z-index:99999}.andes-snackbar--animate-show{-webkit-animation-name:snackbar-show-fix;animation-name:snackbar-show-fix}.andes-snackbar--animate-hide{-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:snackbar-hide-fix;animation-name:snackbar-hide-fix}.andes-snackbar__message{font-weight:400}@-webkit-keyframes snackbar-show-fix{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1}}@keyframes snackbar-show-fix{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1}}@-webkit-keyframes snackbar-hide-fix{50%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes snackbar-hide-fix{50%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.andes-dropdown__arrow:after,.andes-dropdown__trigger:hover .andes-dropdown__arrow:after{border-color:#3483fa}.andes-modal--full .andes-modal__header.andes-modal__header--sticky .andes-modal-title{padding-left:45px;text-align:left}.andes-modal__close-button path{stroke:#3483fa}.andes-modal__overlay--card .andes-modal__close-button path{stroke:none}.andes-snackbar__action{padding-right:1.5em}.nav-search .nav-category{padding:2px 14px;right:46px}.nav-search .nav-category input[type=checkbox]{margin:3px 9px 0 0}@media(min-width:768px){.nav-search .nav-category input[type=checkbox]{vertical-align:top}}.ui-pdp-container__row{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:-webkit-flex;display:flex;-webkit-flex:0 1 0%;flex:0 1 0%;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;flex-wrap:wrap}.ui-pdp-container__col{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-flex-wrap:wrap;flex-wrap:wrap;width:100%}.ui-pdp-container .col-1,.ui-pdp-container__col{-webkit-flex-basis:0%;flex-basis:0%;-webkit-flex-grow:1;flex-grow:1;-webkit-flex-shrink:1;flex-shrink:1}.ui-pdp-container .col-2{-webkit-flex-grow:2;flex-grow:2}.ui-pdp-container .col-2,.ui-pdp-container .col-3{-webkit-flex-basis:0%;flex-basis:0%;-webkit-flex-shrink:1;flex-shrink:1}.ui-pdp-container .col-3{-webkit-flex-grow:3;flex-grow:3}.ui-pdp-container .col-4{-webkit-flex-grow:4;flex-grow:4}.ui-pdp-container .col-4,.ui-pdp-container .col-5{-webkit-flex-basis:0%;flex-basis:0%;-webkit-flex-shrink:1;flex-shrink:1}.ui-pdp-container .col-5{-webkit-flex-grow:5;flex-grow:5}.ui-pdp-container__col--text-center{-webkit-justify-content:center;justify-content:center}.ui-pdp-container__col--text-center,.ui-pdp-container__col--text-evenly{-webkit-align-content:center;align-content:center;display:-webkit-flex;display:flex}.ui-pdp-container__col--text-evenly{-webkit-justify-content:space-evenly;justify-content:space-evenly}.ui-pdp-container__separator{border:0;border-top:1px solid rgba(0,0,0,.1);height:1px;margin:40px 0;width:100%}.ui-pdp-with--separator:not(:empty):after{border-bottom:1px solid rgba(0,0,0,.1);content:"";display:block;height:1px;margin:40px 0;width:90%}.ui-pdp-with--separator--45:not(:empty):after{margin-left:48px;margin-right:48px;width:auto}.ui-pdp-with--separator--small-bottom:not(:empty):after{margin-bottom:25px}.ui-pdp-with--separator--small-top:not(:empty):after{margin-top:25px}.ui-pdp-with--separator--medium-bottom:not(:empty):after{margin-bottom:32px}.ui-pdp-with--separator--medium-top:not(:empty):after{margin-top:32px}.ui-pdp-with--separator--40:not(:empty):after{margin:40px}.ui-pdp-with--separator--fluid:not(:empty):after{border-bottom:1px solid rgba(0,0,0,.1);content:"";display:block;height:1px;width:100%}.ui-pdp-mshops-container .ui-pdp-with--separator--fluid:not(:empty):after{border:none}.ui-pdp-mshops-container--column-hidden .ui-pdp-gallery__figure{left:180px}.ui-vpp-with--empty--separator{border:0;margin:0}.ui-vpp-with--empty--separator--WHITE{background:#fff}.ui-vpp-with--empty--separator--12{height:12px}.ui-vpp-with--empty--separator--16{height:16px}.ui-vpp-with--empty--separator--24{height:24px}.ui-vpp-with--empty--separator--28{height:28px}.ui-vpp-with--empty--separator--32{height:32px}.ui-vpp-with--empty--separator--40{height:40px}.ui-vpp-with--empty--separator--50{height:50px}.ui-vpp-with--separator--12{margin:12px 0}.ui-vpp-with--separator--16{margin:16px 0}.ui-vpp-with--separator--24{margin:24px 0}.ui-vpp-with--separator--28{margin:28px 0}.ui-vpp-with--separator--32{margin:32px 0}.ui-vpp-with--separator--40{margin:40px 0}.ui-vpp-with--separator--50{margin:50px 0}.ui-pdp-media{-webkit-align-items:flex-start;align-items:flex-start;display:-webkit-flex;display:flex}.ui-pdp-media__action{color:#3483fa;display:-webkit-flex;display:flex;font-size:14px;font-weight:400}.ui-pdp-media__figure{margin:0 10px 0 0}.ui-pdp-media__figure .ui-pdp-icon--billing-ticket{padding-left:5px}.ui-pdp-media__figure .ui-search-icon--gift,.ui-pdp-media__figure .ui-search-icon__black-friday{height:12px;width:12px}.ui-pdp-media__figure .ui-search-icon--ahora30{height:8px;margin-bottom:1px;width:5px}.ui-pdp-media__figure svg{height:20px;width:20px}.ui-pdp-media__figure .ui-pdp-pick-up-icon{position:relative}.ui-pdp-media__figure .ui-pdp-icon--fast-truck,.ui-pdp-media__figure .ui-pdp-icon--schedulable-truck{height:22px;margin-bottom:2px;margin-left:-1px;width:22px}.ui-pdp-media__figure .ui-pdp-icon--melichoice{height:17px;width:21px}.ui-pdp-media__body{-webkit-flex:1 1 0;flex:1 1 0;width:100%}.ui-pdp-media--center{-webkit-align-items:center;align-items:center}.ui-pdp-media--reverse>.ui-pdp-media__figure{margin:0 0 0 10px;-webkit-order:1;order:1}.ui-pdp-media__title--plain{line-height:1.3}.ui-pdp-media__title--on-hover:hover{cursor:pointer}.ui-pdp-media__title-icons{display:inline-block}.ui-pdp-media__title{font-size:16px;line-height:1.3;margin-bottom:2px}.ui-pdp-media__title .ui-pdp-price__part{display:-webkit-inline-flex;display:inline-flex;line-height:1.3}.ui-pdp-media__text{margin:0 0 2px}.ui-pdp-media .ui-pdp-icon--chevron{stroke:rgba(0,0,0,.25);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ui-pdp-icon,.ui-pdp-icon--shipping{fill:rgba(0,0,0,.25)}.ui-pdp-icon--pin{fill:#3483fa}.ui-pdp-icon--chevron{stroke:#3483fa;height:14px;vertical-align:middle;width:9px}.ui-pdp-icon--whatsapp path,.ui-pdp-icon.ui-pdp-icon--whatsapp path{stroke:none!important}.ui-pdp-icon--external-credits{height:20px;margin-right:16px;width:20px}.ui-pdp-icon--chevron-down{-webkit-transform:rotate(-270deg);transform:rotate(-270deg)}.ui-pdp-icon--chevron-down,.ui-pdp-icon--chevron-down--active{-webkit-transition:transform .3s ease-in-out;transition:transform .3s ease-in-out}.ui-pdp-icon--chevron-down--active{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.ui-pdp-icon--return{height:18px;width:15px}.ui-pdp-icon--full{fill:#00a650;height:16px;margin-top:-1px;position:relative;top:4px;width:56px}.ui-pdp-icon--express,.ui-pdp-icon--icon-package{fill:rgba(0,0,0,.1);height:48px;width:48px}.ui-pdp-icon--seller-agreement{margin-top:1px}.ui-pdp-icon--thumb_up{margin-left:4px}.ui-pdp-icon--loyalty{fill:#919191}.ui-pdp-icon--medal{height:20px;width:20px}.ui-pdp-icon--help{fill:#3483fa;stroke:#3483fa}.ui-pdp-icon--cbt-summary{margin-right:8px}.ui-pdp-color--GREEN.ui-pdp-icon{fill:#00a650}.ui-pdp-color--BLACK.ui-pdp-icon{fill:rgba(0,0,0,.9)}.ui-pdp-color--BLACK_100.ui-pdp-icon{fill:#000}.ui-pdp-color--WHITE.ui-pdp-icon{fill:#fff}.ui-pdp-color--BLUE.ui-pdp-icon{fill:#3483fa}.ui-pdp-color--BLUE_700.ui-pdp-icon{fill:#1f4e96}.ui-pdp-color--GRAY.ui-pdp-icon{fill:rgba(0,0,0,.55)}.ui-pdp-color--ORANGE.ui-pdp-icon{fill:#f73}.ui-pdp-color--ORANGE_MEDIUM.ui-pdp-icon{color:#d98900}.ui-pdp-icon--coupon.ui-pdp-color--BLUE.ui-pdp-icon{fill:#fff}.ui-pdp-icon--coupon.ui-pdp-color--BLUE.ui-pdp-icon path{stroke:#3483fa}.ui-pdp-icon--coupon.ui-pdp-color--BLUE.ui-pdp-icon .star{stroke:none;fill:#3483fa}.ui-pdp-thumbnail{border:1px solid rgba(0,0,0,.25);-webkit-border-radius:6px;border-radius:6px;cursor:pointer;display:-webkit-inline-flex;display:inline-flex;font-size:12px;font-weight:400;margin-right:8px;overflow:hidden;padding:0;position:relative}.ui-pdp-thumbnail__picture{font-size:12px;height:48px;padding:2px;width:48px}.ui-pdp-thumbnail__picture img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.ui-pdp-thumbnail__picture--SMALL{height:36px;width:36px}.ui-pdp-thumbnail__picture--list{display:inline-block}.ui-pdp-thumbnail__label{padding:8px 14px}.ui-pdp-thumbnail--BLOCKED{background:rgba(0,0,0,.04);border:1px solid;color:rgba(0,0,0,.25)}.ui-pdp-thumbnail--BLOCKED .ui-pdp-thumbnail__picture{opacity:.15}.ui-pdp-thumbnail--BLOCKED:hover{cursor:not-allowed}.ui-pdp-thumbnail--DISABLED{border:1px dashed rgba(0,0,0,.55);color:rgba(0,0,0,.9)}.ui-pdp-thumbnail--DISABLED:hover{cursor:pointer}.ui-pdp-thumbnail--SELECTED{border:2px solid #3483fa}.ui-pdp-thumbnail__tooltip{padding:11px 16px;pointer-events:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ui-pdp-thumbnail--shadow{-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.15);box-shadow:0 1px 3px 0 rgba(0,0,0,.15)}.ui-pdp-thumbnail--overlay{-webkit-align-items:center;align-items:center;background-color:hsla(0,0%,100%,.6);color:#3483fa;display:-webkit-flex;display:flex;font-size:28px;height:100%;-webkit-justify-content:center;justify-content:center;position:absolute;width:100%}.ui-pdp-title{color:rgba(0,0,0,.9);font-size:22px;font-weight:600;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto;line-height:1.18;padding-bottom:8px;padding-right:10px;word-break:break-word}.ui-pdp-placeholder{width:100%}.ui-pdp-placeholder--media{display:-webkit-flex;display:flex}.ui-pdp-placeholder--media .ui-pdp-placeholder__line{-webkit-animation:none;animation:none;-webkit-border-radius:4px;border-radius:4px;float:none;margin-bottom:8px;margin-top:0}.ui-pdp-placeholder--media .ui-pdp-placeholder__line:last-child{margin-bottom:0}.ui-pdp-placeholder--media .ui-pdp-placeholder__line__title{margin-bottom:4px}.ui-pdp-placeholder--media .ui-pdp-placeholder__line__title:last-child{margin-bottom:8px}.ui-pdp-placeholder--media .ui-pdp-placeholder__line__subtitle{margin-bottom:4px}.ui-pdp-placeholder__header{display:-webkit-flex;display:flex;padding-right:14px;vertical-align:top}.ui-pdp-placeholder__avatar{background-image:-webkit-linear-gradient(left,#ddd,#f2f2f2 200px,#ddd 400px);background-image:linear-gradient(90deg,#ddd,#f2f2f2 200px,#ddd 400px);-webkit-border-radius:50%;border-radius:50%;display:block;height:30px;width:30px}.ui-pdp-placeholder__body{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;padding-bottom:3px;vertical-align:top;width:100%}.ui-pdp-placeholder__line{-webkit-animation:placeholder 3s linear infinite;animation:placeholder 3s linear infinite;background-image:-webkit-linear-gradient(left,#ddd,#f2f2f2 200px,#ddd 400px);background-image:linear-gradient(90deg,#ddd,#f2f2f2 200px,#ddd 400px);-webkit-background-size:600px 600px;background-size:600px;-webkit-border-radius:4px;border-radius:4px;float:left;margin-top:4px}@-webkit-keyframes placeholder{0%{background-position:-400px}50%{background-position:400px}to{background-position:-400px}}@keyframes placeholder{0%{background-position:-400px}50%{background-position:400px}to{background-position:-400px}}.ui-pdp-specs__subtitle{font-size:20px;margin-top:32px;padding-bottom:24px}.ui-pdp-specs__list{padding-bottom:16px}.ui-pdp-specs__table{border:1px solid #ededed;-webkit-border-radius:5px;border-radius:5px}.ui-pdp-specs__table__column,.ui-pdp-specs__table__column-title:first-of-type{padding-left:16px}.ui-pdp-specs__table__column-title{font-weight:600}.ui-pdp-specs__table .andes-table__column{background-color:transparent;border-bottom:0}.ui-pdp-specs__table .andes-table{border:0}.ui-pdp-specs__table .andes-table__head{-webkit-clip-path:none;clip-path:none;height:auto;overflow:auto;position:relative;width:auto}.ui-pdp-specs__table .andes-table__row:hover{background-color:#ededed}.ui-pdp-specs__table .andes-table__row:last-child .andes-table__column{border-bottom:0;word-break:break-all}.ui-pdp-specs__table .andes-table__column,.ui-pdp-specs__table .andes-table__header{display:table-cell;text-align:left;vertical-align:middle;white-space:normal}.ui-pdp-specs__table .andes-table__column:before,.ui-pdp-specs__table .andes-table__header:before{content:"";margin:0;padding:0;width:100%}.ui-pdp-specs__table .andes-table__column:last-of-type{padding-left:24px;width:60%}.ui-pdp-specs__table .andes-table__column--center,.ui-pdp-specs__table .andes-table__header--center{text-align:center}.ui-pdp-specs__table .andes-table__column--right,.ui-pdp-specs__table .andes-table__header--right{text-align:right}.ui-pdp-specs__table .andes-table__column--left{padding:16px}.ui-pdp-specs__table .andes-table__row{border:0;display:table-row}.ui-pdp-specs__table .andes-table__body{display:table-row-group}.ui-pdp-specs__table tbody tr:nth-child(2n),.ui-pdp-specs__table tbody tr:nth-child(2n):hover{background:#fff}.ui-pdp-specs__table tbody tr:nth-child(2n) .andes-table__column:first-child,.ui-pdp-specs__table tbody tr:nth-child(2n) .andes-table__header:first-child,.ui-pdp-specs__table tbody tr:nth-child(odd),.ui-pdp-specs__table tbody tr:nth-child(odd):hover{background:#f5f5f5}.ui-pdp-specs__table tbody tr:nth-child(odd) .andes-table__column:first-child,.ui-pdp-specs__table tbody tr:nth-child(odd) .andes-table__header:first-child{background:#ebebeb}.ui-pdp-specs__table tbody tr:first-child th{-webkit-border-top-left-radius:4px;border-top-left-radius:4px}.ui-pdp-specs__table tbody tr:first-child td{-webkit-border-top-right-radius:4px;border-top-right-radius:4px}.ui-pdp-specs__table tbody tr:last-child th{-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px}.ui-pdp-specs__table tbody tr:last-child td{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.ui-pdp-specs__tabs{margin-top:32px}.ui-pdp-specs__tabs .andes-tab-content{padding:12px 24px}.ui-pdp-specs__tabs .andes-tabs__container{position:relative}.ui-pdp-specs__tab-spec{display:inline-block;font-size:14px;padding-right:12px;padding-top:12px;vertical-align:top;width:50%}.ui-pdp-chart__bars-container,.ui-pdp-chart__graph{-webkit-align-items:flex-end;align-items:flex-end;display:-webkit-flex;display:flex;position:relative}.ui-pdp-chart__bars-container{background:#fff;-webkit-flex-direction:row;flex-direction:row;height:130px;-webkit-justify-content:flex-start;justify-content:flex-start;width:100%}.ui-pdp-chart__bars-container .andes-tooltip__trigger{width:12.5%;z-index:25}.ui-pdp-chart__bars-container .ui-pdp-chart__bar{background:rgba(0,0,0,.25);-webkit-border-radius:1px 1px 0 0;border-radius:1px 1px 0 0;z-index:25}.ui-pdp-chart__bars-container .ui-pdp-chart__bar-hover{cursor:pointer}.ui-pdp-chart__bars-container .ui-pdp-chart__bar-hover:hover{background:#3483fa}.ui-pdp-chart__graph-size--large .ui-pdp-chart__bars-container{height:160px}.ui-pdp-chart__hover-tooltip{padding:10px;width:auto}.ui-pdp-chart__hover-tooltip .andes-tooltip__content{margin-right:unset}.ui-pdp-chart__hover-tooltip .andes-tooltip__actions{margin-top:0;text-align:center}.ui-pdp-chart__hover-tooltip .ui-pdp-media__action{display:unset}.ui-pdp-chart__hover-tooltip .ui-pdp-media__action:first-child{background:none}.ui-pdp-chart__space{height:4px;width:4px}.ui-pdp-chart__tooltip{left:0;position:absolute;visibility:hidden}.ui-pdp-chart__tooltip-value{-webkit-align-items:center;align-items:center;-webkit-border-radius:4px;border-radius:4px;color:#fff;display:-webkit-flex;display:flex;font-size:14px;font-weight:600;letter-spacing:.5px;max-height:24px;min-height:24px;padding:2px 6px;position:relative;white-space:nowrap}.ui-pdp-chart__tooltip-line{height:102px;width:1px}.ui-pdp-chart__tooltip-fipe-value{background:#3483fa}.ui-pdp-chart__tooltip-fipe-line{background:#3483fa;height:64px}.ui-pdp-chart__chart-line{background:rgba(0,0,0,.4);height:1px;width:100%}.ui-pdp-chart__limit-lines .ui-pdp-chart__lower{background:rgba(0,0,0,.4);float:left;height:8px;margin-left:48px;width:1px}.ui-pdp-chart__limit-lines .ui-pdp-chart__middle{background:rgba(0,0,0,.4);float:left;height:8px;margin-left:calc(50% - 49px);width:1px}.ui-pdp-chart__limit-lines .ui-pdp-chart__upper{background:rgba(0,0,0,.4);float:right;height:8px;margin-right:48px;width:1px}.ui-pdp-chart__limit-values{display:-webkit-inline-flex;display:inline-flex;margin-bottom:24px;margin-top:4px;width:100%}.ui-pdp-chart__limit-values .ui-pdp-chart__lower{font-size:12px;margin-left:0;padding-left:22px;text-align:start;width:50%}.ui-pdp-chart__limit-values .ui-pdp-chart__middle{font-size:12px;margin-left:0;text-align:center;width:50%}.ui-pdp-chart__limit-values .ui-pdp-chart__upper{font-size:12px;margin-left:0;padding-right:22px;text-align:end;width:50%}.ui-pdp-chart--visible{-webkit-animation:fadeIn .2s ease-in-out;animation:fadeIn .2s ease-in-out;visibility:visible}.ui-pdp-chart--alone .ui-pdp-chart__tooltip-line{height:88px}.ui-pdp-chart--alone .ui-pdp-chart__pole-size--large{height:128px}.ui-pdp-flash-message{-webkit-border-radius:0;border-radius:0}.ui-vip-seller-profile{color:rgba(0,0,0,.9);width:100%}.ui-vip-seller-profile .ui-thermometer{display:none}.ui-vip-seller-profile .ui-pdp-seller__extra-info{margin-top:8px}.ui-vip-seller-profile .ui-pdp-seller__item-description{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;font-size:12px;line-height:1;padding:0 5px;position:relative;text-align:initial;width:47%}.ui-vip-seller-profile .ui-pdp-seller__item-description:after{background:#ddd;content:"";display:none;height:91%;position:absolute;right:0;top:8%;width:1px}.ui-vip-seller-profile .ui-pdp-seller__item-description:last-of-type:after{display:none}.ui-vip-seller-profile .ui-pdp-seller__item-description .ui-pdp-seller__text-description{-webkit-align-self:flex-start;align-self:flex-start;line-height:1;margin-left:6px;margin-top:3px;width:69%}.ui-vip-seller-profile .ui-pdp-seller__sales-description{color:#000;display:block;font-size:24px;font-weight:400;line-height:1.2}.ui-vip-seller-profile .ui-pdp-seller__icon-description{-webkit-align-self:flex-start;align-self:flex-start;display:inline-block;padding-top:3px;vertical-align:top;width:28px}.ui-vip-seller-profile .ui-pdp-seller__list-description{display:-webkit-flex;display:flex;margin-bottom:0;margin-top:12px;width:100%}.ui-vip-seller-profile__title{max-width:100%;overflow:hidden;text-overflow:ellipsis;width:100%}.ui-vip-seller-profile__message-container{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex}.ui-vip-seller-profile__icon-container{height:36px;padding:0 16px}.ui-vip-seller-profile__user-status{margin-top:24px}.ui-vip-seller-profile__user-status .andes-badge--notification{height:0;margin:unset;visibility:hidden;width:0}.ui-vip-seller-profile__divider{background-color:rgba(0,0,0,.1);border:0;height:1px;margin-top:24px;width:100%}.ui-vip-seller-profile__property-link{margin-top:24px}.ui-vip-seller-profile__property-link .ui-pdp-media__action{display:inline}.ui-vip-seller-profile .ui-pdp-actions{padding:unset}.ui-vip-seller-profile .ui-pdp-container-actions{margin-bottom:unset;margin-top:24px}.ui-vip-seller-profile .ui-pdp-container-actions .ui-pdp-actions{margin-bottom:unset}.ui-vip-seller-profile .ui-vip-seller-profile__list-extra-info{margin-top:24px;width:100%}.ui-vip-seller-profile .ui-vip-seller-profile__list-extra-info .ui-seller-info__status-info__icon{margin:1px 10px 0 0}.ui-vip-seller-profile .ui-vip-seller-profile__list-extra-info .ui-seller-info__status-info{margin-bottom:unset;margin-top:24px}.ui-vip-seller-profile .ui-vip-seller-profile__list-extra-info .ui-seller-info__status-info__container-phones{min-height:18px}.ui-vip-seller-profile .ui-vip-seller-profile__list-extra-info .ui-seller-info__status-info .andes-spinner__container .andes-spinner__icon{height:18px;width:18px}.ui-vip-seller-profile .ui-vip-seller-profile__list-extra-info .ui-seller-info__status-info .ui-seller-info__status-info-phones .ui-pdp-recaptcha-v2{margin-bottom:8px;margin-top:8px}.ui-vip-seller-profile .ui-vip-seller-profile__list-extra-info .ui-seller-info__status-info__call-link .andes-button{background-color:transparent;color:#3483fa;font-size:14px;font-weight:400;height:24px;padding:0}.ui-vip-seller-profile .ui-vip-seller-profile__list-extra-info .ui-seller-info__status-info__call-link .andes-button .andes-button__content{-webkit-justify-content:left;justify-content:left}.ui-vip-seller-profile .ui-vip-seller-profile__list-extra-info .ui-seller-info__status-info__call-link .andes-button:focus{-webkit-box-shadow:12px 12px 12px hsla(0,0%,100%,.5);box-shadow:12px 12px 12px hsla(0,0%,100%,.5)}.ui-vip-seller-profile .ui-vip-seller-profile__list-extra-info .ui-seller-info__status-info:first-child{margin-top:unset}.ui-vip-seller-profile .ui-vip-seller-profile__list-extra-info .ui-seller-info__status-info:last-child{margin-bottom:unset}.ui-vip-seller-profile .ui-vip-seller-profile__list-extra-info .ui-vip-seller__extra-info-subtitle{font-size:14px;margin-left:30px}.ui-vip-seller-profile .ui-vip-icon-status__container{background:#fff;-webkit-border-radius:18px;border-radius:18px;height:36px;-webkit-justify-content:center;justify-content:center;width:36px}.ui-vip-profile-info,.ui-vip-seller-profile .ui-vip-icon-status__container{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex}.ui-vip-profile-info{width:100%}.ui-vip-profile-info__info-container{width:80%}.ui-vip-profile-info__logo-container{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;height:40px;margin-right:16px;padding:2px;position:relative;width:40px}.ui-vip-profile-info__logo-container:before{background:rgba(0,0,0,.04);content:"";height:100%;left:0;position:absolute;width:100%}.ui-vip-profile-info__logo-container-rounded:before{-webkit-border-radius:50%;border-radius:50%}.ui-vip-profile-info__logo-container-square:before{-webkit-border-radius:4px;border-radius:4px}.ui-vip-profile-info__logo-image{max-height:100%;max-width:100%}.ui-vip-profile-info__logo-rounded{-webkit-border-radius:50%;border-radius:50%}.ui-vip-profile-info__logo-square{-webkit-border-radius:4px;border-radius:4px}.ui-vip-profile-info__info-link{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex}.ui-vip-profile-info__info-link h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-vip-profile-info__icon-normal{margin-left:8px}.ui-seller-info__status-info__icon{margin:0 10px 0 0}.ui-seller-info__status-info__icon .ui-pdp-icon{height:16px;width:17px}.ui-seller-info__status-row>svg{height:20px;width:20px}.ui-vip-models-card{-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.1);box-shadow:0 1px 2px 0 rgba(0,0,0,.1);margin-bottom:20px}.ui-vip-models-card__card-container{cursor:pointer;display:block;-webkit-transition:.3s ease-out;transition:.3s ease-out}.ui-vip-models-card__card-container:hover{-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,.15);box-shadow:0 8px 16px 0 rgba(0,0,0,.15)}.ui-vip-models-card__image-container{height:157px}.ui-vip-models-card__image-container__image{display:block;margin:0 auto;max-width:100%;padding:8px}.ui-vip-models-card__specs-with-max-heigh{max-height:66%}.ui-vip-models-card__specs-container{border-top:1px solid rgba(0,0,0,.1);height:121px;margin:0;max-width:165px;padding:16px 12px}.ui-vip-models-card__specs-container .ui-pdp-highlighted-specs-res{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;height:90px;-webkit-justify-content:space-between;justify-content:space-between}.ui-vip-models-card__specs-container .ui-pdp-highlighted-specs-res__icon-label{margin-top:0}.ui-vip-models-card__specs-container .ui-pdp-highlighted-specs-res__icon-label .ui-pdp-icon{width:24px}.ui-vip-models-card-mobile{width:100%}.ui-pdp-maintenance-fee-ltr{margin-top:16px}@media(max-width:481px){.ui-pdp-maintenance-fee-ltr{margin-left:16px}}.andes-progress-indicator-circular{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;position:relative}.andes-progress-indicator-circular--blue{stroke:#3483fa}.andes-progress-indicator-circular--white{stroke:#fff}.andes-progress-indicator-circular__content{color:rgba(0,0,0,.9);font-size:12px;font-weight:400}.andes-progress-indicator-circular--indeterminate .andes-progress-indicator-circular__svg{-webkit-animation:andes-pi-circular-rotate 2s linear infinite;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{stroke-linecap:round;-webkit-animation:andes-pi-circular-dash 1.5s ease-in-out infinite;animation:andes-pi-circular-dash 1.5s ease-in-out infinite}@keyframes andes-pi-circular-rotate{to{-webkit-transform:rotate(1turn);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}}.andes-progress-indicator-circular--medium{stroke-width:3px;height:32px;width:32px}@keyframes andes-button-start-width-animation{0%{width:0}to{width:90%}}.andes-button{-webkit-font-smoothing:antialiased;-webkit-border-radius:6px;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;-webkit-transition:.18s ease-out;transition:.18s ease-out;-webkit-transition-property:background,color;transition-property:background,color;width:auto}.andes-button:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-button:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px 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:link{text-decoration:none}.andes-button,.andes-button *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;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{pointer-events:none}.andes-button--fetching .andes-progress-indicator-circular{stroke-width:6px;-webkit-align-items:center;align-items:center;-webkit-animation:translateInButtonSpinner .2s,fadeIn .2s;animation:translateInButtonSpinner .2s,fadeIn .2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;display:inline-block;-webkit-justify-content:center;justify-content:center}.andes-button--fetching .andes-progress-indicator-circular__svg{height:24px;left:25%;top:25%;width:24px}.andes-button--fetching .andes-button__content{-webkit-animation:translateOutButtonSpinner .2s,fadeOut .2s;animation:translateOutButtonSpinner .2s,fadeOut .2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.andes-button--fetching-complete .andes-button__content{-webkit-animation:translateInButtonSpinnerComplete .2s,fadeIn .2s;animation:translateInButtonSpinnerComplete .2s,fadeIn .2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.andes-button__content{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;height:100%;-webkit-justify-content:center;justify-content:center}.andes-button__content:after{clear:both;content:"";display:table}.andes-button__content *{display:block;float:left}.andes-button__text{-webkit-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.andes-button__text+svg,svg+.andes-button__text{margin-left:12px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes translateInButtonSpinner{0%{-webkit-transform:translate(-webkit-calc(50% - 20px),50%);transform:translate(calc(50% - 20px),50%)}to{-webkit-transform:translateY(-webkit-calc(-50% - 22px));transform:translateY(calc(-50% - 22px))}}@keyframes translateOutButtonSpinner{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@keyframes translateOutButtonSpinnerComplete{0%{-webkit-transform:translateY(-webkit-calc(-50% - 22px));transform:translateY(calc(-50% - 22px))}to{-webkit-transform:translateY(-80px);transform:translateY(-80px)}}@keyframes translateInButtonSpinnerComplete{0%{-webkit-transform:translateY(50%);transform:translateY(50%)}to{-webkit-transform:translateY(-webkit-calc(-50% + 22px));transform:translateY(calc(-50% + 22px))}}.andes-button--small{-webkit-border-radius:4px;border-radius:4px;font-size:12px;height:24px;line-height:24px;padding:0 8px}.andes-button--small svg{display:none}.andes-button--small .andes-button__text{margin:0}.andes-button--loud:hover{background-color:#3483fa;border-color:transparent;color:#fff}.andes-button--loud:hover path{stroke:#fff!important}@media(min-width:768px){.andes-button--loud:hover{background-color:#2968c8;border-color:transparent;color:#fff}.andes-button--loud:hover path{stroke:#fff!important}}.andes-button--loud{-webkit-box-shadow:0 0 0 0 #fff;box-shadow:0 0 0 0 #fff;cursor:pointer;-webkit-transition:background-color .2s ease-out,-webkit-box-shadow .25s ease-out;transition:background-color .2s ease-out,-webkit-box-shadow .25s ease-out;transition:box-shadow .25s ease-out,background-color .2s ease-out;transition:box-shadow .25s ease-out,background-color .2s ease-out,-webkit-box-shadow .25s ease-out}.andes-button--loud,.andes-button--loud:focus,.andes-button--loud:link,.andes-button--loud:visited{background-color:#3483fa;border-color:transparent;color:#fff}.andes-button--loud path,.andes-button--loud:focus path,.andes-button--loud:link path,.andes-button--loud:visited path{stroke:#fff!important}.andes-button--loud:hover{-webkit-transition:background-color .2s ease-in;transition:background-color .2s ease-in}.andes-button--loud:active{background-color:#1f4e96;border-color:transparent;color:#fff}.andes-button--loud:active path{stroke:#fff!important}.andes-button--loud:disabled,.andes-button--loud[disabled]{background-clip:padding-box;background-color:rgba(0,0,0,.1);border-color:transparent;color:rgba(0,0,0,.25);cursor:default}.andes-button--loud:disabled path,.andes-button--loud[disabled] path{stroke:rgba(0,0,0,.25)!important}.andes-button--quiet:hover{background-color:rgba(65,137,230,.15);border-color:transparent;color:#3483fa}.andes-button--quiet:hover path{stroke:#3483fa!important}@media(min-width:768px){.andes-button--quiet:hover{background-color:rgba(65,137,230,.2);border-color:transparent;color:#3483fa}.andes-button--quiet:hover path{stroke:#3483fa!important}}.andes-button--quiet{-webkit-box-shadow:0 0 0 0 #fff;box-shadow:0 0 0 0 #fff;cursor:pointer;-webkit-transition:background-color .2s ease-out,-webkit-box-shadow .25s ease-out;transition:background-color .2s ease-out,-webkit-box-shadow .25s ease-out;transition:box-shadow .25s ease-out,background-color .2s ease-out;transition:box-shadow .25s ease-out,background-color .2s ease-out,-webkit-box-shadow .25s ease-out}.andes-button--quiet,.andes-button--quiet:focus,.andes-button--quiet:link,.andes-button--quiet:visited{background-color:rgba(65,137,230,.15);border-color:transparent;color:#3483fa}.andes-button--quiet path,.andes-button--quiet:focus path,.andes-button--quiet:link path,.andes-button--quiet:visited path{stroke:#3483fa!important}.andes-button--quiet:hover{-webkit-transition:background-color .2s ease-in;transition:background-color .2s ease-in}.andes-button--quiet:active{background-color:rgba(65,137,230,.3);border-color:transparent;color:#3483fa}.andes-button--quiet:active path{stroke:#3483fa!important}.andes-button--quiet:disabled,.andes-button--quiet[disabled]{background-clip:padding-box;background-color:rgba(0,0,0,.1);border-color:transparent;color:rgba(0,0,0,.25);cursor:default}.andes-button--quiet:disabled path,.andes-button--quiet[disabled] path{stroke:rgba(0,0,0,.25)!important}.andes-button--quiet.loading:active,.andes-button--quiet.loading:disabled,.andes-button--quiet.loading:hover{background-color:rgba(65,137,230,.15);border-color:transparent;color:#3483fa}.andes-button--quiet.loading:active path,.andes-button--quiet.loading:disabled path,.andes-button--quiet.loading:hover path{stroke:#3483fa!important}.andes-button--quiet:after,.andes-button--quiet:before{background-color:rgba(65,137,230,.2);border-color:transparent;-webkit-border-radius:.2222222222em;border-radius:.2222222222em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;color:#3483fa;content:"";height:100%;left:0;margin:-.0555555556em;padding:.0555555556em;position:absolute;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:left center;transform-origin:left center;width:100%}.andes-button--quiet:after path,.andes-button--quiet:before path{stroke:#3483fa!important}.andes-button--loud.loading:active,.andes-button--loud.loading:disabled,.andes-button--loud.loading:hover{background-color:#3483fa;border-color:transparent;color:#fff}.andes-button--loud.loading:active path,.andes-button--loud.loading:disabled path,.andes-button--loud.loading:hover path{stroke:#fff!important}.andes-button--loud:after,.andes-button--loud:before{background-color:#2968c8;border-color:transparent;-webkit-border-radius:.2222222222em;border-radius:.2222222222em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;color:#fff;content:"";height:100%;left:0;margin:-.0555555556em;padding:.0555555556em;position:absolute;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:left center;transform-origin:left center;width:100%}.andes-button--loud:after path,.andes-button--loud:before path{stroke:#fff!important}.andes-button--progress{border:0;overflow:hidden;position:relative}.andes-button--progress:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3)}.andes-button--progress .andes-button__content{margin:auto;position:relative;width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:1}.andes-button--progress .andes-button__content .andes-button--progress__content{position:absolute;-webkit-transform:translate3d(0,32px,0);transform:translate3d(0,32px,0);-webkit-transition:-webkit-transform .2s ease-in;transition:-webkit-transform .2s ease-in;transition:transform .2s ease-in;transition:transform .2s ease-in,-webkit-transform .2s ease-in}.andes-button--progress .andes-button__content :not(.andes-button--progress__content),.andes-button--progress.loading .andes-button__content .andes-button--progress__content{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:-webkit-transform .2s ease-in;transition:-webkit-transform .2s ease-in;transition:transform .2s ease-in;transition:transform .2s ease-in,-webkit-transform .2s ease-in}.andes-button--progress.loading .andes-button__content .andes-button--progress__content{position:relative}.andes-button--progress.loading .andes-button__content :not(.andes-button--progress__content){position:absolute;-webkit-transform:translate3d(0,-32px,0);transform:translate3d(0,-32px,0);-webkit-transition:-webkit-transform .2s ease-in;transition:-webkit-transform .2s ease-in;transition:transform .2s ease-in;transition:transform .2s ease-in,-webkit-transform .2s ease-in;width:100%}.andes-button--progress.loading:after,.andes-button--progress.loading:focus:after{-webkit-animation:andes-button-start-width-animation 60s cubic-bezier(0,.56,.76,.96);animation:andes-button-start-width-animation 60s cubic-bezier(0,.56,.76,.96);-webkit-transform:scaleX(1);transform:scaleX(1)}.andes-button--progress.finished:before,.andes-button--progress.loading.finished,.andes-button--progress.progress:before{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transition:opacity .5s ease-in,-webkit-transform .25s ease-in;transition:opacity .5s ease-in,-webkit-transform .25s ease-in;transition:transform .25s ease-in,opacity .5s ease-in;transition:transform .25s ease-in,opacity .5s ease-in,-webkit-transform .25s 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__menu .andes-button-dropdown__menu-item:hover{background:rgba(0,0,0,.04)}.andes-button-dropdown.andes-button--loud .andes-button-dropdown__svg-fill{fill:#fff}.andes-button-dropdown.andes-button--quiet .andes-button-dropdown__svg-fill,.andes-button-dropdown.andes-button--transparent .andes-button-dropdown__svg-fill{fill:#3483fa}.andes-button-dropdown.andes-button--disabled:disabled .andes-button-dropdown__svg-fill{fill:rgba(0,0,0,.25)}.andes-button-dropdown-container{display:inline-block;position:relative}.andes-button__text{-webkit-flex:unset;flex:unset}.andes-button-dropdown__menu--bottom,.andes-button-dropdown__menu--top{margin:0;width:auto}.andes-card--padding-default>.andes-card__content,.andes-card--padding-default>.andes-card__footer,.andes-card--padding-default>.andes-card__header{padding:16px}.andes-card--padding-0>.andes-card__content,.andes-card--padding-0>.andes-card__footer,.andes-card--padding-0>.andes-card__header{padding:0}.andes-card--padding-16>.andes-card__content,.andes-card--padding-16>.andes-card__footer,.andes-card--padding-16>.andes-card__header{padding:16px}.andes-card--padding-24>.andes-card__content,.andes-card--padding-24>.andes-card__footer,.andes-card--padding-24>.andes-card__header{padding:24px}.andes-card--padding-32>.andes-card__content,.andes-card--padding-32>.andes-card__footer,.andes-card--padding-32>.andes-card__header{padding:32px}.andes-card{background-color:#fff;-webkit-border-radius:6px;border-radius:6px;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif}.andes-card--animated{-webkit-transition:-webkit-box-shadow .2s ease-in-out;transition:-webkit-box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out,-webkit-box-shadow .2s ease-in-out}.andes-card--animated:hover,.andes-card--elevated{-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,.1);box-shadow:0 8px 16px 0 rgba(0,0,0,.1)}.andes-card--flat{-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.12);box-shadow:0 1px 2px 0 rgba(0,0,0,.12)}.andes-card--secondary-light{background-color:#f5f5f5;-webkit-box-shadow:none;box-shadow:none}.andes-card--secondary-dark{background-color:#ededed;-webkit-box-shadow:none;box-shadow:none}.andes-card--outline{border:1px solid rgba(0,0,0,.1)}.andes-card>:first-child{-webkit-border-top-left-radius:6px;border-top-left-radius:6px;-webkit-border-top-right-radius:6px;border-top-right-radius:6px}.andes-card>:last-child{-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px;-webkit-border-bottom-right-radius:6px;border-bottom-right-radius:6px}.andes-card__title{color:rgba(0,0,0,.9);font-size:16px;font-weight:600;line-height:20px;margin:0;padding:0}.andes-card__header{padding-bottom:14px}.andes-card__header--border{border-bottom:1px solid rgba(0,0,0,.07)}.andes-card__footer{padding-top:14px}.andes-card__footer--border{border-top:1px solid rgba(0,0,0,.07)}.andes-card__footer--link{color:#3483fa;display:block;font-size:16px;font-weight:600;line-height:20px;text-decoration:none;-webkit-transition:background-color .15s ease-out;transition:background-color .15s ease-out}.andes-card__footer--link:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-card__footer--link:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-card__footer--link:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-card__footer--link:hover{background-color:#f5f5f5;color:#2968c8}.andes-card__arrow{border-color:#3483fa;border-style:solid;border-width:1px 1px 0 0;display:block;float:right;height:7px;margin-top:5px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:7px}.andes-card--error .andes-card__content{position:relative}.andes-card--error .andes-card__content:before{background:#f23d4f;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:4px}.andes-card--error .andes-card__content:first-child:before{-webkit-border-top-left-radius:6px;border-top-left-radius:6px}.andes-card--error .andes-card__content:last-child:before{-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px}.andes-card--neutral .andes-card__content{position:relative}.andes-card--neutral .andes-card__content:before{background:#3483fa;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:4px}.andes-card--neutral .andes-card__content:first-child:before{-webkit-border-top-left-radius:6px;border-top-left-radius:6px}.andes-card--neutral .andes-card__content:last-child:before{-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px}.andes-card--success .andes-card__content{position:relative}.andes-card--success .andes-card__content:before{background:#00a650;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:4px}.andes-card--success .andes-card__content:first-child:before{-webkit-border-top-left-radius:6px;border-top-left-radius:6px}.andes-card--success .andes-card__content:last-child:before{-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px}.andes-card--warning .andes-card__content{position:relative}.andes-card--warning .andes-card__content:before{background:#f73;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:4px}.andes-card--warning .andes-card__content:first-child:before{-webkit-border-top-left-radius:6px;border-top-left-radius:6px}.andes-card--warning .andes-card__content:last-child:before{-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px}.andes-popper:not(.andes-tooltip){height:100%;width:100%}.andes-list__group{list-style:none}.andes-list__group--header{-webkit-align-items:flex-end;align-items:flex-end;color:rgba(0,0,0,.55);cursor:default;display:-webkit-flex;display:flex;font-size:12px;font-weight:600;-webkit-justify-content:space-between;justify-content:space-between;padding:0 16px}.andes-list__group--sublist{padding:0}.andes-list__group::marker{content:""}.andes-list__group+.andes-list__group{border-top:1px solid rgba(0,0,0,.1)}.andes-list__group--size-small .andes-list__group--header{height:30px;padding-bottom:10px}.andes-list__group--size-medium .andes-list__group--header{height:36px;padding-bottom:12px}.andes-list__group--size-large .andes-list__group--header{font-size:14px;height:52px;padding-bottom:16px}.andes-list__group--padding-0 .andes-list__group--header{padding-left:0;padding-right:0}.andes-list__group--padding-16 .andes-list__group--header{padding-left:16px;padding-right:16px}.andes-list__group--padding-24 .andes-list__group--header{padding-left:24px;padding-right:24px}.andes-list__group--padding-32 .andes-list__group--header{padding-left:32px;padding-right:32px}.andes-list__group--padding-40 .andes-list__group--header{padding-left:40px;padding-right:40px}.andes-floating-menu{-webkit-font-smoothing:antialiased;-webkit-border-radius:.375em;border-radius:.375em;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1;position:relative}.andes-floating-menu li:first-child,.andes-floating-menu li:first-child a,.andes-floating-menu li:first-child button{-webkit-border-top-left-radius:.375em;border-top-left-radius:.375em;-webkit-border-top-right-radius:.375em;border-top-right-radius:.375em}.andes-floating-menu li:last-child,.andes-floating-menu li:last-child a,.andes-floating-menu li:last-child button{-webkit-border-bottom-left-radius:.375em;border-bottom-left-radius:.375em;-webkit-border-bottom-right-radius:.375em;border-bottom-right-radius:.375em}.andes-floating-menu .andes-list__item{outline:none}.andes-floating-menu .andes-list__item:focus{box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px 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 #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px 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>:focus{box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px 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 #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px 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__no-results{color: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-button-split{display:-webkit-inline-flex;display:inline-flex;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;position:relative}.andes-button-split .andes-button-split-text{-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;display:inline;padding-left:16px;padding-right:16px}.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-chevron{-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;border-left:1px solid rgba(0,0,0,.1);-webkit-border-top-left-radius:0;border-top-left-radius:0;padding:0 6px;vertical-align:bottom}.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--loud .andes-button-split__svg-fill{fill:#fff}.andes-button-split.andes-button--quiet .andes-button-split__svg-fill,.andes-button-split.andes-button--transparent .andes-button-split__svg-fill{fill:#3483fa}.andes-button-split .andes-button--loud .andes-button-split__svg-fill{fill:#fff}.andes-button-split .andes-button--quiet .andes-button-split__svg-fill,.andes-button-split .andes-button--transparent .andes-button-split__svg-fill{fill:#3483fa}.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:-webkit-max-content;width:-moz-max-content;width:max-content}.ui-pdp-feedback-block-action__wrapper-block{-webkit-align-items:center;align-items:center;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between;margin-top:24px}.ui-pdp-feedback-block-action__feedback-actions{display:-webkit-flex;display:flex;-webkit-flex:0;flex:0}.ui-pdp-feedback-block-action__feedback-heading{-webkit-flex:auto;flex:auto}.ui-pdp-feedback-block-action__feedback-block-title{font-size:14px}.ui-pdp-feedback-block-action__feedback-btn.andes-button{padding:0 4px}.ui-pdp-feedback-block-action__feedback-btn.andes-button svg{margin-right:8px}.ui-pdp-feedback-block-action__feedback-message{-webkit-align-items:center;align-items:center;color:#00a650;display:-webkit-flex;display:flex}.ui-pdp-feedback-block-action__feedback-message svg,.ui-pdp-feedback-block-action__feedback-message svg path{fill:#00a650}.grecaptcha-badge{visibility:hidden}.ui-vip-core{font-size:16px;margin:0 auto}.ui-pdp-container__row{-webkit-flex:0 1 auto;flex:0 1 auto}.andes-form-control--textfield .andes-form-control__label-fixed{color:rgba(0,0,0,.9);-webkit-transform:translateY(-155%) scale(.77778)!important;transform:translateY(-155%) scale(.77778)!important}.andes-form-control:hover .andes-form-control__label{color:rgba(0,0,0,.9)}.andes-form-control--textfield.andes-form-control--multiline .andes-form-control__field{margin-top:unset;min-height:92px}.andes-button--transparent:hover{background-color:transparent;border-color:transparent;color:#3483fa}.andes-button--transparent:hover path{stroke:#3483fa!important}@media(min-width:768px){.andes-button--transparent:hover{background-color:rgba(65,137,230,.1);border-color:transparent;color:#3483fa}.andes-button--transparent:hover path{stroke:#3483fa!important}}.andes-button--transparent{-webkit-box-shadow:0 0 0 0 #fff;box-shadow:0 0 0 0 #fff;cursor:pointer;-webkit-transition:background-color .2s ease-out,-webkit-box-shadow .25s ease-out;transition:background-color .2s ease-out,-webkit-box-shadow .25s ease-out;transition:box-shadow .25s ease-out,background-color .2s ease-out;transition:box-shadow .25s ease-out,background-color .2s ease-out,-webkit-box-shadow .25s ease-out}.andes-button--transparent,.andes-button--transparent:focus,.andes-button--transparent:link,.andes-button--transparent:visited{background-color:transparent;border-color:transparent;color:#3483fa}.andes-button--transparent path,.andes-button--transparent:focus path,.andes-button--transparent:link path,.andes-button--transparent:visited path{stroke:#3483fa!important}.andes-button--transparent:hover{-webkit-transition:background-color .2s ease-in;transition:background-color .2s ease-in}.andes-button--transparent:active{background-color:rgba(65,137,230,.2);border-color:transparent;color:#3483fa}.andes-button--transparent:active path{stroke:#3483fa!important}.andes-button--transparent:disabled,.andes-button--transparent[disabled]{background-clip:padding-box;background-color:transparent;border-color:transparent;color:rgba(0,0,0,.25);cursor:default}.andes-button--transparent:disabled path,.andes-button--transparent[disabled] path{stroke:rgba(0,0,0,.25)!important}.andes-button--medium{-webkit-border-radius:5px;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-tabs{-webkit-align-items:stretch;align-items:stretch;display:-webkit-flex;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;font-size:0;height:100%;padding:0;position:relative}.andes-tabs--centered{-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.andes-tabs__container{position:relative}.andes-tabs__container--centered{text-align:center}.andes-tabs__wrapper{height:100%;margin:0;overflow-x:scroll;overflow-y:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none;width:100%}.andes-tabs__wrapper--scrollable{-webkit-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;width:-webkit-calc(100% - 80px);width:calc(100% - 80px)}.andes-tabs__wrapper--scrollable .andes-tab{scroll-snap-align:start}.andes-tabs__wrapper::-webkit-scrollbar{display:none;height:0}.andes-tabs__border{bottom:0;-webkit-box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.1);box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.1);height:1px;pointer-events:none;width:100%}.andes-tabs__scroll-tool{display:-webkit-flex;display:flex;height:48px;pointer-events:none;position:absolute;right:0;z-index:2}.andes-tabs__scroll-tool--controls{-webkit-align-items:center;align-items:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:-webkit-flex;display:flex;height:100%;-webkit-justify-content:space-between;justify-content:space-between;padding:0 16px;pointer-events:all;width:80px}.andes-tabs__scroll-tool--controls .control-arrow{cursor:pointer;display:block}.andes-tabs__scroll-tool--controls .control-arrow--disabled{cursor:default}.andes-tabs__scroll-tool--fade{height:100%;width:80px}.andes-tab{background-color:transparent;border:0;-webkit-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0;color:rgba(0,0,0,.9);cursor:pointer;display:-webkit-inline-flex;display:inline-flex;-webkit-flex-shrink:0;flex-shrink:0;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-weight:600;padding:0;width:-webkit-max-content;width:-moz-max-content;width:max-content}.andes-tab,.andes-tab__link{line-height:1;position:relative;text-decoration:none}.andes-tab__link{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:inherit;display:block;font-size:16px;height:100%;margin:0 1.5em;padding:1em 0;text-align:center;width:100%}.andes-tab__link:focus{outline:none}.andes-tab__link:after{content:"";height:0;-webkit-transition:height .15s ease-in-out;transition:height .15s ease-in-out}.andes-tab--left-aligned{margin:0 1.5em}.andes-tab--left-aligned:first-child{margin-left:0}.andes-tab--left-aligned:last-child{margin-right:0}.andes-tab--left-aligned .andes-tab__link{margin:0}.andes-tab--full-width .andes-tab__link{margin:0;padding:1em 1.5em}.andes-tab--full-width:first-child:last-child{width:100%}.andes-tab--full-width:first-child:nth-last-child(2),.andes-tab--full-width:nth-child(2):last-child{width:50%}.andes-tab--full-width:first-child:nth-last-child(3),.andes-tab--full-width:nth-child(2):nth-last-child(2),.andes-tab--full-width:nth-child(3):last-child{width:33.3333%}.andes-tab:visited{color:rgba(0,0,0,.9)}.andes-tab:focus{box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-tab:focus-visible{box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-tab:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-tab:hover:not(.andes-tab--disabled){color:#3483fa}.andes-tab:hover:not(.andes-tab--disabled).andes-tab--selected{color:#2968c8}.andes-tab:hover:not(.andes-tab--disabled).andes-tab--stretched:after,.andes-tab:hover:not(.andes-tab--disabled):not(.andes-tab--stretched) .andes-tab__link:after{background-color:#2968c8}.andes-tab.andes-tab--selected:active:not(.andes-tab--disabled),.andes-tab:active:not(.andes-tab--disabled){background-color:rgba(65,137,230,.1);color:#1f4e96}.andes-tab.andes-tab--selected:active:not(.andes-tab--disabled).andes-tab--stretched:after,.andes-tab.andes-tab--selected:active:not(.andes-tab--disabled):not(.andes-tab--stretched) .andes-tab__link:after,.andes-tab:active:not(.andes-tab--disabled).andes-tab--stretched:after,.andes-tab:active:not(.andes-tab--disabled):not(.andes-tab--stretched) .andes-tab__link:after{background-color:#1f4e96}.andes-tab--disabled{background-color:unset;color:rgba(0,0,0,.25);cursor:default}.andes-tab--selected{color:#3483fa}.andes-tab--selected .andes-tab__link:after{background-color:#3483fa;-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-border-top-right-radius:3px;border-top-right-radius:3px;bottom:0;content:"";height:3px;left:0;position:absolute;width:100%}.andes-tab--selected.andes-tab--stretched.andes-tab--first .andes-tab__link:after{-webkit-border-top-left-radius:0;border-top-left-radius:0}.andes-tab--selected.andes-tab--stretched.andes-tab--last .andes-tab__link:after{-webkit-border-top-right-radius:0;border-top-right-radius:0}.andes-tabs__swipeable-content{overflow-x:hidden}.andes-tabs__swipeable-content-scroll{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:-webkit-flex;display:flex;font-size:16px;padding:1em 1.5em;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%;will-change:transform}.andes-tabs__swipeable-content-scroll--translated{-webkit-transform:translateX(-webkit-calc(-100% + 1.5em));transform:translateX(calc(-100% + 1.5em))}.andes-tabs__swipeable-content-scroll .andes-tab-content{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-flex-shrink:0;flex-shrink:0;padding:0;width:100%}.andes-tabs__swipeable-content-scroll .andes-tab-content:not(:last-child){margin-right:1.5em}.andes-tab-content{padding:1em 1.5em}.andes-tab-content:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-tab-content:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-tab-content:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}@media(min-width:768px){.andes-tabs__wrapper{width:100%}.andes-tabs__wrapper--scrollable{width:-webkit-calc(100% - 80px);width:calc(100% - 80px)}.andes-tabs__scroll-tool--controls{display:-webkit-flex;display:flex}.andes-tab{width:auto}.andes-tab__link{font-size:16px;margin:0 1.5em;padding:1em 0}.andes-tab--stretched .andes-tab__link{margin:0;padding:1em 1.5em}}.andes-list{-webkit-font-smoothing:antialiased;background-color:#fff;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:18px;font-weight:400;line-height:1;margin:0;padding:0}.andes-list:focus{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.andes-list:focus-visible{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.andes-list-with-dividers .andes-list__item+.andes-list__item{border-top:1px solid rgba(0,0,0,.1)}.andes-list-asset{margin-top:.5em}.andes-list__item{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;padding:0 16px}.andes-list__item:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-list__item:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-list__item:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-list__item-anchor{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;margin:0 -16px;padding:0 16px;text-decoration:none;width:100%;width:-moz-available;width:-webkit-fill-available;width:fill-available}.andes-list__item-anchor:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-list__item-anchor:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-list__item-anchor:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-list__item-action-button{-webkit-align-items:center;align-items:center;background-color:transparent;border:0;display:-webkit-flex;display:flex;font-family:inherit;font-size:inherit;-webkit-justify-content:space-between;justify-content:space-between;line-height:12px;margin:0 -16px;padding:0 18px;text-decoration:none;width:-moz-available;width:-webkit-fill-available;width:fill-available}.andes-list__item-action-button:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-list__item-action-button:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-list__item-action-button:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-list__item-with-secondary{-webkit-align-self:center;align-self:center}.andes-list__item-first-column{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-flex-grow:4;flex-grow:4}.andes-list__item-second-column{display:-webkit-inline-flex;display:inline-flex}.andes-list__item-second-column .andes-list__item-tertiary{padding-right:16px}.andes-list__item-second-column .andes-list__item-chevron--centered{-webkit-align-self:center;align-self:center}.andes-list__item-second-column .andes-list__item-chevron--top{-webkit-align-self:flex-start;align-self:flex-start}.andes-list__item-primary{color:rgba(0,0,0,.9);display:block}.andes-list__item-secondary{color:rgba(0,0,0,.55);display:block;font-size:16px;line-height:1;text-align:start}.andes-list__item-tertiary{-webkit-align-self:center;align-self:center;color:rgba(0,0,0,.9)}.andes-list__item-tertiary .andes-checkbox__label{margin-left:0}.andes-list__item-image{-webkit-align-self:flex-start;align-self:flex-start;border:1px solid rgba(0,0,0,.1);-webkit-border-radius:50%;border-radius:50%;display:block}.andes-list__item--size-small{height:40px}.andes-list__item--size-small.andes-list__item-with-image{height:56px}.andes-list__item--size-small .andes-list__item-first-column{padding:15px 0}.andes-list__item--size-small .andes-list__item-asset{margin-right:12px}.andes-list__item--size-small .andes-list__item-asset--icon{margin-right:0}.andes-list__item--size-small .andes-list__item-asset--icon>svg{margin-right:8px;margin-top:.25em}.andes-list__item--size-small .andes-list__item-primary,.andes-list__item--size-small .andes-list__item-tertiary{font-size:14px}.andes-list__item--size-small .andes-list__item-image{height:36px;min-height:36px;min-width:36px;width:36px}.andes-list__item--size-medium{height:48px}.andes-list__item--size-medium.andes-list__item-with-image,.andes-list__item--size-medium.andes-list__item-with-secondary{height:68px}.andes-list__item--size-medium.andes-list__item-with-image .andes-list__item-tertiary--top,.andes-list__item--size-medium.andes-list__item-with-secondary .andes-list__item-tertiary--top{-webkit-align-self:start;align-self:start;margin-top:.87em}.andes-list__item--size-medium.andes-list__item-with-secondary .andes-list__item-asset>svg{padding-bottom:1.4em}.andes-list__item--size-medium .andes-list__item-first-column{padding:18px 0}.andes-list__item--size-medium .andes-list__item-asset{margin-right:16px}.andes-list__item--size-medium .andes-list__item-asset--icon{margin-right:0}.andes-list__item--size-medium .andes-list__item-asset>svg{margin-right:12px;margin-top:.1em}.andes-list__item--size-medium .andes-list__item-primary,.andes-list__item--size-medium .andes-list__item-tertiary{font-size:16px}.andes-list__item--size-medium .andes-list__item-secondary{font-size:14px;margin-top:12px}.andes-list__item--size-medium .andes-list__item-chevron--top{margin-top:.6em}.andes-list__item--size-medium .andes-list__item-image{height:38px;min-height:38px;min-width:38px;width:38px}.andes-list__item--size-large{height:68px}.andes-list__item--size-large.andes-list__item-with-image,.andes-list__item--size-large.andes-list__item-with-secondary{height:96px}.andes-list__item--size-large.andes-list__item-with-image .andes-list__item-tertiary--top,.andes-list__item--size-large.andes-list__item-with-secondary .andes-list__item-tertiary--top{-webkit-align-self:start;align-self:start;margin-top:1.28em}.andes-list__item--size-large.andes-list__item-with-secondary .andes-list__item-asset>svg{padding-bottom:1.7em}.andes-list__item--size-large .andes-list__item-first-column{padding:28px 0}.andes-list__item--size-large .andes-list__item-asset{margin-right:16px}.andes-list__item--size-large .andes-list__item-asset--icon{margin-right:0}.andes-list__item--size-large .andes-list__item-asset>svg{margin-right:16px;margin-top:.1em}.andes-list__item--size-large .andes-list__item-secondary{margin-top:16px}.andes-list__item--size-large .andes-list__item-chevron--top{margin-top:1.2em}.andes-list__item--size-large .andes-list__item-image{height:54px;min-height:54px;min-width:54px;width:54px}.andes-list__item--padding-0{padding:0}.andes-list__item--padding-16{padding-left:16px;padding-right:16px}.andes-list__item--padding-24{padding-left:24px;padding-right:24px}.andes-list__item--padding-32{padding-left:32px;padding-right:32px}.andes-list__item--padding-40{padding-left:40px;padding-right:40px}.andes-list--dropdown .andes-list__item-secondary,.andes-list--dropdown .andes-list__item-tertiary{display:none}.andes-list--dropdown .andes-list__item--size-medium.andes-list__item-with-image,.andes-list--dropdown .andes-list__item--size-medium.andes-list__item-with-secondary{height:48px}.andes-list--dropdown .andes-list__item--size-large.andes-list__item-with-image,.andes-list--dropdown .andes-list__item--size-large.andes-list__item-with-secondary{height:68px}.andes-list--dropdown .andes-list__item-with-image .andes-list__item-first-column .andes-list__item-asset>svg,.andes-list--dropdown .andes-list__item-with-secondary .andes-list__item-first-column .andes-list__item-asset>svg{padding-bottom:0}.andes-list--selectable .andes-list__item:hover{background-color:#fff}@media(min-width:768px){.andes-list--selectable .andes-list__item:hover{background-color:rgba(0,0,0,.04)}}.andes-list--selectable .andes-list__item{cursor:pointer}.andes-list--selectable .andes-list__item:hover{-webkit-transition:background-color .1s ease-out;transition:background-color .1s ease-out}.andes-list--selectable .andes-list__item--disabled{cursor:default}.andes-list--selectable .andes-list__item--disabled:hover{background-color:#fff}.andes-list__item--disabled:hover{background:transparent}.andes-list__item--disabled .andes-list__item-primary,.andes-list__item--disabled .andes-list__item-secondary,.andes-list__item--disabled .andes-list__item-tertiary{color:rgba(0,0,0,.25)}.andes-list__item--disabled .andes-list__item-first-column .andes-list__item-asset>svg path{fill:rgba(0,0,0,.25)}.andes-list__item--disabled.andes-list__item--selected:before{border-left:.1111111111em solid rgba(0,0,0,.25)}.andes-list__item--disabled.andes-list__item--selected .andes-list__item-primary{color:rgba(0,0,0,.25)}.andes-list__item--disabled.andes-list__item--selected .andes-list__item-first-column .andes-list__item-asset>svg path{fill:rgba(0,0,0,.25)}.andes-list__item--disabled.andes-list__item--selected.andes-list__item-with-selection-component .andes-list__item-primary{color:rgba(0,0,0,.25)}.andes-list__item--selected{position:relative}.andes-list__item--selected:before{left:2px;position:absolute}.andes-list__item--selected-padding-0:before,.andes-list__item--selected:before{border-left:.1111111111em solid #3483fa;-webkit-border-radius:1.5px;border-radius:1.5px;bottom:2px;content:"";top:2px}.andes-list__item--selected-padding-0:before{left:0}.andes-list__item--selected .andes-list__item-primary{color:#3483fa;font-weight:600}.andes-list__item--selected.andes-list__item-with-selection-component:before{border-left:0}.andes-list__item--selected.andes-list__item-with-selection-component .andes-list__item-primary{color:rgba(0,0,0,.9);font-weight:400}.andes-list__item--selected:not(.andes-form-control--split-item) .andes-list__item-first-column .andes-list__item-asset>svg path{fill:#3483fa}.ui-recommendations-carousel-container-img{display:none;height:0;width:0}.ui-recommendations-title{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{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-subtitle{-webkit-align-self:baseline;align-self:baseline;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{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;width:100%}.ui-recommendations-footer__chevron{display:-webkit-flex;display:flex}.ui-recommendations-footer-icon{stroke:#3483fa;height:14px;width:9px}.ui-recommendations-carousel-container-ref,.ui-recommendations-carousel-snapped{width:100%}.ui-recommendations-carousel-snapped__header{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:24px}.ui-recommendations-carousel-snapped__header-titles{-webkit-align-items:baseline;align-items:baseline;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.ui-recommendations-carousel-snapped .andes-carousel-snapped--scroll-hidden{overflow-y:hidden}.ui-recommendations-carousel-snapped .andes-carousel-snapped__control{top:-webkit-calc((var(--max-card-height,auto) + 18px)/2);top:calc((var(--max-card-height, auto) + 18px)/2)}.ui-recommendations-carousel-snapped .andes-carousel-snapped__container{height:-webkit-calc(var(--max-card-height,auto));height:calc(var(--max-card-height, auto))}.ui-recommendations-carousel-snapped .andes-carousel-snapped__slide{-webkit-justify-content:center;justify-content:center;margin-bottom:16px;padding:0 2px}.ui-recommendations-carousel-snapped .ui-recommendations-footer__link{display:inline-block;margin-left:2px;margin-top:24px}.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{-webkit-transition-duration:.1s;transition-duration:.1s;-webkit-transition-property:height,max-height;transition-property:height,max-height;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.ui-recommendations-card__action,.ui-recommendations-card__price-original-price,.ui-recommendations-card__title{-webkit-transition-property:opacity .1s ease-out;transition-property:opacity .1s ease-out}.ui-recommendations-card__attributes-pill{display:-webkit-flex;display:flex;margin-bottom:8px}.ui-recommendations-card__attributes-pill:last-child{margin-bottom:0}.ui-recommendations-card__attributes-pill-label{-webkit-align-items:center;align-items:center;-webkit-border-radius:2px;border-radius:2px;color:#fff;display:-webkit-flex;display:flex;-webkit-flex:0 1 auto;flex:0 1 auto;font-size:12px;font-weight:600;line-height:15px;padding:3px 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{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{-webkit-align-items:center;align-items:center;background-color:hsla(0,0%,100%,.7);border:0;-webkit-border-radius:50%;border-radius:50%;cursor:pointer;display:-webkit-flex;display:flex;-webkit-justify-content:center;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;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:opacity .25s ease-in-out,-webkit-transform .35s cubic-bezier(0,0,.3,1.5);transition:opacity .25s ease-in-out,-webkit-transform .35s cubic-bezier(0,0,.3,1.5);transition:opacity .25s ease-in-out,transform .35s cubic-bezier(0,0,.3,1.5);transition:opacity .25s ease-in-out,transform .35s cubic-bezier(0,0,.3,1.5),-webkit-transform .35s cubic-bezier(0,0,.3,1.5)}.ui-recommendations-card__bookmark-button-icon-full--active{opacity:1;-webkit-transform:scale(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__cpg{display:block}.ui-recommendations-card__cpg:last-child{margin-bottom:0}.ui-recommendations-card__cpg-icon{display:-webkit-flex;display:flex;height:9px}.ui-recommendations-card__pill{-webkit-align-items:center;align-items:center;-webkit-border-radius:2px;border-radius:2px;display:-webkit-inline-flex;display:inline-flex;-webkit-flex:0 1 auto;flex:0 1 auto;gap:4px;height:18px;line-height:1;overflow:hidden;padding:3px 4px;vertical-align:middle}.ui-recommendations-card__pill-icon{width:19px}.ui-recommendations-card__highlight-deal{display:-webkit-flex;display:flex}.ui-recommendations-card__highlight-deal:last-child{margin-bottom:0}.ui-recommendations-card__image-container{display:-webkit-flex;display:flex;-webkit-flex-shrink:0;flex-shrink:0;-webkit-justify-content:center;justify-content:center;overflow:hidden}.ui-recommendations-card__image-overlay{background:rgba(0,0,0,.04);-webkit-border-radius:8px;border-radius:8px;position:absolute}.ui-recommendations-card__installments{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;flex-wrap:wrap}.ui-recommendations-card__installments-original-price,.ui-recommendations-card__installments-price,.ui-recommendations-card__installments-price--free{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;line-height:1;margin-right:0;margin-top:1px}.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:-webkit-inline-flex;display:inline-flex}.ui-recommendations-card__melicoin{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;margin-bottom:5px;width:100%}.ui-recommendations-card__melicoin:last-child{margin-bottom:0}.ui-recommendations-card__melicoin-text{-webkit-align-items:center;align-items:center;background:#fff1cb;-webkit-border-radius:2px;border-radius:2px;color:#a47b2e;display:-webkit-flex;display:flex;font-family:Proxima Nova;font-size:12px;font-style:normal;font-weight:600;padding:1px 4px;white-space:pre}.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);-webkit-border-radius:2px;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__price-block{overflow:visible;position:relative}.ui-recommendations-card__price-block:last-child{margin-bottom:0}.ui-recommendations-card__price-top{-webkit-align-items:flex-start;align-items:flex-start;display:-webkit-flex;display:flex;-webkit-flex-direction:column;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);left:0;line-height:1;margin-bottom:4px;opacity:0;position:absolute;top:0}.ui-recommendations-card__price-and-discount{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;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{-webkit-align-items:center;align-items:center;font-size:12px;margin-bottom:4px}.ui-recommendations-card__rebates:last-child{margin-bottom:0}.ui-recommendations-card__rebates-tag{background-color:rgba(52,131,250,.2);-webkit-border-radius:3px;border-radius:3px;box-decoration-break:clone;-webkit-box-decoration-break:clone;color:#3483fa;display:inline;font-weight:600;line-height:1.6;margin-right:4px;max-width:190px;padding:0 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{-webkit-align-items:center;align-items:center;background:transparent;border:0;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:4px;height:auto;left:unset;position:relative;right:unset;top:unset;width:auto}.ui-recommendations-card__shipping:last-child{margin-bottom:0}.ui-recommendations-card__shipping-text{color:#00a650;line-height:13px}.ui-recommendations-card__shipping-promise{-webkit-align-items:center;align-items:center;-webkit-border-radius:2px;border-radius:2px;display:-webkit-flex;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{fill:#00a650;display:inline;height:13px;left:unset;margin:0;position:relative;top:1px;width:41px}.ui-recommendations-card__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;margin:0;max-height:2.6em;overflow:hidden;overflow-wrap:anywhere;text-overflow:ellipsis}.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{-webkit-box-shadow:none;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__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{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;background-color:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:-webkit-flex;display:flex;font-weight:400;height:100%;margin:0;position:relative;white-space:normal;width:100%;z-index:1}.ui-recommendations-card:after,.ui-recommendations-card:hover,.ui-recommendations-card:hover:after{-webkit-box-shadow:none;box-shadow:none}.ui-recommendations-card__content-and-hidden{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;height:auto;-webkit-justify-content:space-between;justify-content:space-between;width:100%}.ui-recommendations-card__hidden--with-actions-or-brand{position:relative;z-index:2}.ui-recommendations-card--vertical{-webkit-flex-direction:column;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-label{margin:16px 0}.ui-recommendations-card{-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.ui-recommendations-card:hover{-webkit-box-shadow:0 7px 11px 0 rgba(0,0,0,.1),0 2px 4px 0 rgba(0,0,0,.1);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:hover .ui-recommendations-card__action,.ui-recommendations-card:hover .ui-recommendations-card__brand,.ui-recommendations-card:hover .ui-recommendations-card__price-original-price{opacity:1;position:relative;-webkit-transition:opacity .1s .1s;transition:opacity .1s .1s}.ui-recommendations-card:hover .ui-recommendations-card__bookmark-button{opacity:1;position:absolute;-webkit-transition:opacity .1s .1s;transition:opacity .1s .1s}.ui-recommendations-card:focus-within{-webkit-box-shadow:0 7px 11px 0 rgba(0,0,0,.1),0 2px 4px 0 rgba(0,0,0,.1);box-shadow:0 7px 11px 0 rgba(0,0,0,.1),0 2px 4px 0 rgba(0,0,0,.1)}.ui-recommendations-card:focus-within .ui-recommendations-card__action,.ui-recommendations-card:focus-within .ui-recommendations-card__brand,.ui-recommendations-card:focus-within .ui-recommendations-card__price-original-price{opacity:1;position:relative;-webkit-transition:opacity .1s .1s;transition:opacity .1s .1s}.ui-recommendations-card:focus-within .ui-recommendations-card__bookmark-button{opacity:1;position:absolute;-webkit-transition:opacity .1s .1s;transition:opacity .1s .1s}.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-carousel-snapped .ui-recommendations-card--vertical{border:1px solid #f5f5f5;-webkit-border-radius:4px;border-radius:4px;min-height:var(--max-card-height,auto);width:222px}.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__highlight-deal:not(:last-child){margin-bottom:8px}.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__image-container{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px}.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__image{height:220px;-o-object-fit:cover;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-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),.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__cpg:not(:last-child),.ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__value-proposition: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}.banner--hidden{display:none}.ui-pdp-iframe{height:100%}.ui-pdp-iframe--loading{visibility:hidden}.ui-pdp-action-modal{display:-webkit-flex;display:flex;font-size:14px;font-weight:400}.ui-pdp-action-modal__icon{display:inline-block;vertical-align:middle}.ui-pdp-action-modal__no-title .andes-modal__close-button,.ui-pdp-action-modal__no-title .andes-modal__header--sticky{display:none}.ui-pdp-action-modal__modal .andes-modal__scroll{height:100%}.ui-pdp-action-modal__shipping_summary{padding:12px 20px 12px 16px;width:24rem;word-spacing:1px}.ui-pdp-action-modal__shipping_summary--block{margin-bottom:90px}.ui-vpp-generic-modal{padding:8px 56px 56px}.ui-pdp-iframe{width:100%}@media(max-width:768px){.ui-pdp-action-modal__shipping_summary{width:21.25rem}}@media(min-width:768px){.andes-modal.andes-modal--small .andes-modal__header{padding:64px 64px 32px}.andes-modal.andes-modal--small .andes-modal__header .andes-modal__title{font-size:28px;line-height:1.3}.andes-modal.andes-modal--small .andes-modal__header.andes-modal__header--sticky{padding:24px 64px}.andes-modal.andes-modal--small .andes-modal__header.andes-modal__header--sticky .andes-modal__title{font-size:24px}.andes-modal.andes-modal--small .andes-modal__close-button,.andes-modal.andes-modal--small .andes-modal__header.andes-modal__header--sticky .andes-modal__close-button{margin-top:8px}}.ui-pdp-action-modal{margin-top:4px}.ui-pdp-action-modal.cho-guest{margin-top:-20px}.ui-pdp-action-modal-content{height:100%;padding-bottom:0}.ui-pdp-action-modal .ui-pdp-icon{height:15px;width:14px}.ui-pdp-action-modal__modal--no-title .andes-modal__header{display:none}.ui-pdp-action-modal__modal.vip-mshops-buy-now__iframe-modal--no-title .andes-modal__header{padding:0}.ui-pdp-gallery__zoom-container{background-color:#fff;display:none;height:572px;left:99.69%;position:absolute;top:16px;width:682px;z-index:1024}.ui-pdp-gallery__zoom-container--visible{border:1px solid rgba(0,0,0,.1);-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block}.ui-pdp-gallery__zoom-container img{-o-object-fit:contain;object-fit:contain}.ui-pdp-gallery__zoom-zoom-pane{background:#fff;-webkit-transform:translate3d(255,255,255);transform:translate3d(255,255,255)}.ui-pdp-gallery__zoom-zoom-pane.ui-pdp-gallery__zoom-closing,.ui-pdp-gallery__zoom-zoom-pane.ui-pdp-gallery__zoom-opening{-webkit-animation:none;animation:none}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:hidden;position:absolute;top:0;touch-action:none;width:100%;z-index:1500}.pswp *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1);will-change:opacity}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{-webkit-backface-visibility:hidden;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0)}.pswp__bg,.pswp__scroll-wrap{height:100%;left:0;position:absolute;top:0;width:100%}.pswp__scroll-wrap{overflow:hidden}.pswp__container,.pswp__zoom-wrap{bottom:0;left:0;position:absolute;right:0;top:0;touch-action:none}.pswp__container,.pswp__img{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pswp__zoom-wrap{position:absolute;-webkit-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1),-webkit-transform 333ms cubic-bezier(.4,0,.22,1);width:100%}.pswp__bg{-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1);will-change:opacity}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{bottom:0;overflow:hidden;right:0}.pswp__img,.pswp__item{left:0;position:absolute;top:0}.pswp__img{height:auto;width:auto}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{height:auto!important;left:0;top:0;width:100%!important}.pswp__error-msg{color:#ccc;font-size:14px;left:0;line-height:16px;margin-top:-8px;position:absolute;text-align:center;top:50%;width:100%}.pswp__error-msg a{color:#ccc;text-decoration:underline}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{-webkit-appearance:none;background:none;border:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:block;float:right;height:44px;margin:0;opacity:.75;overflow:visible;padding:0;position:relative;-webkit-transition:opacity .2s;transition:opacity .2s;width:44px}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{opacity:.9;outline:none}.pswp__button::-moz-focus-inner{border:0;padding:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(https://http2.mlstatic.com/frontend-assets/vpp-frontend/0ff4d62150facee6b7de.png) 0 0 no-repeat;-webkit-background-size:264px 88px;background-size:264px 88px;height:44px;width:44px}@media(-webkit-min-device-pixel-ratio:1.09375),(-webkit-min-device-pixel-ratio:1.1),(min-resolution:1.1dppx),(min-resolution:105dpi){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(https://http2.mlstatic.com/frontend-assets/vpp-frontend/f64c3af3d0d25b9e4e00.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:none}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{background-position:-88px 0;display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:none;height:100px;margin-top:-50px;position:absolute;top:50%;width:70px}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background-color:rgba(0,0,0,.3);content:"";height:30px;position:absolute;top:35px;width:32px}.pswp__button--arrow--left:before{background-position:-138px -44px;left:6px}.pswp__button--arrow--right:before{background-position:-94px -44px;right:6px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;user-select:none}.pswp__share-modal{-webkit-backface-visibility:hidden;background:rgba(0,0,0,.5);display:block;height:100%;left:0;opacity:0;padding:10px;position:absolute;top:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;width:100%;will-change:opacity;z-index:1600}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{-webkit-backface-visibility:hidden;background:#fff;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);display:block;position:absolute;right:44px;top:56px;-webkit-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:-webkit-transform .25s;transition:transform .25s;transition:transform .25s,-webkit-transform .25s;width:auto;will-change:transform;z-index:1620}.pswp__share-tooltip a{display:block;font-size:14px;line-height:18px;padding:8px 12px}.pswp__share-tooltip a,.pswp__share-tooltip a:hover{color:#000;text-decoration:none}.pswp__share-tooltip a:first-child{-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{-webkit-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{border:6px solid transparent;border-bottom-color:#fff;content:"";display:block;height:0;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none;position:absolute;right:15px;top:-12px;width:0}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{color:#fff;font-size:13px;height:44px;left:0;line-height:44px;opacity:.75;padding:0 10px;position:absolute;top:0}.pswp__caption{bottom:0;left:0;min-height:44px;position:absolute;width:100%}.pswp__caption small{color:#bbb;font-size:11px}.pswp__caption__center{color:#ccc;font-size:13px;line-height:20px;margin:0 auto;max-width:420px;padding:10px;text-align:left}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{direction:ltr;height:44px;left:50%;margin-left:-22px;opacity:0;position:absolute;top:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;width:44px;will-change:opacity}.pswp__preloader__icn{height:20px;margin:12px;width:20px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(https://http2.mlstatic.com/frontend-assets/vpp-frontend/14d740b6ee64510747b0.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:none;height:14px;left:15px;margin:0;opacity:.75;position:absolute;top:15px;width:14px}.pswp--css_animation .pswp__preloader__cut{height:14px;overflow:hidden;position:relative;width:7px}.pswp--css_animation .pswp__preloader__donut{background:none;border-color:#fff #fff transparent transparent;-webkit-border-radius:50%;border-radius:50%;border-style:solid;border-width:2px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:14px;left:0;margin:0;position:absolute;top:0;width:14px}@media screen and (max-width:1024px){.pswp__preloader{float:right;left:auto;margin:0;position:relative;top:auto}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;opacity:1;visibility:visible;z-index:1550}.pswp__top-bar{height:44px;left:0;position:absolute;top:0;width:100%}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1);will-change:opacity}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right,.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:none}.pswp{z-index:9999}.pswp__top-bar{background-color:transparent}.pswp__button,.pswp__top-bar{opacity:1!important}.pswp__counter{background-color:rgba(0,0,0,.25);-webkit-border-radius:12px;border-radius:12px;font-size:12px;height:24px;left:46px;line-height:24px;min-width:42px;top:46px}.pswp__button--close{background-color:rgba(0,0,0,.25);background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIyMyI+PHBhdGggZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJtMTUgMTAuOTQgNS40Ny01LjQ3IDEuMDYgMS4wNkwxNi4wNiAxMmw1LjQ3IDUuNDctMS4wNiAxLjA2TDE1IDEzLjA2bC01LjQ3IDUuNDctMS4wNi0xLjA2TDEzLjk0IDEyIDguNDcgNi41M2wxLjA2LTEuMDZMMTUgMTAuOTR6Ii8+PC9zdmc+")!important;background-position:50%;-webkit-background-size:44px 44px;background-size:44px;height:32px;right:45px;top:41px;width:32px}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background-color:rgba(0,0,0,.25);opacity:.75}.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-position:50%;-webkit-background-size:50px 50px;background-size:50px;height:50px;width:50px}.pswp--svg .pswp__button--arrow--left{left:41px}.pswp--svg .pswp__button--arrow--left:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0idWktaWNvbiI+PGcgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMTAuNjQ2IDQuNjQ2LTQgNEw2LjI5MyA5IDcgOS43MDdsLjM1NC0uMzUzIDQtNEwxMS43MDcgNSAxMSA0LjI5M3oiLz48cGF0aCBkPSJtMTEuMzU0IDEyLjY0Ni00LTRMNyA4LjI5MyA2LjI5MyA5bC4zNTMuMzU0IDQgNCAuMzU0LjM1My43MDctLjcwN3oiLz48L2c+PC9zdmc+")}.pswp--svg .pswp__button--arrow--right{right:41px}.pswp--svg .pswp__button--arrow--right:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0idWktaWNvbiB1aS1pY29uLS1jaGV2cm9uLXJpZ2h0Ij48ZyBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Im02LjY0NiA1LjM1NCA0IDQgLjM1NC4zNTMuNzA3LS43MDctLjM1My0uMzU0LTQtNEw3IDQuMjkzIDYuMjkzIDV6Ii8+PHBhdGggZD0ibTcuMzU0IDEzLjM1NCA0LTRMMTEuNzA3IDkgMTEgOC4yOTNsLS4zNTQuMzUzLTQgNC0uMzUzLjM1NC43MDcuNzA3eiIvPjwvZz48L3N2Zz4=")}.pswp--svg .pswp__container iframe{left:0;margin:0 auto;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ui-pdp-gallery{height:100%;min-height:500px;position:relative;width:486px}.ui-pdp-gallery__figure__image{cursor:-webkit-zoom-in;cursor:zoom-in;height:auto;-o-object-fit:contain;object-fit:contain;width:100%}.ui-pdp-gallery__column{height:auto;margin-left:16px;margin-top:16px;position:absolute;width:100%}.ui-pdp-gallery__column__variation-gallery{cursor:-webkit-zoom-in;cursor:zoom-in;height:auto;-o-object-fit:contain;object-fit:contain;width:100%}.ui-pdp-gallery__column__variation-picture{display:none;z-index:1}.ui-pdp-gallery__column__variation-picture,.ui-pdp-gallery__figure{background-color:#fff;height:100%;left:50px;margin:24px 0 0;min-height:500px;padding:16px;position:absolute;top:0;width:410px}.ui-pdp-gallery__figure{display:-webkit-flex;display:flex;opacity:0;text-align:center;visibility:hidden}.ui-pdp-gallery__figure-VIDEO{width:100%}.ui-pdp-gallery__input{display:none}.ui-pdp-gallery__input:checked+.ui-pdp-gallery__wrapper .ui-pdp-gallery__figure{opacity:1;visibility:visible}.ui-pdp-gallery__input:checked+.ui-pdp-gallery__wrapper .ui-pdp-thumbnail__picture{margin:-1px}.ui-pdp-gallery__input:checked+.ui-pdp-gallery__wrapper .ui-pdp-gallery__thumbnail{border:2px solid #3483fa}.ui-pdp-gallery__wrapper{display:block;margin-bottom:8px}.ui-pdp-gallery__input:hover+.ui-pdp-gallery__wrapper .ui-pdp-gallery__figure{opacity:1;visibility:visible;z-index:3}.ui-pdp-gallery__thumbnail{-webkit-border-radius:4px;border-radius:4px;margin-right:0;z-index:5}.ui-pdp-gallery__label{position:relative}.ui-pdp-gallery__see-more{background-color:hsla(0,0%,100%,.6);padding:12px}.ui-pdp-gallery__thumbnail-icon{display:-webkit-flex;display:flex;height:24px;width:24px}.ui-pdp-gallery__video-icon{background-color:hsla(0,0%,100%,.6);border:3px solid #3483fa;-webkit-border-radius:50%;border-radius:50%;display:block;height:32px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:32px}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){:root .ui-pdp-gallery__figure__image,_:-ms-fullscreen{margin-left:auto;margin-right:auto;width:auto}}.andes-money-amount{-webkit-align-items:baseline;align-items:baseline;display:-webkit-flex;display:flex;font-weight:400;line-height:1.25}.andes-money-amount__currency-symbol,.andes-money-amount__negative-symbol{padding-right:.2em}.andes-money-amount--compact{line-height:1}.andes-money-amount--cents-superscript .andes-money-amount__cents{-webkit-align-self:flex-start;align-self:flex-start;margin-left:1px}.andes-money-amount--weight-semibold{font-weight:600}.andes-money-amount--previous{color: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 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: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:-webkit-flex;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:-webkit-flex;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:-webkit-flex;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:-webkit-flex;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:-webkit-flex;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:-webkit-flex;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:-webkit-flex;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:-webkit-flex;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:-webkit-flex;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:-webkit-flex;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:-webkit-flex;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:-webkit-flex;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:-webkit-flex;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:-webkit-flex;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:-webkit-flex;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{-webkit-align-items:center;align-items:center;color:#00a650;display:-webkit-flex;display:flex;font-weight:400}.andes-money-amount__discount .andes-money-amount__discount-icon-12{-webkit-align-items:center;align-items:center;color:#00a650;display:-webkit-flex;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{-webkit-align-items:center;align-items:center;color:#00a650;display:-webkit-flex;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{-webkit-align-items:center;align-items:center;color:#00a650;display:-webkit-flex;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{-webkit-align-items:center;align-items:center;color:#00a650;display:-webkit-flex;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{-webkit-align-items:center;align-items:center;color:#00a650;display:-webkit-flex;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{-webkit-align-items:center;align-items:center;color:#00a650;display:-webkit-flex;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{-webkit-align-items:center;align-items:center;color:#00a650;display:-webkit-flex;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{-webkit-align-items:center;align-items:center;color:#00a650;display:-webkit-flex;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}p .andes-money-amount{font-weight:inherit}.ui-pdp-price{color:rgba(0,0,0,.9);display:inline-block;font-weight:400;letter-spacing:normal;vertical-align:bottom}.ui-pdp-price__part,.ui-pdp-price__part.price-tag{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ui-pdp-price__part.price-tag{vertical-align:bottom}.ui-pdp-price__part-concat-symbol{position:relative}.ui-pdp-price__part-concat-symbol-20{margin:0 0 0 4px}.ui-pdp-price__part-concat-symbol-36{margin:0 0 0 8px}.ui-pdp-price__part-maximum-price .price-tag-symbol{display:none}.ui-pdp-price>.price-tag__disabled{display:table}.ui-pdp-price__original-value{color:rgba(0,0,0,.55);display:table;font-size:.45em}.ui-pdp-price .price-tag-cents{line-height:1.2em}.ui-pdp-price__second-line{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start}.ui-pdp-price__second-line--bold .ui-pdp-price__part{font-weight:600}.ui-pdp-price__second-line__label{font-weight:400;margin-left:8px}.ui-pdp-price__second-line__icon{margin-right:5px;vertical-align:top}.ui-pdp-price__second-line .ui-pdp-icon--price-info{margin-left:8px}.ui-pdp-price__subtitles{font-size:16px;line-height:1em;margin-top:8px}.ui-pdp-price__subtitle{display:block;padding-top:4px}.ui-pdp-price__tags{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;margin-top:5px}.ui-pdp-price__tags__wrapper-tags{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;flex-wrap:wrap}.ui-pdp-price__tags__wrapper-tags--click.ui-pdp-family--SEMIBOLD .ui-pdp-price__part{font-weight:inherit;line-height:inherit;margin:0 .27em}.ui-pdp-price__tags .ui-pdp-promotions-pill-label{margin-bottom:5px;margin-right:7px;opacity:.9;padding:7px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ui-pdp-price__payments-methods{display:-webkit-flex;display:flex}.ui-pdp-price__payments-methods__link{color:#3483fa;font-size:16px;font-weight:400}.ui-pdp-price__bulk-unit{font-size:16px;position:relative;top:7px}.ui-pdp-price__label-discount{font-size:16px;font-weight:400;margin:0 0 0 8px;position:relative}.ui-pdp-price--size-tiny{font-size:14px}.ui-pdp-price--size-tiny .price-tag-cents{font-size:10px}.ui-pdp-price--size-small{font-size:16px}.ui-pdp-price--size-small .price-tag-cents{font-size:10px}.ui-pdp-price--size-medium{font-size:22px}.ui-pdp-price--size-large{font-weight:400}.ui-pdp-price--size-large__label{font-size:36px;font-weight:300}.ui-pdp-price--size-large .ui-pdp-price__part{font-weight:300}.ui-pdp-price--size-large .ui-pdp-price__original-value{font-weight:400}.ui-pdp-price--weight-semibold{font-weight:600}.ui-pdp-price__tooltip{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:800}.ui-pdp-price__tooltip-buy_loyalty_level_tooltip{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex}.ui-pdp-price__tooltip-buy_loyalty_level_tooltip .view-more__link{display:inline-block;font-size:14px;font-weight:600;margin-left:6px;margin-right:6px}.ui-pdp-price__tooltip-buy_loyalty_level_tooltip .ui-pdp-action-modal__link{color:#fff;font-size:14px;font-weight:600}.ui-pdp-price__tooltip-buy_loyalty_level_tooltip .buy_loyalty_level_tooltip__content{font-size:14px;font-weight:400;margin-left:15px}.ui-pdp-price__tooltip-buy_loyalty_level_tooltip .buy_loyalty_level_tooltip__content .ui-pdp-icon--chevron{stroke:#fff;height:10px;position:relative;top:1px}.ui-pdp-price__tooltip-loyalty_discount_tooltip{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex}.ui-pdp-price__tooltip-loyalty_discount_tooltip .loyalty_discount_tooltip__content{margin-left:15px;max-width:215px}.ui-pdp-price__tooltip.ui-pdp-background-color--GREEN .andes-tooltip-arrow:before{background-color:#00a650}.ui-pdp-price__tooltip.ui-pdp-background-color--GREEN .andes-tooltip-button-close:after,.ui-pdp-price__tooltip.ui-pdp-background-color--GREEN .andes-tooltip-button-close:before{background-color:#fff;height:12px;width:1px}.ui-pdp-price__tooltip-currency_tooltip__title{font-size:15px}.ui-pdp-price__tooltip-currency_tooltip__action,.ui-pdp-price__tooltip-currency_tooltip__subtitle{font-size:13px;margin-top:2px}.ui-pdp-price__loyalty-purchase-description{color:rgba(0,0,0,.55);font-size:14px;margin-top:5px}.ui-pdp-price__loyalty-purchase-description .ui-pdp-action-modal{display:inline-block}.ui-pdp-price__loyalty-purchase-description .ui-pdp-icon--loyalty{margin-right:8px;position:relative;top:2px}.ui-pdp-price .ui-pdp-price__part{display:-webkit-inline-flex;display:inline-flex}.ui-vpp-payment-promotion{position:relative}.ui-vpp-payment-promotion--inner-anchor{cursor:pointer}.ui-vpp-payment-promotion__container{-webkit-align-items:center;align-items:center;border:1px solid rgba(0,0,0,.1);-webkit-border-radius:6px;border-radius:6px;display:-webkit-flex;display:flex;margin:12px 0;padding:12px 16px}.ui-vpp-payment-promotion .ui-pdp-payment-icon__container{margin-right:16px}.ui-vpp-payment-promotion .ui-pdp-icon--chevron{margin-top:10px}.ui-vpp-payment-promotion .ui-pdp-payment-icon{margin-top:0}.ui-vpp-payment-promotion sup{font-size:10px;top:2px;vertical-align:top}.ui-vpp-payment-promotion__action:after{content:"";cursor:pointer;display:block;height:100%;position:absolute;right:0;top:0;width:100%}.ui-vpp-payment-promotion .ui-pdp-payment-icon__container{margin-top:0}.ui-vpp-payment-promotion__action{padding-top:4px}.ui-pdp-price__second-line__label{margin-left:6px;margin-top:1px}.ui-pdp-price__tags{margin-top:16px}.ui-pdp-price__tags__wrapper-tags{-webkit-align-items:baseline;align-items:baseline;margin-bottom:8px}.ui-pdp-price__tags__wrapper-tags:last-of-type{margin-bottom:0}.ui-pdp-price__tags__wrapper-tags:last-of-type .ui-pdp-promotions-pill-label--info{padding-top:5px}.ui-pdp-price__tags__wrapper-tags:last-of-type .ui-pdp-promotions-pill-label--tag{margin-bottom:0}.ui-pdp-price__tags__wrapper-tags .ui-pdp-action-modal .ui-pdp-price__tags__wrapper-tags--click{-webkit-align-items:center;align-items:center;-webkit-border-radius:4px;border-radius:4px;display:-webkit-flex;display:flex;margin-right:8px;padding:3px 8px}.ui-pdp-price__tags__wrapper-tags .ui-pdp-action-modal .ui-pdp-price__tags__wrapper-tags--click .ui-pdp-price__part{font-weight:300}.ui-pdp-price__tags__wrapper-tags .ui-pdp-action-modal .ui-pdp-price__tags__wrapper-tags--click .ui-pdp-icon--meli-coins{height:22px;padding-left:6px;width:26px}.ui-pdp-price__tags__wrapper-tags .ui-pdp-action-modal .ui-pdp-price__tags__wrapper-tags--click.ui-pdp-family--SEMIBOLD .ui-pdp-price__part{font-weight:inherit}.ui-pdp-price__tags .ui-pdp-promotions-pill-label{margin-bottom:0;margin-right:0;padding:7px 8px;text-transform:none}.ui-pdp-price__tags .ui-pdp-promotions-pill-label--info{line-height:.9;margin-bottom:0;padding:5px 0 0}.ui-pdp-price__tags .ui-pdp-promotions-pill__label--tag-click{margin-right:8px}.ui-pdp-price__tags .ui-pdp-action-modal{-webkit-align-self:center;align-self:center}.ui-pdp-price__tooltip-buy_loyalty_level_tooltip{width:330px}.ui-pdp-price__tooltip-currency_tooltip{width:390px}@media(min-width:768px){.ui-pdp-price__buy-loyalty-modal.andes-modal{max-height:531px;max-width:784px}.ui-pdp-price__buy-loyalty-modal .andes-modal__content{padding:0}.ui-pdp-price__buy-loyalty-modal .andes-modal__close-button,.ui-pdp-price__buy-loyalty-modal .andes-modal__header--sticky{display:none}}.ui-pdp-price__second-line__label.loyalty-tooltip{cursor:pointer}.ui-pdp-price__second-line__label.loyalty-tooltip .ui-pdp-icon--chevron{stroke:rgba(0,0,0,.25);margin-left:10px;-webkit-transform:rotate(90deg);transform:rotate(90deg);vertical-align:middle}.ui-pdp-price__loyalty-purchase-description{font-weight:400}.ui-pdp-price__second-line{-webkit-transform:translateX(-1px);transform:translateX(-1px)}.ui-pdp-price .ui-pdp-icon--price-info{position:relative;top:2px}.ui-pdp-price__original-value{display:-webkit-inline-flex;display:inline-flex;font-size:16px}.ui-pdp-price__payments-link{margin-top:8px}.ui-pdp-price__payments-link .ui-pdp-action-modal{margin-top:0}.ui-pdp-price__payments-link .ui-pdp-action-modal .ui-pdp-media .ui-pdp-media__body .ui-pdp-media__title,.ui-pdp-price__upper{font-size:14px;line-height:1}.ui-pdp-price__upper{font-weight:400;margin-bottom:4px}.ui-pdp-price__subtitles{-webkit-align-items:baseline;align-items:baseline;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;line-height:1;margin-top:4px}.ui-pdp-price__subtitles>p{display:inline}.ui-pdp-price__subtitles .ui-pdp-price__part{display:-webkit-inline-flex;display:inline-flex;font-weight:400}.ui-pdp-price--size-large{font-weight:300}.ui-pdp-generic-summary__message__text{padding-right:1.1428571429em}.ui-pdp-generic-summary .price-tag__disabled{color:rgba(0,0,0,.55)}.ui-pdp-generic-summary__action-icon{height:14px;margin-right:6px;width:10px}.ui-pdp-generic-summary .price-tag-cents{line-height:1.5}.ui-pdp-generic-summary--black-price .ui-pdp-price__part{color:rgba(0,0,0,.9)}.ui-pdp-generic-summary--black-price .ui-pdp-price__part__previous{color:rgba(0,0,0,.55)}.ui-pdp-generic-summary--md .ui-pdp-media__text{line-height:1.29}.ui-pdp-generic-summary--md .ui-pdp-media__text .ui-pdp-price__part{color:inherit;display:inline;font-size:inherit;line-height:inherit}.ui-pdp-generic-summary--md .ui-pdp-media__text .ui-pdp-price__part .price-tag-cents{font-size:.7em;position:relative;vertical-align:top}.ui-pdp-generic-summary .ui-pdp-icon--return{height:22px;width:17px}.ui-pdp-generic-summary-modal .andes-modal__close-button{-webkit-backface-visibility:hidden;backface-visibility:hidden}.ui-pdp-generic-summary-modal.ui-pdp-action-modal__modal--no-close .andes-modal__close-button{display:none}.ui-pdp-generic-summary-modal .andes-spinner{background-color:#fff}.ui-pdp-payment-sprites{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;margin-top:4px}.ui-pdp-payment-sprites__icon{margin:0 0 0 5px}.ui-pdp-payment-sprites__icon:first-child{margin-left:0}.ui-pdp-generic-summary{position:relative;width:100%}.ui-pdp-generic-summary__message{margin:20px 0 20px 30px}.ui-pdp-generic-summary__spinner{left:50%;margin-left:-16px;position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ui-pdp-generic-summary__message{margin-bottom:0}@media(min-width:768px){.ui-pdp-generic-summary-modal.andes-modal.shipping_summary__modal .andes-modal__header,.ui-pdp-generic-summary-modal.andes-modal.shipping_summary__modal .andes-modal__header--sticky,.ui-pdp-generic-summary-modal.andes-modal.ui-pdp-shipping-modal .andes-modal__header,.ui-pdp-generic-summary-modal.andes-modal.ui-pdp-shipping-modal .andes-modal__header--sticky{background:none;padding:48px 48px 0;position:relative;z-index:1}.ui-pdp-generic-summary-modal.andes-modal.shipping_summary__modal .andes-modal__content,.ui-pdp-generic-summary-modal.andes-modal.ui-pdp-shipping-modal .andes-modal__content{margin-top:-28px;position:relative;z-index:0}.ui-pdp-generic-summary-modal.andes-modal.shipping_summary__modal .andes-modal__header--sticky,.ui-pdp-generic-summary-modal.andes-modal.ui-pdp-shipping-modal .andes-modal__header--sticky{-webkit-box-shadow:none;box-shadow:none}}.ui-pdp-buybox__quantity__input{padding:24px 12px 12px;position:relative}.ui-pdp-buybox__quantity__input-textfield .andes-form-control__field{width:100%}.ui-pdp-buybox__quantity__input .andes-form-control{display:inline-block;padding:0}.ui-pdp-buybox__quantity__input .andes-button{margin:8px}.ui-pdp-buybox__quantity__input .andes-form-control---error-icon path{fill:#fff}.ui-pdp-buybox__quantity__input .andes-form-control---error-icon path:first-child{fill:#f23d4f}.ui-pdp-buybox__quantity__stock{color:rgba(0,0,0,.25);font-size:12px}.ui-pdp-buybox__quantity__disclaimer{margin-top:8px}.ui-pdp-quantity-selector{border:none;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.3);box-shadow:0 1px 2px 0 rgba(0,0,0,.3);padding:0;width:200px}.ui-pdp-quantity-selector .andes-tooltip-data__arrow{display:none}.ui-pdp-quantity-selector--options{width:265px}.ui-pdp-quantity-selector--options .andes-list--dropdown{max-height:310px;overflow-y:auto}.ui-pdp-quantity-selector .andes-tooltip-arrow,.ui-pdp-quantity-selector .andes-tooltip-button-close{display:none}.ui-pdp-quantity-selector .andes-list__item{-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.ui-pdp-quantity-selector .andes-list__item+.andes-list__item{border:none}.ui-pdp-quantity-selector .andes-list__item.andes-list__item--selected .andes-list__item-primary{color:#3483fa;font-weight:600}.ui-pdp-quantity-selector .andes-list__item:first-child{-webkit-border-top-left-radius:.25em;border-top-left-radius:.25em;-webkit-border-top-right-radius:.25em;border-top-right-radius:.25em}.ui-pdp-quantity-selector .andes-list__item:last-child{-webkit-border-bottom-left-radius:.25em;border-bottom-left-radius:.25em;-webkit-border-bottom-right-radius:.25em;border-bottom-right-radius:.25em;height:auto}.ui-pdp-buybox__quantity--native{border:1px solid rgba(0,0,0,.1);-webkit-border-radius:4px;border-radius:4px;height:50px;margin-bottom:10px;top:-1px;width:50px}.ui-pdp-buybox__quantity--native__input{border:0;-webkit-border-radius:4px;border-radius:4px;color:#000;font-weight:600;height:100%;outline:none;padding:8px;width:100%}.ui-pdp-buybox__quantity--native__input::-webkit-input-placeholder{color:#000}.ui-pdp-buybox__quantity--native__input::-moz-placeholder{color:#000}.ui-pdp-buybox__quantity--native__input::placeholder{color:#000}.ui-pdp-buybox__quantity__lowend__input{margin:12px 0}.ui-pdp-buybox__quantity__lowend__input .andes-form-control__field{width:95px}.ui-pdp-buybox__quantity__lowend__input .andes-form-control__field::-webkit-inner-spin-button{-webkit-appearance:none}.ui-pdp-buybox__quantity__lowend--mobile .andes-form-control__field{width:100%}.ui-pdp-buybox__quantity{color:rgba(0,0,0,.9)}.ui-pdp-buybox__quantity__title{color:rgba(0,0,0,.9);font-size:16px;font-weight:400}.ui-pdp-buybox__quantity__title--last{font-weight:600}.ui-pdp-buybox__quantity__selected{color:rgba(0,0,0,.9);font-size:16px;font-weight:600;margin-left:4px;white-space:nowrap}.ui-pdp-buybox__quantity__chevron{margin-left:6px;vertical-align:bottom}.ui-pdp-buybox__quantity .ui-pdp-icon--disabled{stroke:rgba(0,0,0,.25)}.ui-pdp-buybox__quantity .ui-pdp-icon--disabled path{stroke:rgba(0,0,0,.25)!important}.ui-pdp-buybox__quantity__available{color:rgba(0,0,0,.55);font-size:14px;font-weight:400;margin-left:6px;max-width:unset;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:auto}.ui-pdp-buybox__quantity__trigger{cursor:pointer;padding:0}.ui-pdp-buybox__quantity__trigger :active,.ui-pdp-buybox__quantity__trigger :focus,.ui-pdp-buybox__quantity__trigger:hover{background-color:transparent}.ui-pdp-buybox__quantity__trigger .andes-button__content{display:-webkit-flex;display:flex;max-width:275px}.ui-pdp-buybox__quantity__trigger--options .andes-button__content{max-width:320px}.ui-pdp-buybox__quantity__trigger--options .andes-button__content .ui-pdp-buybox__quantity__selected__label{display:inline;float:none}.ui-pdp-buybox__quantity__messages{line-height:18px}.ui-pdp-buybox__quantity__messages__message{display:-webkit-flex;display:flex;margin:4px}.ui-pdp-buybox__quantity__messages__message .ui-pdp-price__part,.ui-pdp-buybox__quantity__messages__message .ui-pdp-price__part .price-tag-cents{line-height:inherit}.ui-pdp-buybox__quantity__messages__message .ui-pdp-price__part{margin:0 .27em}.ui-pdp-payment-icon,.ui-pdp-payment-sprites{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:4px}.ui-pdp-payment-icon .ui-vip-payment_methods__icon,.ui-pdp-payment-sprites .ui-vip-payment_methods__icon{margin:0 20px 20px 0}.ui-pdp-generic-summary .ui-pdp-payment-icon__container,.ui-pdp-generic-summary .ui-pdp-payment-sprites__icon-container,.ui-pdp-payment .ui-pdp-payment-icon__container,.ui-pdp-payment .ui-pdp-payment-sprites__icon-container{margin:0 0 0 5px}.ui-pdp-generic-summary .ui-pdp-payment-icon__container:first-child,.ui-pdp-generic-summary .ui-pdp-payment-sprites__icon-container:first-child,.ui-pdp-payment .ui-pdp-payment-icon__container:first-child,.ui-pdp-payment .ui-pdp-payment-sprites__icon-container:first-child{margin-left:0}.ui-pdp-buybox{border:1px solid rgba(0,0,0,.1);-webkit-border-radius:8px;border-radius:8px;font-size:14px;padding:25px 16px;width:100%}.ui-pdp-buybox__container{width:100%}.ui-pdp-buybox .ui-pdp-icon--chevron{height:18px;margin-right:2px;-webkit-transition:-webkit-transform .15s linear;transition:-webkit-transform .15s linear;transition:transform .15s linear;transition:transform .15s linear,-webkit-transform .15s linear;vertical-align:bottom;width:7px}.ui-pdp-buybox .ui-pdp-icon--chevron .ui-pdp-icon--chevron--rotate-180{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.ui-pdp-buybox .ui-pdp-seller__brand-title{margin-bottom:4px}.ui-pdp-action__tooltip{width:290px}.ui-pdp-header__info{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex}.ui-pdp-header__info>div,.ui-pdp-header__info>span{margin-left:22px}.ui-pdp-header__info>div:before,.ui-pdp-header__info>span:before{background-color:#d8d8d8;content:"";height:12px;margin-left:-11px;margin-top:4px;position:absolute;width:1px}.ui-pdp-header__info>:first-child{margin-left:0}.ui-pdp-header__info>:first-child:before{display:none}.ui-pdp-header__tag{font-size:14px;margin-right:8px}.ui-pdp-header__tag+.ui-pdp-header__subtitle{display:inline-block}.ui-pdp-header__tag+.ui-pdp-header__subtitle .ui-pdp-subtitle{vertical-align:6px}.ui-pdp-header{width:100%}.ui-pdp-header__subtitle{margin-bottom:8px;margin-right:40px}.ui-pdp-header__bottom-subtitle{line-height:1;margin-right:40px;white-space:pre-wrap}.ui-pdp-header__store{color:rgba(0,0,0,.55);font-size:14px;font-weight:400;margin-top:2px}.ui-pdp-header__store a{font-weight:400}.ui-pdp-header__title-container{display:-webkit-flex;display:flex;-webkit-flex:initial;flex:initial}.ui-pdp-header__title-container svg{height:22px;width:22px}.ui-pdp-header .ui-pdp-subtitle{color:rgba(0,0,0,.55);font-size:14px;font-weight:400;white-space:pre-wrap}.ui-pdp-header .ui-pdp-title{-webkit-flex:auto;flex:auto;font-size:22px;margin-bottom:8px;margin-right:28px;padding:0}.ui-pdp-share{line-height:1}.ui-pdp-share__tooltip{padding:unset;width:auto}.ui-pdp-share__tooltip .andes-tooltip__trigger{display:inline-block;width:100px}.ui-pdp-share__tooltip .andes-tooltip-button-close{display:none}.ui-pdp-share__link__label{color:#3483fa;font-size:14px;font-weight:400;height:14px;line-height:1;padding:0 8px}.ui-pdp-share__link__label:hover{background-color:transparent;cursor:pointer}.ui-pdp-share__link__input{display:none}.ui-pdp-share__link__input:checked+div{display:block}.ui-pdp-share__link__tooltip{background:#fff;border:1px solid #ededed;-webkit-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.25);box-shadow:0 1px 3px rgba(0,0,0,.25);display:none;margin-left:-88px;margin-top:26px;padding:8px;position:absolute}.ui-pdp-share__content__list{display:-webkit-flex;display:flex;padding:6px 18px 2px 16px}.ui-pdp-share__content__list__item{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex}.ui-pdp-share__content__list svg{width:20px}.ui-pdp-share__content__list svg.ui-pdp-icon--email{width:18px}.ui-pdp-share__content__list__item:not(:last-of-type){margin-right:20px}.ui-pdp-bookmark__link-bookmark{background:transparent;border:0;cursor:pointer;padding:0;position:relative}.ui-pdp-bookmark__icon-bookmark{stroke:#3483fa;fill:none;height:21px;overflow:visible;position:absolute;width:24px}.ui-pdp-bookmark__icon-bookmark g{stroke-width:1.5}.ui-pdp-bookmark__icon-bookmark-fill{fill:#3483fa;stroke:#3483fa;height:21px;opacity:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:opacity .25s ease-in-out,-webkit-transform .35s cubic-bezier(0,0,.3,1.5);transition:opacity .25s ease-in-out,-webkit-transform .35s cubic-bezier(0,0,.3,1.5);transition:opacity .25s ease-in-out,transform .35s cubic-bezier(0,0,.3,1.5);transition:opacity .25s ease-in-out,transform .35s cubic-bezier(0,0,.3,1.5),-webkit-transform .35s cubic-bezier(0,0,.3,1.5);width:24px}.ui-pdp-bookmark__icon-bookmark-fill g{stroke-width:1.5}.ui-pdp-bookmark__icon-bookmark-fill--active{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.ui-pdp-bookmark__label{color:#3483fa;font-size:14px;font-weight:400;margin-left:8px;vertical-align:top;white-space:nowrap}.ui-pdp-bookmark__label--hidden{display:none}.ui-pdp-bookmark{position:relative}.ui-pdp-bookmark__link-bookmark{position:absolute;right:0}.ui-pdp-description{color:rgba(0,0,0,.9)}.ui-pdp-description__content{font-size:16px;font-weight:400;word-break:break-word}.ui-pdp-description__title{font-size:24px;font-weight:400;padding-bottom:24px}.ui-pdp-description__content{color:#666;font-size:20px}.ui-pdp-description__message{margin-bottom:24px}.ui-pdp-description__message .andes-message__content{width:90%}.ui-box-component{display:-webkit-flex;display:flex;-webkit-flex-flow:row wrap;flex-flow:row wrap;padding:32px 16px}.ui-box-component__title{color:rgba(0,0,0,.9);font-size:18px;font-weight:400;margin-bottom:28px;width:100%}.ui-box-component__action{font-size:14px;font-weight:400;margin-top:24px}.ui-box-component--block{display:block}.ui-vpp-box__item__title{margin-bottom:12px}.ui-vpp-box__item:not(:last-of-type){margin-bottom:24px}.andes-breadcrumb{font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:14px;margin:0 0 24px;padding:0}.andes-breadcrumb .andes-breadcrumb__item{display:inline-block}.andes-breadcrumb .andes-breadcrumb__label,.andes-breadcrumb .andes-breadcrumb__link{float:left}.andes-breadcrumb .andes-breadcrumb__link{color:#3483fa;cursor:pointer;text-decoration:none}.andes-breadcrumb .andes-breadcrumb__link:hover{color:#2968c8}.andes-breadcrumb .andes-breadcrumb__link:active{color:#3483fa}.andes-breadcrumb .andes-breadcrumb__link:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);color:#2968c8;outline:none}.andes-breadcrumb .andes-breadcrumb__link:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-breadcrumb .andes-breadcrumb__link:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-breadcrumb .andes-breadcrumb__label{color:rgba(0,0,0,.9)}.andes-breadcrumb .andes-breadcrumb__chevron{float:left;padding:0 12px}.ui-pdp-breadcrumb{display:-webkit-flex;display:flex;font-size:14px;font-weight:400;line-height:1}.ui-pdp-breadcrumb__link{color:rgba(0,0,0,.9);float:left;margin:0 25px 0 0;position:relative}.ui-pdp-breadcrumb__link:after{background-color:rgba(0,0,0,.2);content:"";height:12px;position:absolute;right:-14px;top:2px;width:1px}.ui-pdp-breadcrumb .ui-pdp-bookmark__list-share{display:inline-block}.ui-pdp-breadcrumb .andes-breadcrumb{margin:0}.ui-pdp-breadcrumb .andes-breadcrumb__chevron{padding:0 6px}.ui-pdp-breadcrumb .andes-tooltip{padding:0}.ui-pdp-breadcrumb .andes-tooltip-hidden{display:block}.ui-vpp-store__bg-image{-webkit-background-size:cover;background-size:cover;height:250px}.ui-vpp-store__logo-container{margin:0 auto;max-width:1184px;position:relative}.ui-vpp-store__logo-image-wrapper{background-color:#fff;-webkit-border-radius:4px;border-radius:4px;height:70px;position:absolute;-webkit-transform:translateY(50%);transform:translateY(50%);width:96px}.ui-vpp-store__logo-image{-webkit-border-radius:4px;border-radius:4px;display:block;height:auto;margin-left:auto;margin-right:auto;max-height:70px;max-width:96px;width:auto}.ui-pdp-component-list{-webkit-border-radius:8px;border-radius:8px;font-size:14px;padding:16px;width:100%}.ui-pdp-component-list:not(:empty){border:1px solid rgba(0,0,0,.1)}.ui-pdp-component-list .ui-pdp-icon--chevron{height:18px;margin-right:2px;-webkit-transition:-webkit-transform .15s linear;transition:-webkit-transform .15s linear;transition:transform .15s linear;transition:transform .15s linear,-webkit-transform .15s linear;vertical-align:bottom;width:7px}.ui-pdp-component-list .ui-pdp-icon--chevron .ui-pdp-icon--chevron--rotate-180{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.ui-pdp-component-list .ui-pdp-seller{margin-top:32px}.ui-pdp-component-list .ui-pdp-container__row{width:100%}.ui-pdp-container--top.ui-pdp-container--card-one-item{max-width:368px}.ui-pdp-related-search{color:rgba(0,0,0,.9);height:20px;margin-bottom:12px;margin-top:16px;overflow:hidden;overflow-wrap:break-word;width:900px}.ui-pdp-related-search__item{color:rgba(0,0,0,.9);display:inline;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:pre;width:100%}.ui-pdp-related-search__item:not(:first-of-type):not(:nth-child(2)):before{content:"-";padding:0 4px}.ui-pdp-related-search__item:first-of-type{font-weight:600}.ui-pdp-related-search__item:first-of-type:after{content:":";padding:0 4px 0 0}.ui-pdp-related-search__item:last-of-type:after{content:none}.ui-pdp-related-search__list{color:rgba(0,0,0,.9);font-weight:400}.ui-pdp-related-search__link,.ui-pdp-related-search__link:active,.ui-pdp-related-search__link:visited{color:rgba(0,0,0,.9)}.ui-pdp-related-search__link:hover{color:rgba(0,0,0,.9);text-decoration:none}.ui-pdp-specs{color:rgba(0,0,0,.9)}.ui-pdp-specs__title{font-size:24px;padding-bottom:32px}.ui-pdp-specs-groups__subtitle{font-size:20px;padding-top:20px}.ui-pdp-specs__list{padding-bottom:0}.ui-pdp-specs__table__column,.ui-pdp-specs__table__column-title{font-size:16px}.ui-pdp-specs__tabs .andes-tabs__container .andes-tab{width:auto}.ui-pdp-specs__compats{margin-bottom:32px}.ui-pdp-specs__compats-disclaimer,.ui-vpp-highlighted-specs__compats-disclaimer{color:rgba(0,0,0,.55);font-size:14px;font-weight:400;line-height:18px;margin-left:4px;margin-top:6px}.ui-pdp-specs-groups-collapsable{color:rgba(0,0,0,.9)}.ui-pdp-specs-groups-collapsable__subtitle{padding-bottom:16px;padding-top:20px}.ui-pdp-specs-groups-collapsable__list{padding-bottom:0}.ui-pdp-specs-groups-collapsable__action{cursor:pointer}.ui-pdp-specs-groups-collapsable__action:focus{outline:0}.ui-pdp-specs-groups-collapsable--is-collapsed-only-pdp{max-height:494px;overflow:hidden}.ui-pdp-specs{width:100%}.ui-pdp-specs__action{-webkit-align-items:center;align-items:center;color:#3483fa;cursor:pointer;display:-webkit-inline-flex;display:inline-flex;font-size:14px;font-weight:400;padding-right:16px;padding-top:8px}.ui-pdp-specs__action:focus{outline:0}.ui-pdp-specs__chevron{margin-left:6px;margin-top:4px}.ui-pdp-collapsable{width:100%}.ui-pdp-collapsable.ui-pdp-collapsable--is-collapsed .ui-pdp-collapsable__container{margin-top:-1px;overflow:hidden;padding-top:1px;position:relative}.ui-pdp-collapsable.ui-pdp-collapsable--is-collapsed .ui-pdp-collapsable__container:after{background-image:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(85%,hsla(0,0%,100%,.4)),to(#fff));background-image:-webkit-linear-gradient(top,hsla(0,0%,100%,0),hsla(0,0%,100%,.4) 85%,#fff);background-image:linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.4) 85%,#fff);bottom:0;content:"";height:100%;position:absolute;right:0;width:100%}.ui-pdp-collapsable__action{-webkit-align-items:center;align-items:center;color:#3483fa;display:-webkit-inline-flex;display:inline-flex;font-size:14px;font-weight:400;padding:8px 16px}.ui-pdp-collapsable__action:focus{outline:0}.ui-pdp-collapsable__chevron{margin-left:6px;margin-top:4px}.ui-pdp-collapsable.ui-pdp-collapsable--is-collapsed .ui-pdp-collapsable__container:after{background-image:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(90%,hsla(0,0%,100%,.1)),to(#fff));background-image:-webkit-linear-gradient(top,hsla(0,0%,100%,0),hsla(0,0%,100%,.1) 90%,#fff);background-image:linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.1) 90%,#fff);left:0}.ui-pdp-collapsable.ui-pdp-collapsable--is-collapsed .ui-pdp-collapsable__container-items-hidden .ui-pdp-list__wrapper:nth-child(n+12),.ui-vip-core .ui-pdp-collapsable.ui-pdp-collapsable--is-collapsed .ui-pdp-collapsable__container-items-hidden .ui-pdp-list__wrapper:nth-child(n+7){display:none}.ui-pdp-collapsable__action{cursor:pointer;margin-top:8px;padding-left:0}.ui-pdp-list{color:rgba(0,0,0,.9);font-weight:400}.ui-pdp-list__item{font-size:12px;padding-bottom:12px}.ui-pdp-list__item__label:after{content:": "}.ui-pdp-list__text{display:inline}.ui-pdp-list--floating{-webkit-padding-start:0;-moz-padding-start:0;padding-inline-start:0}.ui-pdp-list--floating .ui-pdp-list__item{display:inline-block;padding-bottom:32px;width:50%}.ui-pdp-list--floating .ui-pdp-list__item__label{color:rgba(0,0,0,.55);font-size:14px;padding-bottom:4px}.ui-pdp-list--floating .ui-pdp-list__item__label:after{content:none}.ui-pdp-list--floating .ui-pdp-list__text{display:block;font-weight:400}.ui-pdp-list{overflow:auto}.ui-pdp-list__wrapper{display:-webkit-flex;display:flex}.ui-pdp-list__item{padding-left:0;padding-right:24px;width:50%}.ui-pdp-list__item:before{display:none}.ui-pdp-list--floating .ui-pdp-list__item{width:33.33%}.ui-pdp-list__item__label{font-size:14px;font-weight:600}.ui-pdp-list__text{font-size:14px;font-weight:400}.ui-pdp-price-comparison .ui-pdp-chart-container{height:180px;width:100%}.ui-pdp-price-comparison__action{font-weight:400;margin-top:32px}.ui-pdp-price-comparison__message{margin-top:28px}.ui-pdp-price-comparison__subtitle{line-height:1.29}.ui-pdp-price-comparison__subtitle-with-tooltip{display:-webkit-inline-flex;display:inline-flex;width:100%}.ui-pdp-price-comparison__subtitle-tooltip-wrapper{padding-left:8px;padding-top:2px}.ui-pdp-price-comparison__subtitle-tooltip-wrapper .andes-tooltip__trigger{cursor:pointer}.ui-pdp-price-comparison__subtitle-tooltip{padding:1em 1.5em}.ui-pdp-price-comparison__subtitle-tooltip .ui-pdp-price-comparison__subtitle{margin-bottom:unset}.ui-pdp-price-comparison__title-legend{font-size:18px;font-weight:400}.ui-pdp-price-comparison__subtitle-legend{font-size:12px;margin-bottom:24px;margin-top:4px}.ui-pdp-price-comparison__pill{border:1px solid #ededed;-webkit-border-radius:6px;border-radius:6px;padding:8px 12px}.ui-pdp-price-comparison__pills{grid-column-gap:8px;display:grid;grid-auto-columns:1fr;grid-auto-flow:column;margin-top:24px}.ui-pdp-price-comparison__pills-subtitle{-webkit-align-items:center;align-items:center;display:-webkit-inline-flex;display:inline-flex}.ui-pdp-price-comparison__pills-subtitle svg{margin-left:4px}.ui-pdp-price-comparison__extra-info-title{margin-bottom:16px;margin-top:32px}.ui-pdp-price-comparison__extra-info-elements{margin-bottom:8px;width:100%}.ui-pdp-price-comparison__extra-info-elements-row-cleaner{clear:both}.ui-pdp-price-comparison__extra-info-element-title{float:left}.ui-pdp-price-comparison__extra-info-element-value{float:right}.ui-pdp-price-comparison{padding:32px 16px;width:100%}.ui-pdp-price-comparison__title{font-size:18px;font-weight:400;margin-bottom:32px}.ui-pdp-price-comparison__subtitle{margin-bottom:18px}.ui-pdp-price-comparison__action{font-size:14px}.ui-pdp-price-comparison__action .ui-pdp-icon{display:none}.ui-thermometer{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;height:auto;margin-left:-6px;overflow:hidden;vertical-align:baseline;width:100%}.ui-thermometer__state{display:none}.ui-thermometer__level{border-left:6px solid #fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;height:8px;margin-top:2px;width:20%}.ui-thermometer__level--1{background:#fff0f0}.ui-thermometer__level--2{background:#fff5e8}.ui-thermometer__level--3{background:#fffcda}.ui-thermometer__level--4{background:#f1fdd7}.ui-thermometer__level--5{background:#edf8ee}.ui-thermometer[value="0"] .ui-thermometer__level{background:#eee;margin:0}.ui-thermometer[value="1"] .ui-thermometer__level--1{background:#ff605a;height:12px;margin:0}.ui-thermometer[value="2"] .ui-thermometer__level--2{background:#ffb656;height:12px;margin:0}.ui-thermometer[value="3"] .ui-thermometer__level--3{background:#fff044;height:12px;margin:0}.ui-thermometer[value="4"] .ui-thermometer__level--4{background:#bbff1f;height:12px;margin:0}.ui-thermometer[value="5"] .ui-thermometer__level--5{background:#39b54a;height:12px;margin:0}.ui-pdp-seller__container-qualification{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;width:311px}.ui-pdp-seller__container-info{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;margin-top:18px}.ui-pdp-seller__link-trigger{color:rgba(0,0,0,.9);font-weight:400}.ui-pdp-seller__link-trigger:hover,.ui-pdp-seller__link-trigger:visited{color:#000}.ui-pdp-seller__icon-arrow{margin:10px 0}.ui-pdp-seller__list-info{width:165px}.ui-pdp-seller__list-description{display:-webkit-flex;display:flex;margin-bottom:0}.ui-pdp-seller__item-description{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;font-size:12px;line-height:1;padding:0 5px;position:relative;text-align:center}.ui-pdp-seller__item-description:after{background:#ddd;content:"";height:91%;position:absolute;right:0;top:8%;width:1px}.ui-pdp-seller__item-description:last-of-type:after{display:none}.ui-pdp-seller__sales-description{color:#000;display:block;font-size:24px;font-weight:400;line-height:1.2}.ui-pdp-seller__icon-description{display:inline-block;padding-top:3px;vertical-align:top;width:28px}.ui-pdp-seller__header+.ui-pdp-seller__seller-status{margin-top:24px}.ui-pdp-seller__seller-status+.ui-thermometer{margin-top:28px}.ui-pdp-seller__status-title{color:#00a650;font-size:16px;font-weight:600}.ui-pdp-seller__text-description{line-height:1;margin-top:8px}.ui-pdp-seller__status-text{color:rgba(0,0,0,.55);font-size:14px;font-weight:inherit;line-height:1.2;margin:0;overflow:hidden;text-overflow:ellipsis}.ui-pdp-seller__subtitle-info{color:#000;font-size:16px;font-weight:600}.ui-pdp-seller__text-info{font-size:14px;line-height:1.2}.ui-pdp-seller__item-info{margin-top:21px}.ui-pdp-seller__item-info:first-child{margin-top:0}.ui-pdp-seller__reputation-info{margin-top:16px}.ui-pdp-seller__header{-webkit-align-content:baseline;align-content:baseline;margin-bottom:18px}.ui-pdp-seller__header,.ui-pdp-seller__header__image-container{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex}.ui-pdp-seller__header__image-container{height:48px;margin-right:14px;padding:2px;position:relative;width:48px}.ui-pdp-seller__header__image-container:before{background:rgba(0,0,0,.04);-webkit-border-radius:4px;border-radius:4px;content:"";height:100%;left:0;position:absolute;width:100%}.ui-pdp-seller__header__image-container__image{-webkit-border-radius:4px;border-radius:4px;max-height:100%;max-width:100%}.ui-pdp-seller__header__title{color:#000;font-size:14px;font-weight:400}.ui-pdp-seller__header__subtitle-separator{margin:0 3px}.ui-pdp-seller__extra-info{margin-top:20px}.ui-pdp-seller__extra-info__title{color:#000;font-size:16px;font-weight:600}.ui-pdp-seller__extra-info__subtitle{color:rgba(0,0,0,.55);font-size:14px;margin-top:8px}.ui-pdp-buybox .ui-pdp-seller__header{margin-bottom:0;width:100%}.ui-pdp-buybox .ui-pdp-seller__header__title{-webkit-align-items:baseline;align-items:baseline;display:-webkit-flex;display:flex;line-height:1;margin-bottom:4px}.ui-pdp-buybox .ui-pdp-seller__header__subtitle{line-height:14px}.ui-pdp-buybox .ui-pdp-seller__header__subtitle:not(:last-child){margin-bottom:6px}.ui-pdp-buybox .ui-pdp-seller__header__image-container{-webkit-flex-shrink:0;flex-shrink:0;height:40px;margin-right:16px;width:40px}.ui-pdp-seller{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;font-size:14px;font-weight:400;-webkit-justify-content:flex-start;justify-content:flex-start;overflow:hidden;width:100%}.ui-pdp-seller__label-sold{color:rgba(0,0,0,.9);font-weight:400;margin-bottom:2px;margin-right:4px}.ui-pdp-seller__brand-title{display:block;min-width:100%;width:100%}.ui-pdp-seller__link-trigger a{color:#3483fa;font-size:14px;margin-bottom:2px}.ui-pdp-seller__subtitle{width:100%}.ui-pdp-seller .ui-pdp-icon--chevron{margin-left:7px}.ui-pdp-seller__tooltip{padding:24px;width:374px}.ui-pdp-seller__tooltip .andes-tooltip-arrow:before{margin-top:30px}.ui-pdp-seller__tooltip .andes-tooltip-button-close{display:none}.ui-pdp-seller__row{display:block}.ui-pdp-seller__title{font-size:2em;font-weight:600;margin-bottom:32px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.ui-pdp-buybox .ui-pdp-seller__header{-webkit-align-items:flex-start;align-items:flex-start}.ui-pdp-buybox .ui-pdp-seller__header__title{-webkit-flex-wrap:wrap;flex-wrap:wrap;font-size:14px;margin-top:0}.ui-pdp-buybox .ui-pdp-seller__with-logo .ui-pdp-seller__header__title,.ui-pdp-buybox .ui-pdp-seller__with-logo .ui-pdp-seller__header__title .ui-pdp-action-modal__link{font-size:14px}.ui-pdp-buybox .ui-pdp-seller--lowend .ui-pdp-buybox .ui-pdp-seller__container-qualification{margin-right:64px}.ui-pdp-buybox .ui-pdp-seller__link-trigger.ui-pdp-action-modal{font-weight:400;margin-top:4px}.ui-pdp-buybox .ui-pdp-seller-modal{width:720px}.ui-pdp-buybox .ui-pdp-seller__second-line{-webkit-align-items:flex-end;align-items:flex-end;display:-webkit-flex;display:flex}.ui-pdp-buybox .ui-pdp-seller__link-trigger{color:#3483fa;font-weight:600;width:auto}.ui-pdp-buybox .ui-pdp-seller__link-trigger:hover{cursor:text}.ui-pdp-buybox .ui-pdp-seller__link-trigger--link:hover{cursor:pointer}.ui-pdp-modal-seller .andes-modal__header{-webkit-user-select:none;-moz-user-select:none;user-select:none}.ui-pdp-modal-seller .ui-pdp-action-modal-content__container{padding:0 64px 48px}.ui-pdp-modal-seller .ui-pdp-seller{-webkit-justify-content:space-between;justify-content:space-between}.ui-pdp-modal-seller .andes-modal__close-button:focus{outline:transparent}.ui-pdp-modal-seller .andes-modal__header{padding-top:54px}.ui-pdp-modal-seller .andes-modal__close-button{margin-top:4px}.ui-pdp-s-results .ui-pdp-seller__with-logo .ui-pdp-seller__header__subtitle{line-height:14px}.ui-pdp-seller__link{display:inline}.ui-pdp-seller__list-extra-info .ui-seller-info__status-info{margin-top:32px}.ui-pdp-seller__list-extra-info .ui-seller-info__status-info:last-child{margin-bottom:0}.ui-pdp-seller__list-extra-info .ui-pdp-seller__extra-info-subtitle{font-size:14px;margin-left:30px}.ui-pdp-seller__list-extra-info .ui-pdp-seller__extra-info-figure-pin{fill:rgba(0,0,0,.65)}.ui-seller-info{color:rgba(0,0,0,.9);width:100%}.ui-seller-info__status-info{display:-webkit-flex;display:flex;margin-bottom:20px}.ui-seller-info__status-info__icon{margin:2px 10px 0 0;text-align:center;width:20px}.ui-seller-info__status-info__icon .ui-pdp-icon--pin{height:18px;width:20px}.ui-seller-info__status-info__icon .ui-pdp-icon--pin.ui-pdp-color--GRAY{fill:rgba(0,0,0,.9)}.ui-seller-info__status-info__title{font-size:16px;font-weight:400}.ui-seller-info__status-info__subtitle{color:rgba(0,0,0,.55);font-size:14px}.ui-seller-info__location-pin>svg{fill:rgba(0,0,0,.9)!important;height:20px;width:20px}.ui-vip-grouped-header{background-color:#ededed;display:-webkit-flex;display:flex;margin-top:12px;width:100%}.ui-vip-grouped-header__header-store{-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;bottom:-190px;padding:16px;position:absolute}.ui-vip-grouped-header .ui-pdp-breadcrumb{margin-right:auto}.ui-vip-grouped-header .ui-pdp-share{margin-left:auto;position:relative}.onboarding__modal{-webkit-border-radius:6px;border-radius:6px;max-width:644px}.onboarding__modal .andes-modal__content{height:100%;-webkit-justify-content:center;justify-content:center;padding:48px}.onboarding__container{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;height:auto;-webkit-justify-content:center;justify-content:center;margin:0 auto;max-width:450px}.onboarding__container .ui-pdp-container__row{-webkit-justify-content:center;justify-content:center;width:100%}.onboarding__container .ui-pdp-container__row:first-child{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.onboarding__container .ui-pdp-container__row .ui-pdp-media{margin-bottom:20px;width:100%}.onboarding__container .ui-pdp-container__row .ui-pdp-media__body{margin-left:14px}.onboarding__container .ui-pdp-container__row .ui-pdp-media__title{line-height:22px}.onboarding__container .ui-pdp-container__row .ui-pdp-media__text{line-height:18px}.onboarding__container .ui-pdp-container__row .ui-pdp-actions{margin:0 auto;max-width:248px;width:100%}.onboarding__modal.full-modal .ui-pdp-container__row .ui-vpp-styled-label__cbt-image-label{line-height:28px}.onboarding__modal.full-modal .ui-pdp-container__row .ui-vpp-image-component{height:auto;margin:0}.onboarding__modal.full-modal-fs{max-height:35em}.onboarding__modal.full-modal-fs .ui-pdp-container__row .ui-vpp-styled-label__cbt-image-label{line-height:28px}.onboarding__modal.full-modal-fs .ui-pdp-container__row .ui-vpp-image-component{height:auto;margin:0}.onboarding__modal.full-modal-fs .ui-pdp-container__row--full-label .ui-pdp-icon{vertical-align:middle}.onboarding__modal.full-modal-fs .ui-pdp-container__row--full-first-info-row,.onboarding__modal.full-modal-fs .ui-pdp-container__row--full-second-info-row{margin-bottom:40px}.onboarding__modal.full-modal-fs .ui-pdp-container__row--full-first-info-row .ui-pdp-price__part,.onboarding__modal.full-modal-fs .ui-pdp-container__row--full-second-info-row .ui-pdp-price__part{line-height:1.35}.onboarding__modal.cbt-modal{max-height:426px;max-width:480px}.onboarding__modal.cbt-modal--short{max-height:380px}.onboarding__modal.cbt-modal .andes-modal__content{padding:32px 48px 40px}.onboarding__modal.cbt-modal .ui-pdp-container__row .ui-pdp-media{margin-bottom:16px}.onboarding__modal.cbt-modal .ui-pdp-container__row .ui-pdp-media.cbt-third-info-row{margin-bottom:0}.onboarding__modal.cbt-modal .ui-pdp-container__row .ui-pdp-media:not(.cbt-image-label) .ui-pdp-media__body{width:320px}.onboarding__modal.cbt-modal .ui-pdp-container__row .ui-pdp-media__text,.onboarding__modal.cbt-modal .ui-pdp-container__row .ui-pdp-media__title--plain{line-height:20px}.onboarding__modal.cbt-modal .ui-pdp-container__row .cbt-image-label{-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;margin-bottom:0}.onboarding__modal.cbt-modal .ui-pdp-container__row .cbt-image-label .ui-pdp-icon--cbt-world{height:23.4px;width:23.4px}.onboarding__modal.cbt-modal .ui-pdp-container__row .cbt-image-label .ui-pdp-icon--cbt-summary{height:15px;width:198px}.onboarding__modal.cbt-modal .ui-pdp-container__row .cbt-image-label .ui-pdp-media__body{-webkit-flex:unset;flex:unset;margin-left:8px}.onboarding__modal.cbt-modal .ui-pdp-container__row .ui-pdp-actions{margin-top:13px}.onboarding__modal.cbt-modal--short{max-height:348px}.onboarding__modal.loan-summary-modal{height:415px}.onboarding__modal.loan-summary-modal .onboarding__container{max-width:400px}.onboarding__modal.loan-summary-modal .loan-summary-image{margin:0}.onboarding__modal.loan-summary-modal .loan-summary-label{line-height:1.3;margin-bottom:30px}.onboarding__modal.external-credits-modal{max-height:387px;max-width:480px}.onboarding__modal.external-credits-modal .andes-modal__content{padding:32px}.onboarding__modal.external-credits-modal .external-credits-modal-image{margin-bottom:20px;margin-left:auto;margin-right:auto;margin-top:unset}.onboarding__modal.external-credits-modal .external-credits-modal-image img{height:128px;width:223px}.onboarding__modal.external-credits-modal .external-credits-modal-title{font-size:24px;margin-bottom:8px}.onboarding__modal.external-credits-modal .external-credits-modal-subtitle{line-height:1.25;margin-bottom:35px;width:97%}.onboarding__modal.external-credits-modal .ui-pdp-container__row--modal-actions .ui-pdp-actions{margin-left:auto;margin-right:auto;width:unset}.onboarding__modal.external-credits-modal .andes-modal__close-button{color:rgba(0,0,0,.55);margin-top:unset;right:32px;top:32px}.onboarding__modal.external-credits-modal .andes-modal__close-button:after,.onboarding__modal.external-credits-modal .andes-modal__close-button:before{background-color:rgba(0,0,0,.55)}.onboarding__modal.external-credits-mc-modal{max-height:369px;max-width:480px}.onboarding__modal.external-credits-mc-modal .andes-modal__content{padding:32px}.onboarding__modal.external-credits-mc-modal .external-credits-modal-image{margin-bottom:32px;margin-left:auto;margin-right:auto;margin-top:unset}.onboarding__modal.external-credits-mc-modal .external-credits-modal-image img{height:115px;width:240px}.onboarding__modal.external-credits-mc-modal .external-credits-modal-title{font-size:24px;margin-bottom:8px}.onboarding__modal.external-credits-mc-modal .external-credits-modal-subtitle{line-height:1.25;margin-bottom:32px;width:90%}.onboarding__modal.external-credits-mc-modal .ui-pdp-container__row--modal-actions .ui-pdp-actions{margin-left:auto;margin-right:auto;width:unset}.onboarding__modal.external-credits-mc-modal .andes-modal__close-button{color:rgba(0,0,0,.55);margin-top:unset;right:32px;top:32px}.onboarding__modal.external-credits-mc-modal .andes-modal__close-button:after,.onboarding__modal.external-credits-mc-modal .andes-modal__close-button:before{background-color:rgba(0,0,0,.55)}.onboarding__modal.contacts-fraud-modal{max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.onboarding__modal.contacts-fraud-modal .contacts-fraud-icon-modal{-webkit-margin-after:32px;-webkit-margin-before:8px;margin-block-end:32px;margin-block-start:8px}.onboarding__modal.contacts-fraud-modal .andes-modal__content{padding:24px 28px}.onboarding__modal.contacts-fraud-modal .contacts-fraud-modal-title{line-height:1.25;margin-bottom:16px}.onboarding__modal.contacts-fraud-modal .contacts-fraud-modal-text-list{margin-bottom:24px}.onboarding__modal.long-term-rental-modal{max-height:400px;max-width:480px}.onboarding__modal.long-term-rental-modal .long-term-rental-modal-image{margin-bottom:20px;margin-left:auto;margin-right:auto;margin-top:unset}.onboarding__modal.long-term-rental-modal .andes-modal-dialog__content{padding:32px}.onboarding__modal.long-term-rental-modal .long-term-rental-modal-title{margin-bottom:8px}.onboarding__modal.long-term-rental-modal .long-term-rental-modal-subtitle{line-height:1.25;margin-bottom:35px}.onboarding__modal.long-term-rental-modal .ui-pdp-container__row--modal-actions .ui-pdp-actions{margin-left:auto;margin-right:auto;width:unset}.ui-pdp-syi{line-height:1;position:relative}.ui-pdp-syi__link{color:#3483fa;display:inline-block;font-size:14px;font-weight:400;line-height:1;vertical-align:middle}.ui-pdp-syi__link:hover{cursor:pointer}.ui-pdp-share+.ui-pdp-syi:before{background-color:rgba(0,0,0,.2);content:"";display:inline-block;height:14px;margin:0 10px 0 5px;vertical-align:middle;width:1px}.ui-pdp-print_to_pdf{line-height:1;position:relative}.ui-pdp-print_to_pdf__link{color:#3483fa;display:inline-block;font-size:14px;font-weight:400;line-height:1}.ui-pdp-print_to_pdf__link:hover{color:#3483fa;cursor:pointer}.ui-pdp-share+.ui-pdp-print_to_pdf:before{background-color:rgba(0,0,0,.2);content:"";display:inline-block;height:14px;margin:0 10px;vertical-align:middle;width:1px}.ui-vpp-tooltip{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.ui-vpp-tooltip .ui-vpp-image-component{display:block;margin:0 auto}.ui-vpp-tooltip .ui-pdp-icon--cbt{margin-right:4px}.ui-vpp-tooltip .ui-pdp-media__title--plain{margin-bottom:3px}.ui-vpp-tooltip .ui-pdp-media__text{margin:0}.ui-vpp-tooltip .ui-pdp-media__icon{margin-right:16px}.full-fixed-tooltip{width:225px}.full-hover-tooltip{max-width:310px;padding-bottom:24px;padding-top:24px}.full-hover-tooltip .full-image{margin-bottom:4px}.full-hover-tooltip .full-label{line-height:24px;margin-bottom:24px}.full-hover-tooltip .full-first-info-row{margin-bottom:28px}.full-hover-tooltip .full-icon-info-row{-webkit-padding-after:20px;max-width:300px;padding-left:20px;padding-block-end:20px;text-align:center}.full-hover-tooltip .ui-pdp-icon--cart,.full-hover-tooltip .ui-pdp-icon--express{height:42px;padding-bottom:4px;width:42px}.full-fixed-tooltip-fs{width:225px}.full-fixed-tooltip-fs .full-subtitle .ui-pdp-price__part{line-height:1.38}.full-hover-tooltip-fs{margin-bottom:24px;margin-top:14px}.full-hover-tooltip-fs .full-label{line-height:24px;margin-bottom:24px}.full-hover-tooltip-fs .ui-pdp-media .ui-pdp-icon{height:32px;width:32px}.full-hover-tooltip-fs .ui-pdp-container__row--full-first-info-row{margin-bottom:28px}.full-hover-tooltip-fs .ui-pdp-container__row--full-first-info-row .andes-money-amount{display:inline-block}.full-hover-tooltip-fs .ui-pdp-container__row--full-second-info-row{margin-bottom:28px}.full-hover-tooltip-fs .ui-pdp-container__row--full-third-info-row{margin-bottom:14px}.full-hover-tooltip-fs .ui-pdp-price__part{line-height:1.3}.cbt-tooltip{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:36px 30px 15px 27px;width:522px}.cbt-tooltip .cbt-image-label{-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;width:100%}.cbt-tooltip .cbt-image-label .ui-pdp-media__body{-webkit-flex:unset;flex:unset}.cbt-tooltip .cbt-image-label .ui-pdp-icon--cbt-world{height:23.4px;margin-right:10px;width:23.4px}.cbt-tooltip .cbt-label{line-height:24px;margin-bottom:32px;margin-top:8px}.cbt-tooltip .cbt-first-info-row,.cbt-tooltip .cbt-fourth-info-row,.cbt-tooltip .cbt-second-info-row,.cbt-tooltip .cbt-third-info-row{margin-bottom:16px}.cbt-tooltip .cbt-first-info-row:not(.ui-pdp-icon),.cbt-tooltip .cbt-fourth-info-row:not(.ui-pdp-icon),.cbt-tooltip .cbt-second-info-row:not(.ui-pdp-icon),.cbt-tooltip .cbt-third-info-row:not(.ui-pdp-icon){-webkit-align-items:flex-start;align-items:flex-start;display:-webkit-flex;display:flex}.ui-pdp__info-tooltip__ctas-container{display:-webkit-flex;display:flex}.ui-pdp__info-tooltip__text{display:block;line-height:1.3em;margin-bottom:14px}.ui-pdp__info-tooltip__link{-webkit-align-self:center;align-self:center;margin-left:24px}.ui-pdp__info-tooltip__withoutMargin{-webkit-align-self:left;align-self:left;margin-left:0}.ui-vpp-denounce{display:-webkit-flex;display:flex;font-size:14px;font-weight:400}.ui-vpp-denounce__info{padding:0 12px}.ui-vpp-denounce__action{padding:0 12px;position:relative}.ui-vpp-denounce__action:before{background-color:rgba(0,0,0,.25);content:"";display:inline-block;height:12px;left:0;position:absolute;top:3px;width:1px}.ui-vpp-denounce{-webkit-justify-content:flex-end;justify-content:flex-end;margin-bottom:20px;width:100%}.ui-vpp-denounce__action{padding-right:0}.ui-vpp-box-list{width:100%}.ui-vpp-box-list li{color:rgba(0,0,0,.9);list-style:unset;margin-left:16px}.ui-vpp-box-list__label{padding-bottom:16px}.ui-vpp-box-list__label h2{color:rgba(0,0,0,.9);margin-bottom:unset}[class*=security-tips] .ui-box-component__title{margin-bottom:32px}[class*=security-tips] .ui-box-component__action{margin-top:8px}[class*=security-tips] .ui-vpp-box-list-collapsible__info{padding-left:4px}.advertising{padding-bottom:22px}.ui-vpp-advertising{margin-left:auto;margin-right:auto}.ui-vpp-advertising>.caption{color:#999;display:inline-block;font-size:14px;line-height:1.9;text-align:right;width:300px}.container-advertising .ui-related-services{width:330px}.container-advertising{width:100%}.container-advertising.ui-related-services.loaded{border-bottom:1px solid #eee;padding:32px 15px;width:100%}.ui-related-services.loaded.line{border-bottom:1px solid #eee;margin:16px 0}.title-advertising{color:#000;font-size:16px;opacity:.8;padding-bottom:32px}.banner.ui-vpp-advertising.loaded{text-align:center}.banner.ui-vpp-advertising.banner--hidden{display:none}.ui-vpp-highlighted-specs__highlighted-attributes{display:-webkit-flex;display:flex}.ui-vpp-highlighted-specs__highlighted-attributes__card{background-color:#fff;-webkit-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 6px 16px 0 rgba(0,0,0,.1);box-shadow:0 6px 16px 0 rgba(0,0,0,.1)}.ui-vpp-highlighted-specs__highlighted-attributes__card-border{background-color:#3483fa;-webkit-border-radius:6px 0 0 6px;border-radius:6px 0 0 6px;height:100%;left:0;position:absolute;top:0;width:4px}.ui-vpp-highlighted-specs__highlighted-attributes__card-labels{margin-left:8px}.ui-vpp-highlighted-specs__highlighted-attributes__card-content{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;padding-bottom:12px;padding-top:12px}.ui-vpp-highlighted-specs__highlighted-attributes .ui-vpp-image-component{-webkit-filter:invert(100%) sepia(100%) saturate(0) hue-rotate(194deg) brightness(104%) contrast(102%);filter:invert(100%) sepia(100%) saturate(0) hue-rotate(194deg) brightness(104%) contrast(102%)}.ui-vpp-highlighted-specs__highlighted-attributes__card{border:1px solid #e5e5e5;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.1);box-shadow:0 1px 2px 0 rgba(0,0,0,.1);position:relative}.ui-vpp-highlighted-specs__highlighted-attributes__card:not(:first-of-type){margin-left:8px}.ui-vpp-highlighted-specs__highlighted-attributes .andes-card__content{padding:12px 16px}.ui-vpp-highlighted-specs__highlighted-attributes__card-labels{margin-left:12px}.ui-vpp-highlighted-specs__highlighted-attributes__card-content{padding-left:16px;padding-right:16px}.ui-vpp-highlighted-specs__highlighted-attributes-list{-webkit-columns:3;-moz-columns:3;column-count:3;width:100%}.ui-vpp-highlighted-specs__highlighted-attributes-list>div{display:inline-block;margin-bottom:24px;width:100%}.ui-vpp-highlighted-specs__features-action{margin-top:16px}.ui-vpp-highlighted-specs__features-list-item:before{content:"•";font-size:18px;line-height:14px}.ui-vpp-highlighted-specs__features-list-item{line-height:1.43em;margin-top:8px;padding-left:10px;text-indent:-11px}.ui-vpp-highlighted-specs__features-list-item:first-child{margin-top:16px}.ui-vpp-highlighted-specs__features-list-item:before{color:rgba(0,0,0,.9);padding-right:5px}.ui-vpp-highlighted-specs__discrete-bar{-webkit-align-items:flex-start;align-items:flex-start;display:-webkit-flex;display:flex;width:100%}.ui-vpp-highlighted-specs__discrete-bar__attribute{margin-left:16px;width:100%}.ui-vpp-highlighted-specs__discrete-bar__title{font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.14}.ui-vpp-highlighted-specs__discrete-bar__discrete{margin-top:8px}.ui-vpp-highlighted-specs__discrete-bar__attribute{max-width:315px}.ui-vpp-highlighted-specs__continuous-bar{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;width:100%}.ui-vpp-highlighted-specs__continuous-bar__attribute{margin-left:12px;width:100%}.ui-vpp-highlighted-specs__continuous-bar__labels{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.ui-vpp-highlighted-specs__continuous-bar__progress{height:8px;margin-bottom:0;margin-top:6px}.ui-vpp-highlighted-specs__continuous-bar__attribute{margin-left:16px;max-width:315px}.ui-vpp-highlighted-specs__key-value{width:100%}.ui-vpp-highlighted-specs__key-value,.ui-vpp-highlighted-specs__key-value__labels{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex}.ui-vpp-highlighted-specs__key-value__labels__value{margin-left:4px}.ui-vpp-highlighted-specs__key-value .ui-vpp-highlighted-specs__filled-icon{-webkit-align-self:start;align-self:start}.ui-vpp-highlighted-specs__key-value__labels{margin-left:16px}.ui-vpp-highlighted-specs__filled-icon{display:block;position:relative}.ui-vpp-highlighted-specs__filled-icon img{display:block;left:50%;margin:auto;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ui-vpp-highlighted-specs__filled-icon--ROUNDED{-webkit-border-radius:50%;border-radius:50%;height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.ui-vpp-highlighted-specs__filled-icon--SQUARE{-webkit-border-radius:4px;border-radius:4px;height:40px;max-height:40px;max-width:40px;min-height:40px;min-width:40px;width:40px}.ui-vpp-highlighted-specs__striped-specs{grid-gap:40px;display:grid;grid-template-columns:auto auto;padding-top:20px}.ui-vpp-highlighted-specs__striped-specs .ui-vpp-striped-specs__table{display:inline-block;margin-bottom:32px;width:100%}.ui-vpp-highlighted-specs__striped-specs .ui-vpp-striped-specs__table .andes-table__column--value{white-space:normal}.ui-vpp-highlighted-specs{width:100%}.ui-vpp-highlighted-specs .ui-pdp-container__row--highlighted-features-title{margin-left:0;margin-right:0;margin-top:32px}.ui-vpp-highlighted-specs .ui-pdp-container__row--highlighted-attributes{display:block;margin-top:32px}.ui-vpp-highlighted-specs .ui-pdp-container__row--discrete-bar,.ui-vpp-highlighted-specs .ui-pdp-container__row--highlighted-attributes-list{margin-top:32px}.ui-vpp-highlighted-specs .ui-pdp-container__row--discrete-bar .ui-vpp-highlighted-specs__discrete-bar{width:50%}.ui-vpp-highlighted-specs .ui-pdp-container__row--highlighted-attributes-all{margin-top:8px}.ui-vpp-highlighted-specs .ui-pdp-container__row--attributes,.ui-vpp-highlighted-specs .ui-pdp-container__row--compats-widget{margin-top:32px}.ui-vpp-highlighted-specs .ui-pdp-container__row--technical-specifications{margin-top:16px}.ui-vpp-highlighted-specs__attribute-columns{grid-gap:40px;display:grid;grid-template-columns:1fr 1fr;width:100%}.ui-vpp-highlighted-specs__attribute-columns__column{overflow:hidden;width:100%}.ui-vpp-highlighted-specs__attribute-columns__row:not(:last-of-type){margin-bottom:24px}.ui-vpp-highlighted-specs__key-value__labels,.ui-vpp-highlighted-specs__key-value__labels__key-value{overflow:hidden}.ui-vpp-highlighted-specs__key-value__labels__key-value span{overflow-wrap:anywhere}.ui-vpp-striped-specs .andes-table{border-collapse:separate;-webkit-border-radius:5px;border-radius:5px;overflow:hidden;table-layout:fixed}.ui-vpp-striped-specs .andes-table__head{background:#fff;display:block;font-size:16px;font-stretch:normal;font-style:normal;font-weight:600;height:auto;letter-spacing:normal;line-height:1.25;margin:0;padding:12px;position:relative;text-align:left;width:auto}.ui-vpp-striped-specs__header{color:rgba(0,0,0,.9);font-size:16px;font-weight:600;padding-bottom:16px}.ui-vpp-striped-specs__row{border:none;display:-webkit-flex;display:flex;width:100%}.ui-vpp-striped-specs__row__column{background-color:inherit;border:none;font-size:12px;overflow:hidden;overflow-wrap:break-word;padding:12px;text-align:left;white-space:break-spaces;width:50%;word-break:break-word}.ui-vpp-striped-specs__row__column:before{content:none}.ui-vpp-striped-specs__row:nth-of-type(odd),.ui-vpp-striped-specs__row:nth-of-type(odd):hover{background:rgba(0,0,0,.04)}.ui-vpp-striped-specs__row:nth-of-type(2n),.ui-vpp-striped-specs__row:nth-of-type(2n):hover{background:#fff}.ui-vip-poi{width:100%}.ui-vip-poi__title{margin-bottom:24px}.ui-vip-poi__subtitle{display:block;margin-bottom:16px}.ui-vip-poi__tabs span{vertical-align:middle}.ui-vip-poi__title-container{width:100%}.ui-vip-poi__tab-title{font-size:14px;margin-left:8px}.andes-tab--selected .ui-vip-poi__tab-title{color:#3483fa}.ui-vip-poi__tab-icon{height:18px;vertical-align:middle;width:21px}.ui-vip-poi__tab-content{display:-webkit-flex;display:flex;padding:20px 0 0}.ui-vip-poi__subsection{-webkit-flex:1;flex:1;margin-right:16px;max-width:223px;min-height:150px;vertical-align:top}.ui-vip-poi__subsection-title{display:block;margin-bottom:16px}.ui-vip-poi__item:not(:last-child){margin-bottom:16px}.ui-vip-poi__item-title{margin-bottom:4px}.ui-vip-poi__item-subtitle{display:-webkit-inline-flex;display:inline-flex;vertical-align:middle}.ui-vip-poi__item-subtitle span{display:block;margin-left:4px}.andes-tab--selected .ui-vip-poi__tab-icon span,.ui-vip-poi .andes-tab:hover span{font-weight:600}.andes-tab--selected .ui-vip-poi__tab-icon path:nth-child(2),.ui-vip-poi .andes-tab:hover path:nth-child(2){fill-opacity:1;fill:#3483fa}.ui-vip-poi .andes-tab{height:54px;width:20%}.ui-vip-poi .andes-tab__link{margin:0;padding:1em .5em}@-webkit-keyframes bounce{0%{-webkit-transform:translateY(-40vh);transform:translateY(-40vh)}20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}30%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}60%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}}@keyframes bounce{0%{-webkit-transform:translateY(-40vh);transform:translateY(-40vh)}20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}30%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}60%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}}.ui-vip-location__map-spotlight{display:none;height:auto;left:50%;margin-left:-15px;margin-top:-38px;max-width:100%;position:absolute;top:50%}.ui-vip-location .bounce{-webkit-animation:bounce 1.5s linear;animation:bounce 1.5s linear;display:block!important}.ui-vip-location__poi-link{display:inline-block}.ui-vip-location{width:100%}.ui-vip-location__title{margin-bottom:24px}.ui-vip-location__subtitle,.ui-vip-location__subtitle .ui-pdp-media__title{margin-bottom:16px}.ui-vip-location__map{cursor:pointer;height:300px;overflow:hidden;position:relative;width:100%}.ui-pdp-highlighted-specs-res{margin-top:32px}.ui-pdp-highlighted-specs-res__icon-label{display:-webkit-flex;display:flex;margin-top:18px}.ui-pdp-highlighted-specs-res__icon-label:first-child{margin-top:0}.ui-pdp-highlighted-specs-res__icon-label .ui-pdp-icon{margin-right:12px}.ui-pdp-highlighted-specs-res__icon-label .ui-pdp-label{line-height:1}.credit-offer__container{-webkit-align-items:center;align-items:center;border:1px solid rgba(0,0,0,.1);-webkit-border-radius:6px;border-radius:6px;display:-webkit-flex;display:flex;-webkit-justify-content:start;justify-content:start;padding:16px}.credit-offer__brand{margin:0 16px 0 0}.credit-offer__wording{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.ui-pdp-generic-brands-summary{padding:20px 16px 10px;width:100%}.ui-pdp-generic-brands-summary .ui-pdp-actions{padding:unset}.ui-pdp-generic-brands-summary .andes-button{font-size:16px;width:100%}.ui-pdp-generic-brands-summary__legal_disclaimer{display:-webkit-flex;display:flex;margin-bottom:16px;margin-top:-8px}.ui-pdp-generic-brands-summary__feature{-webkit-align-items:baseline;align-items:baseline;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between}.ui-pdp-generic-brands-summary__feature__title{padding-bottom:8px;padding-right:12px;padding-top:4px;width:75%}.ui-pdp-generic-brands-summary__feature__tag{-webkit-align-self:center;align-self:center;display:inline-block}.ui-pdp-generic-brands-summary__subtitles{clear:both;-webkit-justify-content:space-between;justify-content:space-between;margin-top:24px;padding-bottom:8px;padding-left:2px;padding-right:10px;text-align:left}.ui-pdp-generic-brands-summary__subtitles__subtitle{-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;line-height:18px;list-style-type:disc;margin-left:16px;padding-bottom:16px}.ui-pdp-generic-brands-summary__subtitles__subtitle::marker{color:rgba(0,0,0,.9)}.ui-pdp-generic-brands-summary__offered{margin-bottom:32px}.ui-pdp-generic-brands-summary__offered-by{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex}.ui-pdp-generic-brands-summary__offered-by__label{line-height:1.25;padding-right:8px}.ui-pdp-generic-brands-summary__brands{-webkit-align-items:center;align-items:center;padding-bottom:8px;padding-top:16px}.ui-pdp-generic-brands-summary__brands img{margin-bottom:24px;margin-right:32px}.ui-pdp-generic-brands-summary .credit-offer__container{margin-top:16px}.ui-pdp-actions,.ui-pdp-actions__container{width:100%}.ui-pdp-actions__container .ui-pdp-action__card-tooltip{margin-top:26px;padding:0}.ui-pdp-actions__container .ui-pdp-action__card-tooltip .ui-pdp-card-tooltip__card__content{-webkit-align-items:flex-start;align-items:flex-start}.ui-pdp-actions .andes-tooltip__trigger:first-child{margin-top:0}.ui-pdp-actions .andes-tooltip__trigger{margin-top:8px}.ui-pdp-actions .andes-tooltip__trigger .andes-button{width:100%}.ui-pdp-actions .andes-button:first-child{margin-top:0}.ui-pdp-actions .andes-button{margin-top:8px;width:100%}.ui-pdp-actions .andes-button .andes-spinner__icon--xsmall{height:18px;width:18px}.ui-pdp-actions .andes-button.andes-button--quiet .andes-spinner .andes-spinner__icon-border{border-color:#2968c8}.ui-pdp-actions .andes-button.andes-button--quiet .andes-spinner .andes-spinner__icon-border:after{background-color:#2968c8}.ui-pdp-actions .andes-button--fetching-complete .andes-spinner{display:none}.ui-pdp-actions .ui-pdp-action-primary--disabled,.ui-pdp-actions .ui-pdp-action-secondary--disabled{cursor:not-allowed}.ui-pdp-container-actions .ui-pdp-recaptcha-v2{margin-bottom:24px}.ui-pdp-container-actions .ui-pdp-actions__container--one-element .andes-button:first-child{margin-right:unset}.ui-pdp-container-actions .ui-pdp-actions__container--one-element .ui-pdp-action-container-request-modal{margin-right:unset;width:100%}.ui-pdp-container-actions .ui-pdp-actions__container--one-element .andes-button{margin-right:unset}.ui-pdp-container-actions .ui-pdp-actions .andes-button{display:block;margin-top:unset}.ui-pdp-container-actions{width:100%}.ui-pdp-container-actions .ui-pdp-actions{margin-bottom:8px}.ui-pdp-container-actions .ui-pdp-actions .ui-pdp-icon{margin-right:6px}.ui-pdp-container-actions .ui-pdp-actions__container{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.ui-pdp-container-actions .ui-pdp-actions__container .andes-button{width:-webkit-calc(50% - 4px);width:calc(50% - 4px)}.ui-pdp-container-actions .ui-pdp-actions__container .andes-button:nth-child(3){margin-top:8px;width:100%}.ui-pdp-container-actions .ui-pdp-actions__container .andes-button:first-child{margin-right:8px}.ui-pdp-container-actions .ui-pdp-actions__container--one-element .ui-pdp-action-row{background-color:#fff;border:1px solid rgba(0,0,0,.1);-webkit-border-radius:6px;border-radius:6px;display:-webkit-flex;display:flex;font-size:16px;padding:14px;width:100%}.ui-pdp-container-actions .ui-pdp-actions__container--one-element .ui-pdp-action-row .ui-pdp-icon--figure-left{margin:0;position:absolute}.ui-pdp-container-actions .ui-pdp-actions__container--one-element .ui-pdp-action-row .ui-pdp-action-row__label{margin-left:36px}.ui-pdp-container-actions .ui-pdp-actions__container--one-element .ui-pdp-action-row .ui-pdp-icon--chevron-right{margin-top:2px;position:absolute;right:14px}.ui-pdp-container-actions .ui-pdp-actions__container--one-element .andes-button{margin-right:0;width:100%}.ui-pdp-questions__questions-list__title{font-weight:600;margin-bottom:16px}.ui-pdp-questions__questions-list__content{background-color:rgba(0,0,0,.04);-webkit-border-radius:6px;border-radius:6px}.ui-pdp-questions__questions-list__content-in-modal{padding:0 36px 0 25px}.ui-pdp-questions__questions-list__answer-container{-webkit-align-items:flex-start;align-items:flex-start;display:-webkit-flex;display:flex;margin-left:12px;margin-top:8px}.ui-pdp-questions__questions-list__answer-container__icon{margin-right:8px}.ui-pdp-questions__questions-list__answer-container__answer{color:#999;width:100%}.ui-pdp-questions__questions-list__question-item__denounce,.ui-pdp-questions__questions-list__question-item__separate{margin-left:8px}.ui-pdp-questions__questions-list__answer-item__separate--denounce-mobile{margin-left:31px}.ui-pdp-questions__questions-list__answer-item__separate{margin-right:8px}.ui-pdp-questions__questions-list__container-answer__isCollpased{display:block}.ui-pdp-questions__questions-list__container-answer__isNoCollapsed{display:inline}.ui-pdp-questions__questions-list__item-questions--user-questions{padding:16px;word-break:break-word}.ui-pdp-questions__questions-list__item-questions--user-questions:not(:first-child){padding-top:0}.ui-pdp-questions__questions-list__item-questions--others-questions{padding:24px 0;word-break:break-word}.ui-pdp-questions__questions-list__item-questions--others-questions:not(:first-child){padding-top:0}.ui-pdp-questions__no-questions--text{color:rgba(0,0,0,.55);font-size:14px}.ui-pdp-questions__no-questions--text:first-child{margin-right:2px}.ui-pdp-questions__no-questions--desktop{display:-webkit-flex;display:flex}.ui-pdp-questions__no-questions--mobile{text-align:center}.ui-pdp-questions__questions-others-question-modal .ui-pdp-action-modal__link{font-size:16px}.ui-pdp-questions__questions-others-question-modal__content{height:700px;max-height:90%;max-width:unset;width:840px}.ui-pdp-questions__questions-others-question-modal__content .andes-modal__close-button{margin-top:-10px}.ui-pdp-questions__questions-others-question-modal__content .andes-modal__close-button:after,.ui-pdp-questions__questions-others-question-modal__content .andes-modal__close-button:before{background-color:rgba(0,0,0,.55)}.ui-pdp-questions__questions-others-question-modal__content .andes-modal__header{padding:45px 64px 20px}.ui-pdp-questions__questions-others-question-modal__content .andes-modal__header-title{font-size:28px;margin-left:-14px}.ui-pdp-questions__questions-others-question-modal__content .andes-modal__header--scrolled{padding:22px 64px 19px}.ui-pdp-questions__questions-others-question-modal__content .andes-modal__header--scrolled .andes-modal-title{font-size:20px}.ui-pdp-questions__questions-others-question-modal__content .andes-modal__content{height:100%;padding:unset}.ui-pdp-questions__message-location--simple .ui-pdp-media__figure>svg{fill:rgba(0,0,0,.9)}.ui-pdp-questions__message-location--simple .ui-pdp-media__title{margin-bottom:0}.ui-pdp-questions__message-location--simple .ui-pdp-media__body{margin-bottom:24px}.ui-pdp-questions__message-location--container .andes-message__title--neutral{font-weight:100}.ui-pdp-questions .ui-pdp-question-warning__action{border:none;color:#3483fa;cursor:pointer;text-decoration:none}.ui-pdp-questions__stock-modal{width:100%}.ui-pdp-questions__stock-modal__text{color:rgba(0,0,0,.9);font-size:16px}.ui-pdp-questions__stock-modal__button{margin-bottom:16px;margin-top:24px}.ui-pdp-questions__stock-modal .andes-modal__header{padding:24px 32px}.ui-pdp-questions__stock-modal .andes-modal__header-title{color:rgba(0,0,0,.9);font-size:24px;font-weight:600}.ui-pdp-questions__stock-modal .andes-modal__content{padding:0 32px 32px}.ui-pdp-questions{margin-bottom:48px;width:100%}.ui-pdp-questions__list{display:inline-block}.ui-pdp-questions__list-container{display:inline-block;position:relative}.ui-pdp-questions__tooltip{background-color:#3483fa;-webkit-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 3px 7px 0 rgba(0,0,0,.15),0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 3px 7px 0 rgba(0,0,0,.15),0 0 2px 0 rgba(0,0,0,.2);color:#fff;display:inline-block;height:auto;margin-left:6px;padding:16px;position:absolute;right:-215px;top:-14px;width:212px;z-index:1}.ui-pdp-questions__tooltip__primary{font-size:14px;font-weight:600;margin-bottom:5px}.ui-pdp-questions__tooltip p{line-height:14px}.ui-pdp-questions__tooltip__close{cursor:pointer;display:block;height:12px;position:absolute;right:16px;top:17px;width:12px}.ui-pdp-questions__tooltip__close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.ui-pdp-questions__tooltip__close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ui-pdp-questions__tooltip__close:after,.ui-pdp-questions__tooltip__close:before{background-color:#fff;content:"";cursor:pointer;height:12px;left:6px;position:absolute;top:0;width:1px}.ui-pdp-questions__tooltip:after{border-bottom:8px solid transparent;border-right:8px solid #3483fa;border-top:8px solid transparent;content:"";left:-7px;position:absolute;top:33px}.ui-pdp-questions__form{display:-webkit-flex;display:flex;margin-bottom:24px}.ui-pdp-questions__title{font-size:24px;font-weight:400;margin-bottom:40px}.ui-pdp-questions__subtitle,.ui-pdp-questions__subtitle--question,.ui-pdp-questions__title{color:rgba(0,0,0,.9)}.ui-pdp-questions__subtitle{font-size:18px;font-weight:600;padding-bottom:4px}.ui-pdp-questions__subtitle--question{font-size:18px;font-weight:600;margin-bottom:14px;margin-top:44px}.ui-pdp-questions__content-input{display:inline-block}.ui-pdp-questions__input{font-size:15px;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;padding-top:0;width:100%}.ui-pdp-questions__input .andes-form-control__control .andes-form-control__field{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;min-height:48px!important;padding-left:16px;padding-right:16px;text-indent:0}.ui-pdp-questions__input .andes-form-control__field::-webkit-input-placeholder{font-size:15px}.ui-pdp-questions__input .andes-form-control__field::-moz-placeholder{font-size:15px}.ui-pdp-questions__input .andes-form-control__field::placeholder{font-size:15px}.ui-pdp-questions__input .andes-form-control__control .andes-form-control__field:focus,.ui-pdp-questions__input .andes-form-control__control .andes-form-control__field:hover{border-width:1px}.ui-pdp-container__row--questions div:not(.ui-pdp-questions__checkbox-credits-interest__wrapper)+.ui-pdp-questions__button{margin-left:16px}div:not(.ui-pdp-questions__checkbox-credits-interest__wrapper)+.ui-pdp-questions__button{display:inline-block;font-size:16px;height:48px;padding:16px 0;vertical-align:top;width:184px}.ui-pdp-questions__questions-list__answer-item__denounce,.ui-pdp-questions__questions-list__question-item__denounce{opacity:0;padding:2px 0 0}.ui-pdp-questions__questions-list__item__denounce--VISIBLE{opacity:1}.ui-pdp-questions__questions-list__title{font-size:18px}.ui-pdp-questions__questions-list__item-questions--others-questions:first-child{padding-top:8px}.ui-pdp-questions__questions-list__answer-item__denounce__overriding-default-button,.ui-pdp-questions__questions-list__answer-item__denounce__overriding-default-button:active,.ui-pdp-questions__questions-list__answer-item__denounce__overriding-default-button:focus,.ui-pdp-questions__questions-list__answer-item__denounce__overriding-default-button:hover,.ui-pdp-questions__questions-list__question-item__denounce__overriding-default-button,.ui-pdp-questions__questions-list__question-item__denounce__overriding-default-button:active,.ui-pdp-questions__questions-list__question-item__denounce__overriding-default-button:focus,.ui-pdp-questions__questions-list__question-item__denounce__overriding-default-button:hover{background-color:transparent;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#3483fa;cursor:pointer;height:22px;outline:none}.ui-pdp-questions__questions-list__answer-item__denounce__overriding-default-button:active,.ui-pdp-questions__questions-list__question-item__denounce__overriding-default-button:active{color:#1f4e96}.ui-pdp-questions__content{display:-webkit-flex;display:flex;width:100%}.ui-pdp-questions__checkbox-credits-interest-content{display:inline-block;width:100%}.ui-pdp-questions__checkbox-credits-interest__wrapper .ui-pdp-questions__button{width:auto}.ui-pdp-questions__time-text{color:rgba(0,0,0,.55);display:block;font-size:14px;margin-top:8px}.ui-pdp-questions .ui-pdp-action-modal{margin-top:0}.ui-pdp-questions__item{display:inline-block;margin-right:12px;margin-top:12px}.ui-pdp-questions__item:last-child{margin-right:15px}.ui-pdp-questions .andes-form-control__field{margin-top:0}.ui-pdp-questions .andes-form-control__message-fixed{margin-top:8px}.ui-pdp-questions__message-container{-webkit-border-radius:4px;border-radius:4px;display:inline-block;margin-top:24px;padding:9px 16px}.ui-pdp-questions__stock-modal{width:500px}.ui-pdp-questions__message-location--simple .ui-pdp-icon,.ui-pdp-questions__message-location--simple figure{height:20px;width:20px}.ui-pdp-questions__message-location--container{margin-bottom:16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ui-pdp-questions__message-location--container .andes-message__content{padding-right:32px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ui-pdp-questions__no-questions--text span{font-weight:400}.ui-pdp-questions__questions-others-question-modal .ui-pdp-action-modal__link{font-size:14px}.ui-pdp-questions__checkbox-credits-interest__wrapper{display:-webkit-flex;display:flex;margin-bottom:24px}.ui-pdp-questions__checkbox-credits-interest__wrapper .andes-checkbox__label{display:inline-block;line-height:1.25}.ui-pdp-container__row--questions-short-description .ui-pdp-questions__form{display:block;margin-bottom:unset;padding-top:32px}.ui-pdp-container__row--questions-short-description .ui-pdp-questions__content,.ui-pdp-container__row--questions-short-description .ui-pdp-questions__content-input{display:block}.ui-pdp-container__row--questions-short-description .ui-pdp-questions__button{display:block;margin-left:unset;width:100%}.ui-pdp-container__row--questions-short-description .ui-pdp-questions .ui-pdp-questions__input .andes-form-control__control .andes-form-control__field{min-height:112px!important}.ui-pdp-questions-unregistered{width:100%}.ui-pdp-questions-unregistered .ui-pdp-media__figure>svg{fill:rgba(0,0,0,.9)!important}.ui-pdp-questions-unregistered .ui-pdp-media__title{margin-bottom:unset}.ui-pdp-questions-unregistered__title{font-size:20px;margin-bottom:24px}.ui-pdp-questions-unregistered .ui-pdp-questions-unregistered__subtitle:last-of-type{margin-bottom:32px}.ui-pdp-questions-unregistered__subtitle{margin-bottom:24px}.ui-pdp-questions-unregistered__subtitle svg{fill:rgba(0,0,0,.6)!important}.ui-pdp-questions-unregistered__subtitle:last-of-type{margin-bottom:32px}.ui-pdp-questions-unregistered__content .andes-form-control--textfield{padding-bottom:22px;padding-top:0}.ui-pdp-questions-unregistered__collapsed-data{display:inline;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.29;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.ui-pdp-questions-unregistered__data-store__edit,.ui-pdp-questions-unregistered__data-store__edit-question{float:right;font-size:14px;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:normal;line-height:1.29}.ui-pdp-questions-unregistered__data-store__title{font-size:16px;font-weight:600}.ui-pdp-questions-unregistered__data-store__container{-webkit-align-items:flex-end;align-items:flex-end;display:-webkit-flex;display:flex;padding-top:16px}.ui-pdp-questions-unregistered__data-store__container-user-info{margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-pdp-questions-unregistered__separator{color:rgba(0,0,0,.55);padding-left:8px;padding-right:8px}.ui-pdp-questions-unregistered__lgpd-confirmation-checkbox__wrapper{display:-webkit-flex;display:flex;margin-bottom:32px}.ui-pdp-questions-unregistered__lgpd-confirmation-checkbox__wrapper .andes-checkbox__label{display:inline-block;line-height:1.25}.ui-pdp-questions-unregistered .andes-form-control--textfield.andes-form-control--multiline .andes-form-control__field{padding:.625em 12px;text-indent:0}.ui-pdp-questions-unregistered .ui-pdp-recaptcha-v2{margin-bottom:32px;margin-top:24px}.ui-pdp-questions-unregistered__subtitle .ui-pdp-icon,.ui-pdp-questions-unregistered__subtitle figure{height:20px;width:20px}.ui-pdp-questions-unregistered__desktop{border-top:1px solid rgba(0,0,0,.1);padding-top:40px}.ui-pdp-questions-unregistered__content{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.ui-pdp-questions-unregistered__input{-webkit-flex-grow:1;flex-grow:1;-webkit-justify-content:space-between;justify-content:space-between;width:-webkit-calc(50% - 12px);width:calc(50% - 12px)}.ui-pdp-questions-unregistered__input:nth-of-type(2n){margin-left:12px}.ui-pdp-questions-unregistered__input:nth-of-type(5){margin:0;padding-top:0}.ui-pdp-questions-unregistered__button{margin:0 24px 0 0}.ui-pdp-questions-unregistered__conditions{-webkit-align-items:center;align-items:center;height:48px;width:320px}.ui-pdp-questions-unregistered__conditions .ui-pdp-media__title{font-size:12px}.ui-pdp-questions-unregistered__footer{display:-webkit-flex;display:flex}.ui-pdp-questions-unregistered__data-store__container{background-color:#f5f5f5;margin-bottom:32px;padding-bottom:16px}.ui-pdp-questions-unregistered__data-store__container .ui-pdp-questions-unregistered__question,.ui-pdp-questions-unregistered__data-store__container-user-info{width:100%}.ui-pdp-questions-unregistered__collapsed-data{color:rgba(0,0,0,.9)}.ui-pdp-questions-unregistered__full-user-info{padding-left:16px}.ui-pdp-questions-unregistered__data-store__edit{padding-right:16px}.ui-pdp-questions-unregistered__data-store__title{color:#000;padding-bottom:8px}.ui-pdp-questions-unregistered__lgpd-confirmation-checkbox .andes-checkbox__mimic{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ui-pdp-questions-unregistered__snackbar{z-index:1022}.ui-pdp-action-container-request-modal{margin-right:8px;width:-webkit-calc(50% - 4px);width:calc(50% - 4px)}.ui-pdp-action-container-request-modal .ui-vip-modal-request-button.andes-button--large{width:100%}.andes-modal.ui-pdp-action-modal{margin-top:unset}.ui-pdp-container__row--questions-modal{min-width:584px}.ui-vip-modal-request-modal{font-size:14px;font-weight:400;margin-top:unset;max-width:800px;min-width:680px}.ui-vip-modal-request-modal .andes-modal__button-close{margin-top:unset;right:48px;top:56px}.ui-vip-modal-request-modal .andes-modal__button-close:after,.ui-vip-modal-request-modal .andes-modal__button-close:before{background-color:rgba(0,0,0,.55)}.ui-vip-modal-request-modal .andes-modal__content{padding:0 48px 43px}.ui-vip-modal-request-modal .andes-modal__header{padding-left:48px;padding-top:48px}.ui-vip-modal-request-modal .andes-modal__header--scrolled{padding-top:24px}.ui-pdp-action-modal-questions .ui-pdp-questions{margin-bottom:0}.ui-pdp-action-modal-questions .ui-pdp-questions__title{margin-bottom:24px}.ui-pdp-action-modal-questions .ui-pdp-questions__content{display:inline-block}.ui-pdp-action-modal-questions .ui-pdp-questions__form{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:unset}.ui-pdp-action-modal-questions .ui-pdp-questions .ui-pdp-questions__input .andes-form-control__control .andes-form-control__field{min-height:92px!important}.ui-pdp-action-modal-questions .ui-pdp-questions__conditions{-webkit-align-items:center;align-items:center;height:48px;margin-top:12px;width:320px}.ui-pdp-action-modal-questions .ui-pdp-questions__conditions .ui-pdp-media__title{font-size:12px}.ui-pdp-action-modal-unregistered-questions .ui-pdp-questions-unregistered__title{color:rgba(0,0,0,.9);font-size:26px;font-weight:600}.ui-pdp-action-modal-unregistered-questions .ui-pdp-questions-unregistered__input:nth-of-type(5){padding-top:12px}.ui-pdp-action-modal-unregistered-questions .ui-pdp-questions-unregistered__form--with-storage .andes-form-control--textfield{padding-top:unset}.ui-pdp-container__row--unregistered-actions{border-top:1px solid rgba(0,0,0,.1);margin-top:32px;width:100%}.ui-pdp-unregistered-actions__container{display:-webkit-flex;display:flex;margin-top:23px;width:100%}.ui-pdp-unregistered-actions__login{-webkit-align-items:center;align-items:center;margin-left:20px}.ui-pdp-unregistered-actions__login:after{background-color:rgba(0,0,0,.1);content:"";height:32px;margin-left:40px;width:1px}.ui-pdp-unregistered-actions__registration{-webkit-align-items:center;align-items:center;margin-left:56px}.andes-visually-hidden{clip:rect(0 0 0 0);border: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-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--arrows-visible .andes-carousel-snapped__control,.andes-carousel-snapped__container:hover .andes-carousel-snapped__control{opacity:1}.andes-carousel-snapped__container--arrows-visible .andes-carousel-snapped__control--disabled,.andes-carousel-snapped__container:hover .andes-carousel-snapped__control--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:-webkit-flex;display:flex;height:100%;margin:0;padding:0;width:100%}.andes-carousel-snapped__header{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;width:100%}.andes-carousel-snapped__title{display:-webkit-inline-flex;display:inline-flex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.andes-carousel-snapped__slide{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab;display:-webkit-flex;display:flex;-webkit-flex-shrink:0;flex-shrink:0;height:100%;width:100%}.andes-carousel-snapped__slide--spacing-12{margin-right:12px}.andes-carousel-snapped__slide--spacing-16{margin-right:16px}.andes-carousel-snapped__slide--spacing-24{margin-right:24px}.andes-carousel-snapped__slide img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;width:100%}.andes-carousel-snapped__control{-webkit-align-items:center;align-items:center;background-color:#fff;border:0;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);cursor:pointer;display:-webkit-flex;display:flex;height:64px;-webkit-justify-content:center;justify-content:center;opacity:0;padding:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.andes-carousel-snapped__control:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-carousel-snapped__control:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-carousel-snapped__control:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-carousel-snapped__control--previous{z-index:1}.andes-carousel-snapped__control--disabled{cursor:default}.andes-carousel-snapped__control svg,.andes-carousel-snapped__control svg path{fill:#3483fa}.andes-carousel-snapped__control__icon-container{display:-webkit-flex;display:flex}.andes-carousel-snapped__control:active,.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)}.andes-carousel-snapped__control:focus{position:absolute}.andes-carousel-snapped__control:focus-visible{position:absolute}.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)}.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__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:-webkit-calc(100% - 64px);width:calc(100% - 64px)}.andes-carousel-snapped__container--content .andes-carousel-snapped__control{-webkit-border-radius:50%;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}.ui-vip-models-carousel{width:100%}.ui-vip-models-carousel__title{margin-bottom:32px}.ui-vip-models-carousel__modal{max-width:1000px}.ui-vip-models-carousel__card-wrapper{width:100%}.ui-vip-models-carousel__modal.andes-modal--large{min-height:650px;width:100%}.ui-vip-models-carousel__modal.andes-modal--small .andes-modal__header--sticky .andes-modal__close-button{margin-top:0}.ui-vip-models-carousel__modal.andes-modal--small .andes-modal__content{padding-bottom:45px;padding-top:45px}.ui-vip-models-carousel .ui-vip-models-card__specs-container .ui-pdp-highlighted-specs-res{margin-top:0}.ui-vip-models-carousel__wrapper-slide{max-width:167.5px}.ui-vip-available-units__container{width:100%}.ui-vip-available-units__container .ui-pdp-icon{margin-bottom:-4px;margin-left:4px}.ui-vip-available-units__title{border-top:1px solid rgba(0,0,0,.1);margin-bottom:24px;padding-top:40px}.ui-vip-available-units__unit-container{-webkit-align-items:center;align-items:center;border-top:1px solid rgba(0,0,0,.1);display:none;padding:24px 0}.ui-vip-available-units__unit-container .ui-pdp-image{cursor:pointer;width:100%}.ui-vip-available-units__unit-container .ui-pdp-action-container-request-modal,.ui-vip-available-units__unit-container .ui-pdp-actions,.ui-vip-available-units__unit-container .ui-vip-modal-request-button.andes-button--large{width:auto}.ui-vip-available-units__img-container{width:118px}.ui-vip-available-units__unit-container.row-0,.ui-vip-available-units__unit-container.visible{display:-webkit-flex;display:flex}.ui-vip-available-units__unit-info-container{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;width:100%}.ui-vip-available-units__unit-info{margin-left:20px;width:50%}.ui-vip-available-units__unit-info p:first-of-type{margin-bottom:4px}.ui-vip-available-units__action-container{margin-left:auto;margin-right:16px}.ui-vip-available-units__see-more{-webkit-align-items:center;align-items:center;border-top:1px solid rgba(0,0,0,.1);display:-webkit-flex;display:flex;padding-bottom:40px;padding-top:24px}.ui-vip-available-units__see-more .ui-pdp-media__action:after{border-style:solid;border-width:0 1.6px 1.6px 0;color:#3483fa;content:"";display:inline-block;height:8px;margin:4px 0 0 8px;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:.3s ease-out;transition:.3s ease-out;width:8px;will-change:transform}.ui-vip-available-units__see-more .ui-pdp-media__action.chevron-down:after{margin:8px 0 0 8px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.ui-vip-request-modal__spinner{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.ui-vip-request-modal__spinner .andes-spinner__container--large-notlabel{height:auto;width:auto}.ui-vip-request-modal__modal{-webkit-transition:max-height .3s ease-in-out;transition:max-height .3s ease-in-out}.ui-vip-request-modal .andes-snackbar{font-size:16px;z-index:100000}.ui-vip-request-modal__modal .andes-modal__header,.ui-vip-request-modal__modal.andes-modal.andes-modal--large .andes-modal__header.andes-modal__header--sticky{padding:0}.ui-vip-request-modal__modal .andes-modal__header--sticky{border:none;-webkit-box-shadow:none;box-shadow:none;position:relative}.ui-vip-request-modal__modal .andes-modal__header .andes-modal__close-button{margin-top:0;position:absolute;right:48px;top:52px}.ui-vip-request-modal__modal .andes-modal__content{padding-top:45px;padding-top:24px}.ui-vip-quotations{width:100%}.ui-vip-quotations__title{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex}.ui-vip-quotations__title h2{margin-left:16px}.ui-vip-quotations__tab-title{-webkit-align-items:center;align-items:center}.ui-vip-quotations__tab-name-container,.ui-vip-quotations__tab-title{display:-webkit-flex;display:flex}.ui-vip-quotations__tab-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:150px}.ui-vip-quotations__tab-title-picture{height:54px}.ui-vip-quotations__tab-picture-container{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;height:400px;-webkit-justify-content:center;justify-content:center}.ui-vip-quotations__tab-picture{max-height:400px}.ui-vip-quotations__tab-title-attrs{margin-left:8px;text-align:left}.ui-vip-quotations__tab-title-attrs span{display:block}.ui-vip-quotations__models{position:relative}.ui-vip-quotations__unit-selector{width:100%}.ui-vip-quotations__tab-left-column{-webkit-flex-grow:1;flex-grow:1;height:400px}.ui-vip-quotations__tab-right-column{display:grid;-webkit-flex-basis:min-content;flex-basis:min-content;grid-template-rows:1fr auto;height:400px;margin-left:32px;min-width:350px}.ui-vip-quotations__button-container{bottom:0;line-height:13px;margin-top:12px;position:relative;width:100%}.ui-vip-quotations__disclaimer{display:inline-block;font-size:12px;margin-bottom:12px;margin-top:2px}.ui-vip-quotations .andes-button--progress{margin-bottom:8px}.ui-vip-quotations__highlighted-specs{margin-top:20px}.ui-vip-quotations .andes-tabs__scroll-tool{height:88px}.ui-vip-quotations .andes-tab{width:280px}.ui-vip-quotations__tabs .control-arrow{border:1px solid #ddd;-webkit-border-radius:100%;border-radius:100%;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.2);box-shadow:0 2px 4px 0 rgba(0,0,0,.2);height:20px;width:20px}.ui-vip-quotations__tabs .control-arrow path{fill-opacity:1;fill:#3483fa}.ui-vip-quotations .control-arrow.control-arrow--disabled{border:transparent;-webkit-box-shadow:none;box-shadow:none}.ui-vip-quotations .control-arrow.control-arrow--disabled path{fill-opacity:.45;fill:#000}.ui-vip-quotations .andes-tab-content{display:-webkit-flex;display:flex;padding-right:0}.ui-vip-quotations .ui-pdp-recaptcha-v2{bottom:56px;z-index:1}.ui-vip-quotations__spinner-container{height:400px;position:relative;width:100%}.ui-pdp-quotation__modal{max-width:1000px}.ui-pdp-quotation__modal.andes-modal--small .andes-modal__header--sticky .andes-modal__close-button{margin-top:0}.ui-pdp-quotation__modal.andes-modal--small .andes-modal__content{padding-bottom:45px;padding-top:45px}.ui-pdp-quotation__modal.andes-modal--large{min-height:650px;width:100%}.ui-pdp-quotation__container-request-modal{width:100%}.andes-checkbox{-webkit-font-smoothing:antialiased;cursor:pointer;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:16px;position:relative}.andes-checkbox:not(div){display:-webkit-inline-flex;display:inline-flex}.andes-checkbox__input{appearance:none;-webkit-appearance:none;-moz-appearance:none;height:16px;left:0;margin:10px 0 0;outline:none;position:absolute;top:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:16px}.andes-checkbox__input:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-checkbox__input:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-checkbox__input:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-checkbox__input:before{left:0;line-height:1}.andes-checkbox__input:after,.andes-checkbox__input:before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M3 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3z'/%3E%3Cpath fill='%23000' fill-opacity='.25' d='M3 0h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3zm0 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3z'/%3E%3C/g%3E%3C/svg%3E");height:16px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:16px}.andes-checkbox__input:after{background:#fff;-webkit-border-radius:3px;border-radius:3px;opacity:0;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.andes-checkbox__input:hover:after,.andes-checkbox__input:hover:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M3 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3z'/%3E%3Cpath fill='%23000' fill-opacity='.45' d='M3 0h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3zm0 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3z'/%3E%3C/g%3E%3C/svg%3E")}.andes-checkbox__input[disabled]~.andes-checkbox__label{color:rgba(0,0,0,.25)}.andes-checkbox__input[disabled]{background-color:inherit}.andes-checkbox__input[disabled]:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill-opacity='.1' fill-rule='evenodd' d='M3 0h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3zm0 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3z'/%3E%3C/svg%3E")}.andes-checkbox__input:checked:after,.andes-checkbox__input:checked:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16'%3E%3Cdefs%3E%3Cpath id='a' d='M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%233483fa' xlink:href='%23a'/%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='m3.63 7.775-.847.85 3.256 3.245 6.845-6.848-.849-.848-5.998 6z' mask='url(%23b)'/%3E%3C/g%3E%3C/svg%3E")}.andes-checkbox__input:checked:hover:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16'%3E%3Cdefs%3E%3Cpath id='a' d='M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%232968c8' xlink:href='%23a'/%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='m3.63 7.775-.847.85 3.256 3.245 6.845-6.848-.849-.848-5.998 6z' mask='url(%23b)'/%3E%3C/g%3E%3C/svg%3E")}.andes-checkbox__input:checked[disabled]:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill-rule='evenodd'%3E%3Cpath fill-opacity='.1' d='M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z'/%3E%3Cpath fill-opacity='.25' d='m3.63 7.775-.847.85 3.256 3.245 6.845-6.848-.849-.848-5.998 6z'/%3E%3C/g%3E%3C/svg%3E")}.andes-checkbox__input:focus{-webkit-border-radius:3px;border-radius:3px;position:absolute}.andes-checkbox__input:focus:after{opacity:1}.andes-checkbox__label{color:rgba(0,0,0,.9);display:-webkit-inline-flex;display:inline-flex;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:16px;font-weight:400}.andes-checkbox__label-text{padding-left:1.5em}.andes-checkbox--label-before .andes-checkbox__label{padding-left:0;padding-right:1.5em}.andes-checkbox--label-before .andes-checkbox__input{left:auto;right:0}.andes-checkbox--disabled{cursor:default}.andes-checkbox--without-label{height:16px;width:16px}.andes-checkbox--embedded{display:inline-block}.andes-checkbox--embedded:not(div)>.andes-checkbox__input{margin-top:0;top:3px;-webkit-transform:translate(0);transform:translate(0)}.andes-checkbox--embedded .andes-checkbox__label{color:#3483fa;font-size:12px;padding-left:1.1666666667em}.andes-checkbox--embedded .andes-checkbox__background{background-color:#3483fa;content:"";height:32px;left:-8px;opacity:0;padding:0 8px;position:absolute;top:-2px;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;width:100%}.andes-checkbox--embedded .andes-checkbox__input{-webkit-border-radius:0;border-radius:0;height:10px;margin-top:3px;top:50%;width:10px}.andes-checkbox--embedded .andes-checkbox__input:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill='%233483fa' d='M2 1a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H2zm0-1h6a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z'/%3E%3C/svg%3E");height:10px;top:38%;width:10px}.andes-checkbox--embedded .andes-checkbox__input:checked:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Crect width='10' height='10' fill='%233483fa' rx='2'/%3E%3Cpath fill='%23fff' d='m7.47 2.47 1.06 1.06L4 8.06 1.47 5.53l1.06-1.06L4 5.94z'/%3E%3C/svg%3E");height:10px;width:10px}.andes-checkbox--embedded .andes-checkbox__input:checked+.andes-checkbox__background{transition:opacity .1s;-webkit-transition:opacity .1s}.andes-checkbox--embedded .andes-checkbox__input:checked:hover:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Crect width='10' height='10' fill='%233483fa' rx='2'/%3E%3Cpath fill='%23fff' d='m7.47 2.47 1.06 1.06L4 8.06 1.47 5.53l1.06-1.06L4 5.94z'/%3E%3C/svg%3E")}.andes-checkbox--embedded .andes-checkbox__input:checked[disabled]:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Crect width='10' height='10' fill='%23ccc' rx='2'/%3E%3Cpath fill='%23fff' d='m7.47 2.47 1.06 1.06L4 8.06 1.47 5.53l1.06-1.06L4 5.94z'/%3E%3C/svg%3E");height:10px;width:10px}.andes-checkbox--embedded .andes-checkbox__input:hover+.andes-checkbox__background{opacity:.06;transition:opacity .2s;-webkit-transition:opacity .2s}.andes-checkbox--embedded .andes-checkbox__input:hover:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill='%233483fa' d='M2 1a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H2zm0-1h6a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z'/%3E%3C/svg%3E")}.andes-checkbox--embedded .andes-checkbox__input:focus:after{display:none}.andes-checkbox--embedded .andes-checkbox__input:focus+.andes-checkbox__background{opacity:.12;transition:opacity .1s;-webkit-transition:opacity .1s}.andes-checkbox--embedded .andes-checkbox__input[disabled]:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill='%23ccc' d='M2 1a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H2zm0-1h6a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z'/%3E%3C/svg%3E");height:10px;width:10px}.andes-checkbox--embedded .andes-checkbox__input[disabled]+.andes-checkbox__background{display:none}.andes-checkbox--indeterminate .andes-checkbox__input:checked:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16'%3E%3Cdefs%3E%3Cpath id='a' d='M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%233483fa' xlink:href='%23a'/%3E%3Cpath fill='%23fff' d='M3.478 8.852h9.2v-1.2h-9.2z' mask='url(%23b)'/%3E%3C/g%3E%3C/svg%3E")}.andes-checkbox--indeterminate .andes-checkbox__input:checked:hover:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16'%3E%3Cdefs%3E%3Cpath id='a' d='M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%232968c8' xlink:href='%23a'/%3E%3Cpath fill='%23fff' d='M3.478 8.852h9.2v-1.2h-9.2z' mask='url(%23b)'/%3E%3C/g%3E%3C/svg%3E")}.andes-checkbox--indeterminate .andes-checkbox__input:checked:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16'%3E%3Cdefs%3E%3Cpath id='a' d='M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%233483fa' xlink:href='%23a'/%3E%3Cpath fill='%23fff' d='M3.478 8.852h9.2v-1.2h-9.2z' mask='url(%23b)'/%3E%3C/g%3E%3C/svg%3E")}.andes-checkbox--indeterminate .andes-checkbox__input:checked[disabled]:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill-rule='evenodd'%3E%3Cpath fill-opacity='.1' d='M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z'/%3E%3Cpath fill-opacity='.25' d='M3.478 8.852h9.2v-1.2h-9.2z'/%3E%3C/g%3E%3C/svg%3E")}.andes-checkbox--error .andes-checkbox__input:not(:checked):before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M3 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3z'/%3E%3Cpath fill='%23f23d4f' d='M3 0h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3zm0 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3z'/%3E%3C/g%3E%3C/svg%3E")}.andes-checkbox--error:hover .andes-checkbox__input:not(:checked):before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M3 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3z'/%3E%3Cpath fill='%23d12440' d='M3 0h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3zm0 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3z'/%3E%3C/g%3E%3C/svg%3E")}.andes-checkbox--error.andes-checkbox--embedded .andes-checkbox__input:not(:checked):before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill='%23f23d4f' d='M2 1a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H2zm0-1h6a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z'/%3E%3C/svg%3E");height:10px;width:10px}.andes-checkbox--error.andes-checkbox--embedded .andes-checkbox__input:not(:checked):before:hover{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill='%23d12440' d='M2 1a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H2zm0-1h6a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z'/%3E%3C/svg%3E")}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.andes-form-control__field [type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.ui-pdp-unregistered-quotation-form{width:100%}.ui-pdp-unregistered-quotation-form__title{color:rgba(0,0,0,.9);font-size:28px;font-weight:600;margin-bottom:24px}.ui-pdp-unregistered-quotation-form .ui-pdp-recaptcha-v2{margin-bottom:32px;margin-top:24px}.ui-pdp-unregistered-quotation-form__content{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.ui-pdp-unregistered-quotation-form__input{height:107px;padding:0 0 16px;width:-webkit-calc(50% - 6px);width:calc(50% - 6px)}.ui-pdp-unregistered-quotation-form__input:nth-of-type(2n){margin-left:12px}.ui-pdp-unregistered-quotation-form__button{margin:0 24px 0 0}.ui-pdp-unregistered-quotation-form__footer{display:-webkit-flex;display:flex}.ui-pdp-unregistered-quotation-form__collapsible-info{-webkit-align-items:flex-end;align-items:flex-end;background-color:#f5f5f5;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:32px;padding:16px}.ui-pdp-unregistered-quotation-form__collapsible-info__container{margin-right:20px;overflow:hidden;text-overflow:ellipsis;width:100%}.ui-pdp-unregistered-quotation-form__collapsible-info__edit{font-weight:600}.ui-pdp-unregistered-quotation-form__collapsible-info__collapsed-data{color:rgba(0,0,0,.9);display:inline;overflow:hidden;text-overflow:ellipsis}.ui-pdp-unregistered-quotation-form__collapsible-info-model,.ui-pdp-unregistered-quotation-form__collapsible-info-unit{color:#000;font-weight:700;margin:0 8px}.ui-pdp-unregistered-quotation-form__lgpd-confirmation-checkbox .andes-checkbox__mimic{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ui-pdp-unregistered-quotation-form__lgpd-confirmation-checkbox__wrapper{display:-webkit-flex;display:flex;margin-bottom:32px}.ui-pdp-unregistered-quotation-form__lgpd-confirmation-checkbox__wrapper .andes-checkbox__label{display:inline-block;line-height:1.25}.ui-pdp-unregistered-quotation-form__snackbar{z-index:1022}.ui-pdp-seller-validated{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex}.ui-pdp-seller-validated__icon{height:12px;margin-left:4px;vertical-align:middle;width:12px}.ui-pdp-seller-validated{padding-top:8px}.ui-vip-kyc-notification{padding-bottom:12px;padding-top:24px}.ui-pdp-report-problem__property-link{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;justify-content:flex-start;margin-top:22px}.ui-pdp-report-problem__property-link .ui-pdp-media__action{margin-left:5px}.ui-pdp-promotions-pill__trigger-tooltip{position:absolute}.ui-pdp-promotions-pill-label{-webkit-border-radius:3px;border-radius:3px;display:inline-block;line-height:1;padding:3px 4px;word-break:break-all}.ui-pdp-promotions-pill-label__target,.ui-pdp-promotions-pill-label__target:hover,.ui-pdp-promotions-pill-label__target:link,.ui-pdp-promotions-pill-label__target:visited{color:unset}.ui-pdp-promotions-pill-label--with-icon{-webkit-align-items:center;align-items:center;-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px;display:-webkit-inline-flex;display:inline-flex;height:20px;padding:2px 5px 0 3px;vertical-align:middle;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ui-pdp-promotions-pill-label--with-icon .ui-pdp-promotions-pill-label__text{bottom:1px;position:relative}.ui-pdp-promotions-pill-label--with-icon .ui-pdp-media__figure{margin-right:0}.ui-pdp-promotions-pill-label .andes-tooltip__trigger{grid-gap:4px;-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;vertical-align:middle}.ui-pdp-promotions-pill-label.codoacodo{font-size:14px;padding:6px 8px;text-transform:none}.ui-pdp-promotions-pill-label.best_seller_position{font-weight:400;padding:0 0 0 8px;text-transform:none}.ui-pdp-promotions-pill-label.melichoice_campaign{bottom:1.5px;font-weight:400;padding-left:8px;position:relative;text-transform:none}.ui-pdp-promotions-pill-label.deal_campaign{font-weight:400}.ui-pdp-promotions-pill__tooltip .andes-tooltip-content{width:-webkit-calc(100% - 15px);width:calc(100% - 15px)}.ui-pdp-promotions-pill-label__icon.ui-pdp-promotions-pill-label__tooltip.andes-tooltip--card.andes-tooltip-placement-left.andes-tooltip .andes-tooltip__text{width:293px}.ui-pdp-promotions-progress{padding-top:10px;width:220px}.ui-pdp-promotions-progress__bar{-webkit-border-radius:2px;border-radius:2px;height:4px;overflow:hidden}.ui-pdp-promotions-progress__bar .progress{height:4px}.ui-pdp-promotions-progress__status{-webkit-align-items:center;align-items:center;color:rgba(0,0,0,.9);display:-webkit-flex;display:flex;font-size:14px;font-weight:400;-webkit-justify-content:space-between;justify-content:space-between;padding:3px 0 4px}.ui-pdp-promotions-progress__status .timer{font-family:Verdana;font-size:12px}.ui-pdp-promotions-pill__tooltip--highlight_seller_api_tooltip{width:312px}.ui-pdp-promotions-pill-label__icon.ui-pdp-promotions-pill-label__tooltip.andes-tooltip--light{-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,.1),0 0 6px 0 rgba(0,0,0,.1);box-shadow:0 8px 16px 0 rgba(0,0,0,.1),0 0 6px 0 rgba(0,0,0,.1);line-height:1.5;word-break:normal}.ui-pdp-highlighted-rental-type{margin-top:20px}.ui-pdp-highlighted-rental-type .ui-pdp-promotions-pill__label--tag{-webkit-border-radius:2px;border-radius:2px;cursor:default;line-height:1.25;margin-bottom:4px;text-transform:none}.ui-pdp-highlighted-rental-type__hint{display:block;padding:0;text-transform:none}.ui-pdp-promotions-pill-label__text{margin-right:8px}.ui-pdp-online-rental-details__footer{margin-top:24px}.ui-pdp-online-rental-details__footer .ui-pdp-icon{margin:2px 12px 0 0}.ui-pdp-online-rental-details__extra-info-item{margin-bottom:24px}.ui-pdp-online-rental-benefits{margin-top:8px}.ui-pdp-online-rental-benefits__row:not(:last-child){margin-bottom:16px}.ui-pdp-online-rental-benefits .ui-pdp-icon{margin-right:9px}.ui-pdp-online-rental-benefits .ui-pdp-icon--podium{fill:none}.ui-pdp-online-rental-benefits .ui-pdp-icon--podium,.ui-pdp-online-rental-benefits .ui-pdp-icon--timer{margin-right:12px;margin-top:2px}.ui-pdp-online-rental-benefits .ui-pdp-action-modal{display:inline-block}.ui-pdp-online-rental-benefits .ui-pdp-media{font-size:14px}.ui-pdp-whatsapp-card{border:1px solid rgba(0,0,0,.1);-webkit-border-radius:6px;border-radius:6px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap;flex-wrap:wrap}.ui-pdp-whatsapp-card .contact-whatsapp{margin:0}.ui-pdp-whatsapp-card .andes-button--loud:active .ui-pdp-icon--whatsapp path,.ui-pdp-whatsapp-card .andes-button--loud:focus .ui-pdp-icon--whatsapp path,.ui-pdp-whatsapp-card .andes-button--loud:hover .ui-pdp-icon--whatsapp path{stroke:none!important}.ui-pdp-whatsapp-card{max-height:215px;width:100%}.ui-pdp-whatsapp-card .ui-pdp-container__row--contact-whatsapp-title{margin-top:44px;max-width:380px}.ui-pdp-whatsapp-card .ui-pdp-container__row--actions{margin-top:24px;max-width:128px}.ui-pdp-whatsapp-card .ui-pdp-container__row--actions .andes-button{font-size:14px;height:32px;padding:0}.ui-pdp-whatsapp-card .ui-pdp-container__row--actions .ui-pdp-icon--whatsapp{display:inline-block;height:12px;margin-right:8px;width:12px}.requirements-card-ltr{border-top:1px solid rgba(0,0,0,.1);width:100%}.requirements-card-ltr__req-item{-webkit-align-items:start;align-items:start}.requirements-card-ltr__req-item-title{padding-top:4px}.requirements-card-ltr__req-item-icon{-webkit-align-items:center;align-items:center;background-color:rgba(0,0,0,.1);-webkit-border-radius:50%;border-radius:50%;display:-webkit-flex;display:flex;-webkit-flex-shrink:0;flex-shrink:0;height:32px;-webkit-justify-content:center;justify-content:center;margin-right:16px;width:32px}.requirements-card-ltr__req-item:nth-child(3){margin-bottom:12px}.requirements-card-ltr__char-icon{margin-right:8px}.requirements-card-ltr{padding-bottom:40px;padding-top:40px}.requirements-card-ltr__title{padding-bottom:24px}.requirements-card-ltr__content{display:-webkit-flex;display:flex}.requirements-card-ltr__content-right{margin-left:32px}.requirements-card-ltr__req-item{display:-webkit-flex;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:24px}.requirements-card-ltr__req-item-subtitle,.requirements-card-ltr__req-item-title{display:block;overflow-wrap:break-word}.requirements-card-ltr__list-title{padding-left:56px}.requirements-card-ltr__list-item{padding-left:64px}.ui-pdp--sticky-wrapper{margin-bottom:24px;position:-webkit-sticky;position:sticky;top:12px}body,html{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.ui-pdp-container__row--reverse{-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.ui-vip-core{width:1184px}.ui-vip-core-container--head{position:relative}.ui-vip-core-container--head:empty{margin-top:40px}.ui-vip-core-container--head .ui-pdp-container__row--item-status:not(:empty){margin-top:8px}.ui-vip-core .ui-vip-grouped-header{margin-top:24px;min-width:1184px}.ui-vip-core-container--short-description .ui-pdp-container__row--item-status:not(:empty){margin-top:20px}.ui-vip-core-container--short-description .ui-pdp-container__row--main-actions:not(:empty){margin-top:24px}.ui-vip-core-container--short-description .ui-pdp-container__row--item-status-short-description-message{margin-top:32px}.ui-vip-core-container--short-description .ui-pdp-container__row--highlighted-rental-type+.ui-pdp-container__row--highlighted-specs-res .ui-pdp-highlighted-specs-res{margin-top:16px}.ui-vip-core-container--content-left{margin-left:50px;width:718px}.ui-vip-core-container--content-left .ui-pdp-container__row--description,.ui-vip-core-container--content-left .ui-pdp-container__row--technical-specifications[id]{border-top:1px solid rgba(0,0,0,.1);padding-bottom:40px;padding-top:40px}.ui-vip-core-container--content-left .ui-pdp-container__row--questions{border-top:1px solid rgba(0,0,0,.1);padding-top:40px}.ui-vip-core-container--content-left .ui-pdp-container__row--highlighted-specs-attrs,.ui-vip-core-container--content-left .ui-pdp-container__row--location,.ui-vip-core-container--content-left .ui-pdp-container__row--points-of-interest,.ui-vip-core-container--content-left .ui-pdp-container__row--quotable-models{border-top:1px solid rgba(0,0,0,.1);padding-bottom:40px;padding-top:40px}.ui-vip-core-container--content-left .ui-pdp-container__row--contact-whatsapp-promotion{border-top:1px solid rgba(0,0,0,.1);padding-top:40px}.ui-vip-core .ui-pdp-container--column-right{margin-left:0;max-width:368px;width:368px}.ui-vip-core .ui-pdp-container--column-right .ui-vip-content-right .ui-pdp-container__row:not(:first-child){border-top:1px solid rgba(0,0,0,.1)}.ui-vip-core .ui-pdp-container--column-right .ui-vip-content-right .ui-pdp-container__row--grouped-main-actions:not(:first-child){border-top:0}.ui-vip-core .ui-pdp-container--column-right .ui-vip-content-right-ads{border:none;margin-top:8px;padding:0}.ui-vip-core .ui-pdp-container--column-right .ui-vip-content-right-ads .ui-pdp-component-list__item--desktop-content-right-ads{border:none}.ui-vip-core .ui-pdp-container--column-right .ui-pdp-quotation-limit-message{margin-top:24px}.ui-vip-core-container--column__right{position:relative;width:100%}.ui-vip-core .ui-pdp-container--column-left .ui-pdp-gallery{height:529px;margin-bottom:40px;width:100%}.ui-vip-core .ui-pdp-container--column-left .ui-pdp-gallery__column{margin:20px 0 0 20px;position:static}.ui-vip-core .ui-pdp-container--column-left .ui-pdp-gallery__thumbnail .ui-pdp-thumbnail__picture{height:50px;width:50px}.ui-vip-core .ui-pdp-container--column-left .ui-pdp-gallery__figure{height:509px;left:71px;margin:20px 0 0 16px;padding:0;width:678px}.ui-vip-core .ui-pdp-container--column-left .ui-pdp-gallery__zoom-container{height:412px;left:100%;top:20px;width:366px}.ui-vip-core .ui-pdp-container--top{margin-bottom:12px}.ui-vip-core .ui-pdp-container--pdp{-webkit-border-radius:4px;border-radius:4px}.ui-vip-core .ui-pdp-component-list{padding:20px}.ui-vip-core .ui-pdp-component-list .ui-vip-core-container--short-description .ui-pdp-container__row--grouped-main-actions .ui-pdp-container-actions{margin-top:32px}.ui-vip-core .ui-pdp-component-list .ui-vip-core-container--short-description .ui-pdp-container__row--questions-short-description+.ui-pdp-container__row--grouped-main-actions>*{margin-top:8px}.ui-vip-core .ui-pdp-seller{margin-top:0}.ui-vip-core .ui-pdp-seller__header{margin-bottom:0}.ui-vip-core .ui-pdp-seller__header__image-container{-webkit-align-items:flex-start;align-items:flex-start}.ui-vip-core .ui-pdp-seller__header__info-container{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center}.ui-vip-core .ui-pdp-seller__header__title{margin-top:0}.ui-vip-core .ui-pdp-seller__icon-description{height:28px}.ui-vip-core .ui-pdp-seller__item-description,.ui-vip-core .ui-pdp-seller__text-description{width:100%}.ui-vip-core .ui-pdp-seller__header--margin{margin-bottom:18px}.ui-vip-core .ui-pdp-seller__link-trigger{display:inline-block;margin-top:0}.ui-vip-core .ui-pdp-actions .ui-pdp-action-primary--disabled,.ui-vip-core .ui-pdp-actions .ui-pdp-action-secondary--disabled{cursor:pointer}.ui-vip-core--official-store{width:100%}.ui-vip-core--official-store .ui-pdp-container--pdp,.ui-vip-core--official-store .ui-pdp-container--top,.ui-vip-core--official-store .ui-pdp-container--top__bottom{margin:0 auto;width:1184px}.ui-vip-core--official-store .ui-pdp-container--top,.ui-vip-core--official-store .ui-pdp-container--top__bottom{background-color:#ededed}.ui-vip-core--official-store .ui-pdp-container--pdp{-webkit-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;margin-top:-60px}.ui-pdp-bookmark__link-bookmark a{left:auto;position:relative;top:auto}.ui-pdp-questions__questions-list{margin:0}.ui-pdp-container--share{-webkit-align-items:flex-end;align-items:flex-end;display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end;width:200px}.ui-pdp-container--pdp{background-color:#fff;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.25);box-shadow:0 1px 2px 0 rgba(0,0,0,.25);min-width:800px}.ui-pdp-container--bottom{margin-top:20px}.ui-pdp--relative{position:relative}.ui-pdp-specs{-webkit-flex:1;flex:1}.ui-pdp-specs .ui-pdp-specs__table .andes-table__column:last-of-type{padding-left:24px;width:73%}.ui-pdp-specs .ui-pdp-list__item+.ui-pdp-list__item{margin-left:50px}.ui-pdp-specs .ui-pdp-list__text{-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto;word-break:break-word}.ui-pdp-container--border-bottom,.ui-pdp-container--border-left{border-right:1px solid rgba(0,0,0,.1)}.ui-pdp-component-list+.ui-vip-content-right{padding:0}.ui-pdp-iframe-modal{height:70%;max-height:92%;max-width:100%;-webkit-transition:.5s cubic-bezier(.72,.04,.12,.97);transition:.5s cubic-bezier(.72,.04,.12,.97);width:840px}.ui-pdp-iframe-modal .andes-modal__content{padding:0}.ui-pdp-iframe-modal iframe{-webkit-overflow-scrolling:touch;border:0;-webkit-transition:.5s cubic-bezier(.72,.04,.12,.97);transition:.5s cubic-bezier(.72,.04,.12,.97);width:100%}.ui-pdp-iframe-modal .andes-spinner__mask{background-color:#fff}.ui-pdp-breadcrumb{margin:0}.ui-vip-recommendations .carousel-container:after{display:none}.ui-vip-core--modal{background-color:#fff;left:0;min-width:100%;padding:0 64px;position:absolute;top:0;width:100%}.ui-pdp-buybox__quantity__message{margin-left:0}.ui-pdp-container__row--item-status-message{margin-bottom:30px;margin-top:24px}.andes-tooltip__content{margin-right:0}.ui-vpp-message{width:100%}.ui-pdp-syi__link{vertical-align:initial}.ui-pdp-questions{margin-bottom:0}.ui-pdp-questions__title{margin-bottom:24px}.ui-pdp-questions__input .andes-form-control__control .andes-form-control__field{min-height:92px!important;-webkit-transition:min-height .2s ease;transition:min-height .2s ease}.ui-pdp-questions__input .andes-form-control__control .andes-form-control__field:focus{min-height:172px!important}.seller-tooltip{width:300px}.ui-pdp-generic-brands-summary{padding:32px 20px}.ui-pdp-container-actions .ui-pdp-actions:last-child{margin-bottom:unset}.banner.ui-vpp-advertising.ui-billboard-ad.loaded,.container-advertising.ui-billboard-ad.placement{padding-top:30px}.container-advertising.ui-related-services.loaded{border-bottom:0;border-top:1px solid rgba(0,0,0,.1)}.container-advertising.ui-related-services.loaded .title-advertising{color:#000;font-size:18px;font-weight:400;opacity:.8;padding-bottom:32px}.container-advertising.ui-related-services.loaded .line{border-bottom:0}.ui-vpp-store__bg-image{background-position:50% 50%}.ui-pdp-quotation{font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif}

/*# sourceMappingURL=vip.real-estate.desktop.3b212345.css.map*/