/*! * Web Fonts from Fontspring.com * * All OpenType features and all extended glyphs have been removed. * Fully installable fonts can be purchased at https://www.fontspring.com * * The fonts included in this stylesheet are subject to the End User License you purchased * from Fontspring. The fonts are protected under domestic and international trademark and * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or * distributing this font software. * * (c) 2010-2023 Fontspring * * * * * The fonts included are copyrighted by the vendor listed below. * * Vendor: Mark Simonson Studio * License URL: https://www.fontspring.com/licenses/mark-simonson-studio/webfont * * */
@font-face {
    font-family: 'Proxima Nova';
    font-weight: 300;
    font-display: swap;
    font-style: normal;
    src: url(https://http2.mlstatic.com/ui/webfonts/v3.0.0/proxima-nova/proximanova-light.woff2) format("woff2"), url(https://http2.mlstatic.com/ui/webfonts/v3.0.0/proxima-nova/proximanova-light.woff) format("woff")
}

@font-face {
    font-family: 'Proxima Nova';
    font-weight: 400;
    font-display: swap;
    font-style: normal;
    src: url(https://http2.mlstatic.com/ui/webfonts/v3.0.0/proxima-nova/proximanova-regular.woff2) format("woff2"), url(https://http2.mlstatic.com/ui/webfonts/v3.0.0/proxima-nova/proximanova-regular.woff) format("woff")
}

@font-face {
    font-family: 'Proxima Nova';
    font-weight: 600;
    font-display: swap;
    font-style: normal;
    src: url(https://http2.mlstatic.com/ui/webfonts/v3.0.0/proxima-nova/proximanova-semibold.woff2) format("woff2"), url(https://http2.mlstatic.com/ui/webfonts/v3.0.0/proxima-nova/proximanova-semibold.woff) format("woff")
}


@-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-pi-circular-dash-reduce-motion {
    0% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: 0;
        opacity: 0
    }

    10% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: 0;
        opacity: 1
    }

    60% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: 0;
        opacity: 1
    }

    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: 0;
        opacity: 0
    }
}

@-webkit-keyframes andes-button-start-width-animation {
    0% {
        width: 0
    }

    to {
        width: 90%
    }
}

@-webkit-keyframes andes-button-start-width-animation-reduce-motion {
    0% {
        width: 0
    }

    30% {
        width: 30%
    }

    60% {
        width: 60%
    }

    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: translateY(50%);
        transform: translateY(50%)
    }
}

@-webkit-keyframes translateOutButtonSpinner {
    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@-webkit-keyframes translateInButtonSpinnerComplete {
    0% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%)
    }

    to {
        -webkit-transform: translateY(-webkit-calc(-50% + 22px));
        transform: translateY(calc(-50% + 22px))
    }
}

@-webkit-keyframes translateInButtonSpinnerCompleteMedium {
    0% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%)
    }

    to {
        -webkit-transform: translateY(-webkit-calc(-50% + 13px));
        transform: translateY(calc(-50% + 13px))
    }
}

@-webkit-keyframes translateInButtonSpinnerCompleteSmall {
    0% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%)
    }

    to {
        -webkit-transform: translateY(-webkit-calc(-50% + 10px));
        transform: translateY(calc(-50% + 10px))
    }
}

.andes-form-control {
    display: block;
    font-family: Proxima Nova, -apple-system, Roboto, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    -webkit-font-smoothing: antialiased;
    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: var(--andes-color-blue-500, var(--andes-color-blue-500, #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--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: var(--andes-color-blue-500, #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--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-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;
    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-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-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;
    border-radius: .375em;
    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 {
    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 var(--andes-color-blue-500, #3483fa);
    -moz-box-shadow: 0 0 0 .125em var(--andes-color-blue-500, #3483fa);
    -webkit-box-shadow: 0 0 0 .125em var(--andes-color-blue-500, #3483fa);
    outline: none
}

.andes-form-control__control.visible-focused {
    border-color: transparent;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #3483fa);
    -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #3483fa);
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #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: var(--andes-color-blue-500, #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 {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: 0 -1px -1px 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.andes-form-control--numeric.andes-form-control--error .andes-form-control__label,
.andes-form-control--textfield.andes-form-control--error .andes-form-control__label {
    color: #f23d4f !important
}

.andes-form-control--numeric.andes-form-control--error .andes-form-control__control,
.andes-form-control--textfield.andes-form-control--error .andes-form-control__control {
    box-shadow: 0 0 0 1px #f23d4f
}

.andes-form-control--numeric.andes-form-control--error .andes-form-control__error-icon,
.andes-form-control--textfield.andes-form-control--error .andes-form-control__error-icon {
    background-color: #f23d4f;
    border-radius: 50%;
    font-size: 13px;
    height: 12px;
    line-height: 1;
    margin-right: .4615384615em;
    width: 12px
}

.andes-form-control--numeric.andes-form-control--error.andes-form-control--focused .andes-form-control__control,
.andes-form-control--textfield.andes-form-control--error.andes-form-control--focused .andes-form-control__control {
    border-color: transparent;
    box-shadow: 0 0 0 .125em #f23d4f;
    outline: none
}

.andes-form-control--numeric.andes-form-control--error:hover .andes-form-control__label,
.andes-form-control--textfield.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 var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none
}

.andes-form-control--textfield .andes-form-control__clear-icon:focus-visible {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none
}

.andes-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, .02);
    border: 1px dashed rgba(0, 0, 0, .25);
    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;
    box-shadow: none
}

.andes-form-control--textfield.andes-form-control--readonly .andes-form-control__field {
    padding-left: .4285714286em;
    -webkit-text-fill-color: rgba(0, 0, 0, .9);
    opacity: 1
}

.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__countdown {
    color: rgba(0, 0, 0, .55);
    float: right;
    font-size: 13px;
    line-height: 1;
    text-align: right;
    width: -webkit-fill-available
}

.andes-form-control--textfield-progress {
    height: 18px;
    right: 4%;
    width: 18px;
    stroke-width: 6px
}

.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: 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 var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3))
}

.andes-form-control--textfield .andes-checkbox--embedded .andes-checkbox__input:focus-visible:after {
    opacity: 0
}

.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--textfield .andes-form-control__embedded .andes-checkbox__label {
    text-wrap: nowrap
}

.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 var(--andes-color-blue-500, #3483fa);
    -moz-box-shadow: 0 0 0 .125em var(--andes-color-blue-500, #3483fa);
    -webkit-box-shadow: 0 0 0 .125em var(--andes-color-blue-500, #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 var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #3483fa);
    -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #3483fa);
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #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 {
    -moz-appearance: textfield;
    text-align: center;
    width: 100%
}

.andes-form-control--numeric .andes-form-control__field::-webkit-inner-spin-button {
    -webkit-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::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 var(--andes-color-blue-500, #3483fa);
    -moz-box-shadow: 0 0 0 .125em var(--andes-color-blue-500, #3483fa);
    -webkit-box-shadow: 0 0 0 .125em var(--andes-color-blue-500, #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 var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #3483fa);
    -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #3483fa);
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #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;
    position: relative
}

.andes-form-control__password-checkbox {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    height: 23px;
    margin-right: .75em;
    position: absolute;
    right: 0;
    width: 23px
}

.andes-form-control__password-checkbox:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none
}

.andes-form-control__password-checkbox:focus-visible {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none
}

.andes-form-control__password-checkbox:focus:not(:focus-visible) {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: none
}

.andes-form-control__password-value {
    color: rgba(0, 0, 0, .9)
}

.andes-form-control__password-value.hide {
    display: none
}

.andes-form-control__password-icon {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex
}

.andes-form-control__field.andes-form-control__split-field {
    cursor: text;
    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 {
    border-radius: 0;
    box-shadow: none
}

.andes-form-control__field.andes-form-control__split-field .andes-form-control__control input {
    padding: 0
}

.andes-form-control__field.andes-form-control__split-field.andes-form-control--focused>.andes-form-control__control {
    box-shadow: none
}

.andes-form-control--split .andes-form-control__control--visible-focused {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #3483fa);
    -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #3483fa);
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #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
}

.andes-form-control--numeric.andes-form-control--warning .andes-form-control__error-icon,
.andes-form-control--textfield.andes-form-control--warning .andes-form-control__error-icon {
    background-color: #f73;
    border-radius: 50%;
    font-size: 13px;
    height: 12px;
    line-height: 1;
    margin-right: .4615384615em;
    width: 12px
}

.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 {
    opacity: 1
}

.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)
}

@-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;
    background-color: #1a1a1a;
    bottom: 0;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-flow: row;
    font-family: Proxima Nova, -apple-system, Roboto, Arial, sans-serif;
    font-weight: 400;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: fixed;
    z-index: 1021
}

.andes-snackbar__action {
    border-width: 0;
    color: #fff !important;
    font-size: inherit;
    font-weight: 600;
    text-align: right;
    text-transform: uppercase;
    white-space: nowrap
}

.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
}

@media(prefers-reduced-motion:no-preference) {
    .andes-snackbar--animate-show {
        -webkit-animation-name: andes-snackbar-show;
        animation-name: andes-snackbar-show
    }

    .andes-snackbar--animate-hide {
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-name: andes-snackbar-hide;
        animation-name: andes-snackbar-hide
    }
}

.andes-snackbar {
    border-radius: .4285714286em;
    bottom: 1.1428571429em;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    left: 0;
    line-height: 1.1428571429em;
    margin: 0 .5714285714em;
    right: 0
}

.andes-snackbar__action.andes-button {
    border-radius: .4285714286em
}

.andes-snackbar__action.andes-button,
.andes-snackbar__message {
    font-size: 14px;
    padding: 1.1428571429em
}

.andes-snackbar__children {
    padding-bottom: 1.1428571429em;
    padding-left: 1.1428571429em
}

.andes-snackbar--bottom.andes-snackbar--with-action .andes-snackbar__message {
    line-height: 1.5714285714em;
    padding-bottom: 0
}

@media(min-width:768px) {
    .andes-snackbar {
        bottom: 2em;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        line-height: 1em;
        margin-left: auto;
        margin-right: auto;
        max-width: 37.5em
    }

    .andes-snackbar,
    .andes-snackbar__action {
        border-radius: .375em
    }

    .andes-snackbar__action.andes-button,
    .andes-snackbar__message {
        font-size: 16px;
        padding: 1.5em
    }

    .andes-snackbar__children {
        padding-bottom: 1.5em;
        padding-left: 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--green {
    background-color: #00a650
}

.andes-snackbar--red {
    background-color: #f23d4f
}

input:focus-visible {
    box-shadow: none
}

input:focus {
    box-shadow: none
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:focus-visible,
input:-webkit-autofill:hover {
    box-shadow: inset 0 0 0 30px #fff !important
}

.login-form__input--password #password:-webkit-autofill {
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-name: auto-fill-start;
    animation-name: auto-fill-start
}

@-webkit-keyframes auto-fill-start {
    0% {
        box-shadow: inset 0 0 0 30px #fff !important
    }

    to {
        box-shadow: inset 0 0 0 40px #fff !important
    }
}

@keyframes auto-fill-start {
    0% {
        box-shadow: inset 0 0 0 30px #fff !important
    }

    to {
        box-shadow: inset 0 0 0 40px #fff !important
    }
}

.login-form__input .andes-form-control__control.visible-focused {
    box-shadow: 0 0 0 .125em #3483fa
}

body,
html {
    font-size: 16px
}

body {
    background: #fff
}

.nav-header .nav-header-menu-wrapper:after {
    display: none
}

.nav-header:before {
    content: none
}

.nav-header .nav-bounds {
    -webkit-justify-content: space-between;
    justify-content: space-between
}

[data-site=MP] .nav-header .nav-bounds {
    min-height: 3.125rem
}

[data-site=TI] .nav-header,
[data-site=TL] .nav-header {
    background: #fff
}

[data-site=TM] .nav-header {
    background: #ffe600
}

.platform--ml-buy-ms-store .nav-header {
    -webkit-align-content: center;
    align-content: center;
    background-color: #d9545e;
    display: grid;
    height: 3rem;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center
}

.platform--ml-buy-ms-store .nav-header p {
    font-size: 1.75rem
}

.platform--ml-buy-ms-store .nav-header img {
    height: 1.875rem
}

.grecaptcha-badge {
    display: none !important
}

[data-site=MP] .nav-header {
    background-color: var(--andes-color-fill-brand, var(--andes-color-yellow-500, #ffe600))
}

[data-site=MS] .nav-header {
    background-color: #d9545e
}

.nav-header-cbt__content {
    display: none
}

.nav-header-cbt__links-icons {
    border-left: 0
}

@media only screen and (min-width:768px) {
    body {
        background: #ededed
    }

    .nav-header {
        border-bottom: 0;
        box-shadow: none
    }

    .platform--ml-buy-ms-store .nav-header img {
        height: 2.125rem
    }

    #nav-header-menu {
        height: inherit;
        margin: 0;
        min-width: inherit;
        padding: 0;
        position: inherit
    }

    #nav-header-menu>a {
        border-left: 0;
        left: unset;
        position: unset
    }

    #nav-header-menu>a.option-help {
        border-left: 0
    }

    .andes-button {
        width: 100%
    }

    [data-site=TI] #nav-header-menu [for=nav-header-user-switch]:hover i:before,
    [data-site=TI] #nav-header-menu a:hover,
    [data-site=TI] #nav-header-menu a:hover i:before,
    [data-site=TI] #nav-header-menu i:before,
    [data-site=TI] [for=nav-header-user-switch]:hover,
    [data-site=TL] #nav-header-menu [for=nav-header-user-switch]:hover i:before,
    [data-site=TL] #nav-header-menu a:hover,
    [data-site=TL] #nav-header-menu a:hover i:before,
    [data-site=TL] #nav-header-menu i:before,
    [data-site=TL] [for=nav-header-user-switch]:hover,
    [data-site=TM] #nav-header-menu [for=nav-header-user-switch]:hover i:before,
    [data-site=TM] #nav-header-menu a:hover,
    [data-site=TM] #nav-header-menu a:hover i:before,
    [data-site=TM] #nav-header-menu i:before,
    [data-site=TM] [for=nav-header-user-switch]:hover {
        color: #333
    }

    [data-site=TM] .nav-logo {
        background-size: 7.5rem 1.5rem;
        height: 1.5rem;
        margin: .5rem 0;
        width: 7.5rem
    }

    [data-site=MP] {
        background-color: #eee
    }

    [data-site=MP] .nav-logo {
        background-image: url(https://http2.mlstatic.com/frontend-assets/auth-login-frontend/4ea367c6c0eedeb0ae63.svg)
    }

    [data-site=MP] .option-help-tablet {
        height: auto
    }

    [data-site=MP] .option-help-icon {
        fill: var(--andes-color-text-brand, rgba(0, 0, 0, .9))
    }

    [data-site=MP] .nav-icon-help:before {
        content: ""
    }

    [data-site=MP] .nav-header-menu-wrapper :after {
        content: none
    }

    .platform--ml-buy-ms-store .nav-header {
        height: 4rem
    }
}

@media screen and (min-width:1024px) {

    body,
    html {
        font-size: 16px
    }

    #nav-header-menu {
        margin: auto
    }

    .nav-header {
        height: 3.5rem
    }

    .nav-header #nav-header-menu {
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-flex;
        display: flex;
        height: 3.5rem;
        padding: 0 12px
    }

    .nav-header #nav-header-menu .option-help {
        line-height: inherit;
        padding-bottom: 4px
    }

    .nav-header .nav-header-guest .option-help-tablet {
        height: auto
    }

    .platform-ml #nav-header-menu {
        height: unset;
        margin: 0;
        min-width: unset;
        padding: 0;
        position: unset
    }

    .platform-ml #nav-header-menu>a {
        left: unset;
        position: unset
    }

    .nav-header-cbt__content {
        display: -webkit-flex;
        display: flex
    }
}

.recaptcha-container {
    display: none
}

.recaptcha-container--error {
    display: block;
    margin: 0 auto;
    min-height: 4.875rem;
    position: relative;
    width: 17rem
}

.recaptcha-container .g-recaptcha {
    min-height: 4.875rem
}

.recaptcha-container .g-recaptcha,
.recaptcha-container .g-recaptcha-no-script {
    -webkit-transform: scale(.89);
    transform: scale(.89);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.recaptcha-container .g-recaptcha-no-script {
    margin-bottom: -3.75rem
}

.recaptcha-spinner {
    left: 50%;
    margin-left: -1.5rem;
    position: absolute;
    top: 1.75rem;
    z-index: 0
}

.recaptcha__container {
    margin: 1rem 0 0
}

.recaptcha__widget {
    height: 4.875rem;
    margin: .375rem 0;
    width: 19rem
}

.recaptcha__spinner {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.recaptcha__spinner--hide {
    display: none
}

.recaptcha__error-icon {
    margin: 0 .375rem
}

.recaptcha__container .recaptcha__error-message {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex
}

.recaptcha__container .recaptcha__error-message.andes-typography {
    font-weight: 600
}

.container {
    height: 100%;
    position: relative
}

.login-form__row {
    margin: .625rem 0;
    min-height: 3.75rem;
    padding: 1.3125rem 0 0;
    position: relative;
    text-align: left
}

.login-form__row--landscape {
    margin: 0;
    padding-top: 0;
    width: 25.5rem
}

.login-form__input {
    position: relative;
    z-index: 10
}

.recaptcha-terms__container {
    color: #666;
    font-size: 12px;
    font-size: .75rem;
    margin: 0 0 .5rem;
    text-align: center
}

.recaptcha-terms__links {
    font-size: 10px;
    font-size: .625rem
}

a {
    color: var(--andes-color-blue-500, var(--andes-color-blue-500, #3483fa));
    text-decoration: none
}

@media only screen and (max-height:481px) {
    .wrap {
        height: 86%;
        min-height: 23.125rem
    }
}

.sr-only {
    font-size: 0
}

.andes-card--animated:hover,
.andes-card--elevated {
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .1)
}

.grid-view__container>.grid-view__main>.grid-view__section--headers>p.andes-typography--size-s.grid-view__subtitle {
    margin: 0 0 .5rem
}

.grid-view__container>.grid-view__main>.grid-view__section--headers>h1.grid-view__title {
    margin: 0
}

.grid-view__container>.grid-view__main>.grid-view__section--headers>p.grid-view__description {
    margin: .5rem 0 0;
    max-width: 22rem
}

@media screen and (min-width:1024px) {
    .grid-view__container>.grid-view__main>.grid-view__section--headers>p.andes-typography--size-s.grid-view__subtitle {
        margin: 0
    }
}

.cx-widget,
.cx-widget:focus:not(:focus-visible) {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .07), 0 20px 25px 0 rgba(0, 0, 0, .15);
    display: -webkit-flex;
    display: flex;
    opacity: 1;
    position: fixed;
    right: -360px;
    -webkit-transform: translateZ(0) translateZ(0);
    transform: translateZ(0) translateZ(0);
    -webkit-transition: opacity .1s ease-out, top .1s ease, bottom .1s ease, -webkit-transform 325ms ease-in-out;
    transition: opacity .1s ease-out, top .1s ease, bottom .1s ease, -webkit-transform 325ms ease-in-out;
    transition: transform 325ms ease-in-out, opacity .1s ease-out, top .1s ease, bottom .1s ease;
    transition: transform 325ms ease-in-out, opacity .1s ease-out, top .1s ease, bottom .1s ease, -webkit-transform 325ms ease-in-out;
    width: 360px;
    z-index: 9000
}

.cx-widget *,
.cx-widget:focus:not(:focus-visible) * {
    border: 0;
    box-sizing: border-box;
    font-family: Proxima Nova, sans-serif;
    font-size: 16px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cx-widget.cx-widget--visible,
.cx-widget:focus:not(:focus-visible).cx-widget--visible {
    -webkit-transform: translateZ(0) translateZ(0) translateX(-360px);
    transform: translateZ(0) translateZ(0) translateX(-360px)
}

.cx-widget.cx-widget--fake-destroy,
.cx-widget:focus:not(:focus-visible).cx-widget--fake-destroy {
    opacity: 0
}

.cx-widget.cx-widget--collapsed,
.cx-widget:focus:not(:focus-visible).cx-widget--collapsed {
    bottom: 0 !important
}

.cx-widget.cx-widget--collapsed .cx-widget__protection-band,
.cx-widget:focus:not(:focus-visible).cx-widget--collapsed .cx-widget__protection-band {
    opacity: 1
}

.cx-widget.cx-widget--collapsed .cx-widget__container .cx-widget-iframe,
.cx-widget:focus:not(:focus-visible).cx-widget--collapsed .cx-widget__container .cx-widget-iframe {
    z-index: -1
}

.cx-widget.cx-widget--collapsed .cx-widget__title-container .cx-widget__title,
.cx-widget:focus:not(:focus-visible).cx-widget--collapsed .cx-widget__title-container .cx-widget__title {
    opacity: 1;
    -webkit-transform: translateZ(0) translateZ(0) translateY(45%);
    transform: translateZ(0) translateZ(0) translateY(45%)
}

.cx-widget.cx-widget--collapsed .cx-widget__actions .button-minimize,
.cx-widget:focus:not(:focus-visible).cx-widget--collapsed .cx-widget__actions .button-minimize {
    opacity: 0;
    pointer-events: none
}

.cx-widget.cx-widget--collapsed .cx-widget__actions .button-close,
.cx-widget:focus:not(:focus-visible).cx-widget--collapsed .cx-widget__actions .button-close {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27%3E%3Cpath fill=%27%23FFF%27 d=%27M17.12 15.71 22.41 21 21 22.41l-5.29-5.29-5.3 5.29L9 21l5.29-5.29L9 10.41 10.41 9l5.3 5.29L21 9l1.41 1.41z%27/%3E%3C/svg%3E")
}

.cx-widget .cx-widget__title-container,
.cx-widget:focus:not(:focus-visible) .cx-widget__title-container {
    cursor: pointer;
    height: 64px;
    left: 0;
    margin: 0;
    padding: 16px 0 16px 32px;
    position: absolute;
    vertical-align: top;
    width: 250px
}

.cx-widget .cx-widget__title-container .cx-widget__title,
.cx-widget:focus:not(:focus-visible) .cx-widget__title-container .cx-widget__title {
    color: #fff;
    font-weight: 500;
    line-height: 1;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    -webkit-transform: translateZ(0) translateZ(0) translateY(20%);
    transform: translateZ(0) translateZ(0) translateY(20%);
    -webkit-transition: opacity 325ms ease .3s, -webkit-transform .2s ease-in .3s;
    transition: opacity 325ms ease .3s, -webkit-transform .2s ease-in .3s;
    transition: transform .2s ease-in .3s, opacity 325ms ease .3s;
    transition: transform .2s ease-in .3s, opacity 325ms ease .3s, -webkit-transform .2s ease-in .3s;
    white-space: nowrap;
    width: 90%
}

.cx-widget .cx-widget__actions,
.cx-widget:focus:not(:focus-visible) .cx-widget__actions {
    height: 64px;
    padding: 16px 16px 16px 0;
    position: absolute;
    right: 0;
    text-align: right;
    vertical-align: top;
    width: 110px;
    z-index: 9003
}

.cx-widget .cx-widget__actions .button-close,
.cx-widget .cx-widget__actions .button-minimize,
.cx-widget:focus:not(:focus-visible) .cx-widget__actions .button-close,
.cx-widget:focus:not(:focus-visible) .cx-widget__actions .button-minimize {
    cursor: pointer;
    display: inline-block;
    height: 32px;
    width: 32px
}

.cx-widget .cx-widget__actions .button-minimize,
.cx-widget:focus:not(:focus-visible) .cx-widget__actions .button-minimize {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27%3E%3Cpath fill=%27%233483FA%27 d=%27m16 18.59 6.29-6.3 1.42 1.42-7.71 7.7-7.71-7.7 1.42-1.42z%27/%3E%3C/svg%3E");
    margin-right: 8px
}

.cx-widget .cx-widget__actions .button-minimize.button-minimize--white,
.cx-widget:focus:not(:focus-visible) .cx-widget__actions .button-minimize.button-minimize--white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27%3E%3Cpath fill=%27%23FFF%27 d=%27m16 18.59 6.29-6.3 1.42 1.42-7.71 7.7-7.71-7.7 1.42-1.42z%27/%3E%3C/svg%3E")
}

.cx-widget .cx-widget__actions .button-close,
.cx-widget:focus:not(:focus-visible) .cx-widget__actions .button-close {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27%3E%3Cpath fill=%27%233483FA%27 d=%27M17.12 15.71 22.41 21 21 22.41l-5.29-5.29-5.3 5.29L9 21l5.29-5.29L9 10.41 10.41 9l5.3 5.29L21 9l1.41 1.41z%27/%3E%3C/svg%3E")
}

.cx-widget .cx-widget__actions .button-close.button-close--white,
.cx-widget:focus:not(:focus-visible) .cx-widget__actions .button-close.button-close--white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27%3E%3Cpath fill=%27%23FFF%27 d=%27M17.12 15.71 22.41 21 21 22.41l-5.29-5.29-5.3 5.29L9 21l5.29-5.29L9 10.41 10.41 9l5.3 5.29L21 9l1.41 1.41z%27/%3E%3C/svg%3E")
}

.cx-widget .cx-widget__container,
.cx-widget:focus:not(:focus-visible) .cx-widget__container {
    height: -webkit-calc(100% - 64px);
    height: calc(100% - 64px);
    margin-top: 64px
}

.cx-widget .cx-widget__container .cx-widget-iframe,
.cx-widget:focus:not(:focus-visible) .cx-widget__container .cx-widget-iframe {
    height: 100%;
    margin-top: -64px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 9001
}

.cx-widget .cx-widget__protection-band,
.cx-widget:focus:not(:focus-visible) .cx-widget__protection-band {
    background-color: #3483fa;
    height: 64px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateZ(0) translateZ(0);
    transform: translateZ(0) translateZ(0);
    -webkit-transition: opacity .15s ease-in;
    transition: opacity .15s ease-in
}

.cx-loading--block {
    background: #fff;
    position: absolute;
    -webkit-transform: translateZ(0) translateZ(0);
    transform: translateZ(0) translateZ(0);
    z-index: 9002
}

.cx-loading--block .cx-loading__container {
    z-index: 9004
}

.cx-loading--hidden .cx-loading__mask,
.cx-loading--hidden.cx-loading--block {
    opacity: 0;
    top: -9999px
}

.cx-loading--block,
.cx-loading__mask {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.cx-loading--block .cx-loading__container {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cx-loading__mask {
    background-color: hsla(0, 0%, 100%, .9);
    position: absolute
}

.cx-loading__spinner {
    -webkit-animation: cx-loading-rotate 2s linear infinite;
    animation: cx-loading-rotate 2s linear infinite;
    height: 32px;
    position: relative;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 32px
}

.cx-loading__spinner.cx-loading__spinner--large {
    height: 64px;
    width: 64px
}

.cx-loading__spinner-path {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -10;
    -webkit-animation: cx-loading-dash 1.5s ease-in-out infinite, cx-loading-color 6s ease-in-out infinite;
    animation: cx-loading-dash 1.5s ease-in-out infinite, cx-loading-color 6s ease-in-out infinite;
    -webkit-transform: translateZ(0) translateZ(0);
    transform: translateZ(0) translateZ(0);
    stroke-linecap: round;
    stroke: #3483fa
}

@-webkit-keyframes cx-loading-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes cx-loading-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes cx-loading-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes cx-loading-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@-webkit-keyframes cx-loading-color {

    0%,
    to {
        stroke: #3483fa
    }
}

@keyframes cx-loading-color {

    0%,
    to {
        stroke: #3483fa
    }
}

@media screen and (max-width:480px) {
    .cx-widget.cx-widget--visible {
        width: 100%
    }
}

.grid-view__main>.grid-view__section--help>.grid-view__help-section>.grid-view__help-link {
    border-top: 1px solid rgba(0, 0, 0, .1);
    display: block;
    font-weight: 700;
    padding: 1rem;
    text-align: center;
    text-decoration: none
}

@media(min-width:1024px) {
    .grid-view__main>.grid-view__section--help>.grid-view__help-section>.grid-view__help-link {
        border: none;
        font-weight: 400;
        margin-top: 1.5rem;
        padding: 0;
        text-align: start
    }
}

.grid-view__main>.grid-view__section--help>.grid-view__help-section {
    width: 100%
}

@media(min-width:1024px) {
    .grid-view__main>.grid-view__section--help>.grid-view__help-section {
        width: -webkit-fit-content;
        width: fit-content
    }
}

.andes-typography {
    -webkit-font-smoothing: antialiased
}

.andes-thumbnail--16 {
    height: 14px;
    width: 14px
}

.andes-thumbnail--16,
.andes-thumbnail--24 {
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.andes-thumbnail--24 {
    height: 22px;
    width: 22px
}

.andes-thumbnail--32 {
    height: 30px;
    width: 30px
}

.andes-thumbnail--32,
.andes-thumbnail--40 {
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.andes-thumbnail--40 {
    height: 38px;
    width: 38px
}

.andes-thumbnail--48 {
    height: 46px;
    width: 46px
}

.andes-thumbnail--48,
.andes-thumbnail--56 {
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.andes-thumbnail--56 {
    height: 54px;
    width: 54px
}

.andes-thumbnail--64 {
    height: 62px;
    width: 62px
}

.andes-thumbnail--64,
.andes-thumbnail--72 {
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.andes-thumbnail--72 {
    height: 70px;
    width: 70px
}

.andes-thumbnail--80 {
    height: 78px;
    width: 78px
}

.andes-thumbnail--80,
.andes-thumbnail--96 {
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.andes-thumbnail--96 {
    height: 94px;
    width: 94px
}

.andes-thumbnail {
    box-sizing: initial;
    color: rgba(0, 0, 0, .9);
    font-family: Proxima Nova, -apple-system, Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: 1
}

.andes-thumbnail.andes-thumbnail--16 {
    font-size: 8px
}

.andes-thumbnail.andes-thumbnail--24 {
    font-size: 11px
}

.andes-thumbnail.andes-thumbnail--32 {
    font-size: 14px
}

.andes-thumbnail.andes-thumbnail--40 {
    font-size: 16px
}

.andes-thumbnail.andes-thumbnail--48 {
    font-size: 20px
}

.andes-thumbnail.andes-thumbnail--56 {
    font-size: 24px
}

.andes-thumbnail.andes-thumbnail--64 {
    font-size: 28px
}

.andes-thumbnail.andes-thumbnail--72 {
    font-size: 32px
}

.andes-thumbnail.andes-thumbnail--80,
.andes-thumbnail.andes-thumbnail--96 {
    font-size: 36px
}

.andes-thumbnail>img {
    height: auto;
    max-width: 100%;
    width: auto
}

.andes-thumbnail--circle {
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 50%;
    overflow: hidden
}

.andes-thumbnail--square {
    border: 1px solid rgba(0, 0, 0, .07);
    overflow: hidden
}

.andes-thumbnail--square.andes-thumbnail--16,
.andes-thumbnail--square.andes-thumbnail--24,
.andes-thumbnail--square.andes-thumbnail--32 {
    border-radius: 3px
}

.andes-thumbnail--square.andes-thumbnail--40,
.andes-thumbnail--square.andes-thumbnail--48,
.andes-thumbnail--square.andes-thumbnail--56,
.andes-thumbnail--square.andes-thumbnail--64 {
    border-radius: 4px
}

.andes-thumbnail--square.andes-thumbnail--72,
.andes-thumbnail--square.andes-thumbnail--80 {
    border-radius: 5px
}

.andes-thumbnail--square.andes-thumbnail--96 {
    border-radius: 6px
}

.andes-thumbnail__badge {
    border: 0
}

.andes-thumbnail--64.andes-thumbnail__badge-gray,
.andes-thumbnail--72.andes-thumbnail__badge-gray,
.andes-thumbnail--80.andes-thumbnail__badge-gray {
    border: 3px solid #bfbfbf;
    box-sizing: border-box
}

.andes-thumbnail--24.andes-thumbnail__badge-gray,
.andes-thumbnail--32.andes-thumbnail__badge-gray,
.andes-thumbnail--40.andes-thumbnail__badge-gray,
.andes-thumbnail--48.andes-thumbnail__badge-gray,
.andes-thumbnail--56.andes-thumbnail__badge-gray {
    border: 2px solid #bfbfbf;
    box-sizing: border-box
}

.andes-thumbnail--64.andes-thumbnail__badge-accent,
.andes-thumbnail--72.andes-thumbnail__badge-accent,
.andes-thumbnail--80.andes-thumbnail__badge-accent {
    border: 3px solid var(--andes-color-blue-500, #3483fa);
    box-sizing: border-box
}

.andes-thumbnail--24.andes-thumbnail__badge-accent,
.andes-thumbnail--32.andes-thumbnail__badge-accent,
.andes-thumbnail--40.andes-thumbnail__badge-accent,
.andes-thumbnail--48.andes-thumbnail__badge-accent,
.andes-thumbnail--56.andes-thumbnail__badge-accent {
    border: 2px solid var(--andes-color-blue-500, #3483fa);
    box-sizing: border-box
}

.andes-thumbnail--64.andes-thumbnail__badge-green,
.andes-thumbnail--72.andes-thumbnail__badge-green,
.andes-thumbnail--80.andes-thumbnail__badge-green {
    border: 3px solid #00a650;
    box-sizing: border-box
}

.andes-thumbnail--24.andes-thumbnail__badge-green,
.andes-thumbnail--32.andes-thumbnail__badge-green,
.andes-thumbnail--40.andes-thumbnail__badge-green,
.andes-thumbnail--48.andes-thumbnail__badge-green,
.andes-thumbnail--56.andes-thumbnail__badge-green {
    border: 2px solid #00a650;
    box-sizing: border-box
}

.andes-thumbnail--64.andes-thumbnail__badge-orange,
.andes-thumbnail--72.andes-thumbnail__badge-orange,
.andes-thumbnail--80.andes-thumbnail__badge-orange {
    border: 3px solid #f73;
    box-sizing: border-box
}

.andes-thumbnail--24.andes-thumbnail__badge-orange,
.andes-thumbnail--32.andes-thumbnail__badge-orange,
.andes-thumbnail--40.andes-thumbnail__badge-orange,
.andes-thumbnail--48.andes-thumbnail__badge-orange,
.andes-thumbnail--56.andes-thumbnail__badge-orange {
    border: 2px solid #f73;
    box-sizing: border-box
}

.andes-thumbnail--64.andes-thumbnail__badge-red,
.andes-thumbnail--72.andes-thumbnail__badge-red,
.andes-thumbnail--80.andes-thumbnail__badge-red {
    border: 3px solid #f23d4f;
    box-sizing: border-box
}

.andes-thumbnail--24.andes-thumbnail__badge-red,
.andes-thumbnail--32.andes-thumbnail__badge-red,
.andes-thumbnail--40.andes-thumbnail__badge-red,
.andes-thumbnail--48.andes-thumbnail__badge-red,
.andes-thumbnail--56.andes-thumbnail__badge-red {
    border: 2px solid #f23d4f;
    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--neutral {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .07)
}

.andes-thumbnail--loud {
    background-color: var(--andes-color-blue-500, #3483fa);
    border: 0;
    color: #fff
}

.andes-thumbnail--quiet {
    background-color: var(--andes-color-blue-100, rgba(65, 137, 230, .1));
    border: 0;
    color: var(--andes-color-blue-500, #3483fa)
}

.andes-thumbnail--loud-disabled,
.andes-thumbnail--quiet-disabled {
    background-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .25)
}

.andes-thumbnail--neutral-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);
    border-radius: 5px;
    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-40 {
    height: 40px;
    width: 40px
}

.andes-thumbnail-multiple--grid-40 .andes-thumbnail-multiple--overflow {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, .55)
}

.andes-thumbnail-multiple--grid-48 {
    height: 48px;
    width: 48px
}

.andes-thumbnail-multiple--grid-48 .andes-thumbnail-multiple--overflow {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, .55)
}

.andes-thumbnail-multiple--grid-56 {
    height: 56px;
    width: 56px
}

.andes-thumbnail-multiple--grid-56 .andes-thumbnail-multiple--overflow {
    background-color: #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-48 {
    -webkit-align-content: space-around;
    align-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.andes-thumbnail-multiple--grid-40,
.andes-thumbnail-multiple--grid-48,
.andes-thumbnail-multiple--grid-56 {
    border-radius: 4px;
    padding: 3px
}

.andes-thumbnail-multiple--grid-64 {
    border-radius: 4px;
    padding: 4px
}

.andes-thumbnail-multiple--grid-72 {
    padding: 3px
}

.andes-thumbnail-multiple--grid-80 {
    padding: 4px
}

.andes-thumbnail-multiple--stacked-24 {
    display: -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:not(:first-child) {
    margin-left: -6px
}

.andes-thumbnail-multiple--stacked-32 .andes-thumbnail-container:not(:first-child) {
    margin-left: -9px
}

.andes-thumbnail-multiple--stacked-40 .andes-thumbnail-container:not(:first-child) {
    margin-left: -12px
}

.andes-thumbnail-multiple--stacked-48 .andes-thumbnail-container:not(:first-child) {
    margin-left: -15px
}

.andes-thumbnail-multiple--stacked-56 .andes-thumbnail-container:not(:first-child) {
    margin-left: -18px
}

.andes-thumbnail-multiple--stacked-64 .andes-thumbnail-container:not(:first-child) {
    margin-left: -20px
}

.andes-thumbnail-multiple--stacked-72 .andes-thumbnail-container:not(:first-child) {
    margin-left: -22px
}

.andes-thumbnail-multiple--stacked-80 .andes-thumbnail-container:not(:first-child) {
    margin-left: -25px
}

.user-pill {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 1.5625rem;
    display: -webkit-flex;
    display: flex;
    grid-row: 1;
    margin: 1rem 0;
    padding: .5rem;
    width: -webkit-fit-content;
    width: fit-content
}

.user-pill-native {
    margin: 0 0 1rem
}

.user-pill__body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 .75rem
}

.user-pill__identifier {
    font-size: .75rem;
    font-weight: 400;
    line-height: .9375rem;
    margin: 0 0 .125rem
}

.user-pill__change-user-link {
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 400;
    line-height: .9375rem;
    padding: 0;
    text-decoration: none;
    width: -webkit-fit-content;
    width: fit-content
}

.user-pill__avatar--disabled {
    color: #9b9b9b
}

@media screen and (min-width:1024px) {
    .user-pill {
        grid-row: auto;
        margin-bottom: 0
    }
}

.feedback-container {
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: fixed;
    text-align: center;
    top: 0;
    -webkit-transition: opacity 1.5s ease 1s;
    transition: opacity 1.5s ease 1s;
    width: 100%;
    z-index: -1
}

.feedback-container.feedback-container--ios {
    top: -3.125rem
}

.feedback-container--visible {
    opacity: 1;
    z-index: 0
}

.asset__container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: .75rem
}

.asset__container-icon {
    height: 4rem;
    width: 4rem
}

@media(min-width:1024px) {
    .feedback-container {
        background-color: transparent;
        position: absolute
    }
}

.grid-view__container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.grid-view__main {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
    min-height: -webkit-calc(100dvh - 48px);
    min-height: calc(100dvh - 48px);
    padding: 0 1.25rem
}

.grid-view__main>.andes-card--outline {
    border: none
}

.grid-view__main-native {
    min-height: 100dvh
}

.grid-view__section--summary {
    display: grid
}

.grid-view__section--help {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    grid-row: 4;
    -webkit-justify-content: center;
    justify-content: center
}

.children-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    z-index: 1
}

@media(max-width:1024px) {
    .hide-content {
        opacity: 0;
        -webkit-transition: opacity 1.5s ease 0s;
        transition: opacity 1.5s ease 0s
    }
}

@media screen and (min-width:1024px) {
    .grid-view__main {
        grid: -webkit-min-content -webkit-min-content 1fr/1fr auto;
        grid: min-content min-content 1fr/1fr auto;
        -webkit-column-gap: 2rem;
        column-gap: 2rem;
        grid-auto-flow: column;
        margin: 3rem 0 0;
        min-height: unset
    }

    .grid-view__main>.andes-card--outline {
        border: 1px solid rgba(0, 0, 0, .1)
    }

    .grid-view__section--summary {
        -webkit-flex-direction: column;
        flex-direction: column;
        width: 26.125rem
    }

    .grid-view__section--content {
        grid-row: 1/4;
        height: -webkit-fit-content;
        height: fit-content;
        max-width: 29rem;
        padding: 0
    }

    .grid-view__section--content .andes-card__content {
        position: relative
    }

    .grid-view__section--headers {
        width: 26.125rem
    }

    .grid-view__section--help {
        display: block;
        grid-row: auto;
        position: unset;
        width: unset
    }
}

.andes-progress-indicator-circular--determinate .andes-progress-indicator-circular__svg {
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 1022
}

.andes-progress-indicator-circular--determinate .andes-progress-indicator-circular__circle {
    fill: none;
    stroke-linecap: round
}

@media(prefers-reduced-motion:no-preference) {
    .andes-progress-indicator-circular--determinate .andes-progress-indicator-circular__circle {
        -webkit-transition: stroke-dashoffset .15s ease-out;
        transition: stroke-dashoffset .15s ease-out
    }
}

.andes-progress-indicator-circular--determinate .andes-progress-indicator-circular__circle-bg {
    fill: none;
    stroke: #e5e5e5
}

.andes-progress-indicator-circular--determinate .andes-progress-indicator-circular__circle--continuous {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.andes-progress-indicator-circular--large .andes-progress-indicator-circular__progress {
    height: 48px;
    width: 48px;
    stroke-width: 4px
}

.andes-progress-indicator-circular--large .andes-progress-indicator-circular__container {
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column
}

.andes-progress-indicator-circular--large .andes-progress-indicator-circular__label {
    font-size: 16px;
    margin-top: 13px
}

.andes-progress-indicator-circular--xlarge .andes-progress-indicator-circular__progress {
    height: 64px;
    width: 64px;
    stroke-width: 4px
}

.andes-progress-indicator-circular--xlarge .andes-progress-indicator-circular__progress .andes-progress-indicator-circular__content {
    font-size: 14px
}

.andes-progress-indicator-circular--xlarge .andes-progress-indicator-circular__container {
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column
}

.andes-progress-indicator-circular--xlarge .andes-progress-indicator-circular__label {
    font-size: 18px;
    margin-top: 13px
}

.andes-progress-indicator-circular--inline {
    height: 100%;
    position: relative
}

.andes-progress-indicator-circular--inline .andes-progress-indicator-circular__container {
    position: absolute
}

.andes-progress-indicator-circular--block {
    position: absolute;
    z-index: 1021
}

.andes-progress-indicator-circular--block,
.andes-progress-indicator-circular--fullscreen {
    -webkit-align-items: center;
    align-items: center;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    width: 100%
}

.andes-progress-indicator-circular--fullscreen {
    background-color: hsla(0, 0%, 100%, .9);
    position: fixed;
    z-index: 1023
}

.andes-progress-indicator-circular--xsmall .andes-progress-indicator-circular__progress {
    height: 16px;
    width: 16px;
    stroke-width: 2px
}

.andes-progress-indicator-circular--xsmall .andes-progress-indicator-circular__container {
    -webkit-align-items: center;
    align-items: center
}

.andes-progress-indicator-circular--xsmall .andes-progress-indicator-circular__label {
    font-size: 14px;
    margin-left: 12px
}

.andes-progress-indicator-circular--small .andes-progress-indicator-circular__progress {
    height: 24px;
    width: 24px;
    stroke-width: 2.5px
}

.andes-progress-indicator-circular--small .andes-progress-indicator-circular__container {
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column
}

.andes-progress-indicator-circular--small .andes-progress-indicator-circular__label {
    font-size: 14px;
    margin-top: 13px
}

@keyframes andes-button-start-width-animation {
    0% {
        width: 0
    }

    to {
        width: 90%
    }
}

@keyframes andes-button-start-width-animation-reduce-motion {
    0% {
        width: 0
    }

    30% {
        width: 30%
    }

    60% {
        width: 60%
    }

    to {
        width: 90%
    }
}

.andes-button {
    border-radius: 6px;
    display: inline-block;
    font-family: Proxima Nova, -apple-system, Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    text-align: center;
    width: auto;
    -webkit-font-smoothing: antialiased
}

.andes-button:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none
}

.andes-button:focus-visible {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none
}

.andes-button:focus:not(:focus-visible) {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: none
}

@media(prefers-reduced-motion:no-preference) {
    .andes-button {
        -webkit-transition: .18s ease-out;
        transition: .18s ease-out;
        -webkit-transition-property: background, color;
        transition-property: background, color
    }
}

.andes-button:link {
    text-decoration: none
}

.andes-button,
.andes-button * {
    box-sizing: border-box
}

.andes-button svg {
    display: inline-block;
    max-height: 1.125em;
    max-width: 1.125em;
    vertical-align: middle
}

.andes-button--full-width {
    display: block;
    width: 100%
}

.andes-button:disabled,
.andes-button[aria-disabled=true],
.andes-button[disabled] {
    pointer-events: none
}

.andes-button--loading .andes-progress-indicator-circular {
    height: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.andes-button--loading .andes-progress-indicator-circular,
.andes-button--loading .andes-progress-indicator-circular__container {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 100%
}

@media(prefers-reduced-motion:no-preference) {
    .andes-button--loading .andes-progress-indicator-circular__container {
        -webkit-animation: translateInButtonSpinner .2s, fadeIn .2s;
        animation: translateInButtonSpinner .2s, fadeIn .2s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
}

.andes-button--loading .andes-progress-indicator-circular__progress {
    display: block;
    stroke-width: 6px
}

.andes-button--loading .andes-progress-indicator-circular__progress svg {
    left: 3px;
    top: 3px
}

.andes-button--loading .andes-button__content {
    opacity: 0
}

@media(prefers-reduced-motion:no-preference) {
    .andes-button--loading .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--loading-complete .andes-button__content {
    opacity: 1
}

@media(prefers-reduced-motion:no-preference) {
    .andes-button--loading-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: translateY(50%);
        transform: translateY(50%)
    }
}

@keyframes translateOutButtonSpinner {
    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@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--medium {
    border-radius: 5px;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding: 0 12px
}

.andes-button--medium .andes-button__text+svg,
.andes-button--medium svg+.andes-button__text {
    margin-left: 8px
}

.andes-button--medium .andes-progress-indicator-circular__progress svg {
    left: 0;
    top: 0
}

.andes-button--medium.andes-button--loading-complete .andes-button__content {
    -webkit-animation: translateInButtonSpinnerCompleteMedium .2s, fadeIn .2s;
    animation: translateInButtonSpinnerCompleteMedium .2s, fadeIn .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@keyframes translateInButtonSpinnerCompleteMedium {
    0% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%)
    }

    to {
        -webkit-transform: translateY(-webkit-calc(-50% + 13px));
        transform: translateY(calc(-50% + 13px))
    }
}

.andes-button--small {
    border-radius: 4px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding: 0 8px
}

.andes-button--small .andes-progress-indicator-circular__progress svg {
    left: 1.5px;
    top: 1.5px
}

.andes-button--small .andes-button__text {
    margin: 0
}

.andes-button--small.andes-button--loading-complete .andes-button__content {
    -webkit-animation: translateInButtonSpinnerCompleteSmall .2s, fadeIn .2s;
    animation: translateInButtonSpinnerCompleteSmall .2s, fadeIn .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@keyframes translateInButtonSpinnerCompleteSmall {
    0% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%)
    }

    to {
        -webkit-transform: translateY(-webkit-calc(-50% + 10px));
        transform: translateY(calc(-50% + 10px))
    }
}

.andes-button--loud:hover {
    background-color: var(--andes-color-blue-500, #3483fa);
    border-color: transparent;
    color: #fff
}

.andes-button--loud:hover path[stroke] {
    stroke: #fff !important
}

.andes-button--loud:hover path[fill] {
    fill: #fff !important
}

@media(min-width:768px) {

    .andes-button--loud:hover,
    .andes-button--loud:link:hover,
    .andes-button--loud:visited:hover {
        background-color: var(--andes-color-blue-600, #2968c8);
        border-color: transparent;
        color: #fff
    }

    .andes-button--loud:hover path[stroke],
    .andes-button--loud:link:hover path[stroke],
    .andes-button--loud:visited:hover path[stroke] {
        stroke: #fff !important
    }

    .andes-button--loud:hover path[fill],
    .andes-button--loud:link:hover path[fill],
    .andes-button--loud:visited:hover path[fill] {
        fill: #fff !important
    }
}

.andes-button--loud {
    box-shadow: 0 0 0 0 #fff;
    cursor: pointer
}

@media(prefers-reduced-motion:no-preference) {
    .andes-button--loud {
        -webkit-transition: box-shadow .25s ease-out, background-color .2s ease-out;
        transition: box-shadow .25s ease-out, background-color .2s ease-out
    }
}

.andes-button--loud,
.andes-button--loud:focus,
.andes-button--loud:link,
.andes-button--loud:visited {
    background-color: var(--andes-color-blue-500, #3483fa);
    border-color: transparent;
    color: #fff
}

.andes-button--loud path[stroke],
.andes-button--loud:focus path[stroke],
.andes-button--loud:link path[stroke],
.andes-button--loud:visited path[stroke] {
    stroke: #fff !important
}

.andes-button--loud path[fill],
.andes-button--loud:focus path[fill],
.andes-button--loud:link path[fill],
.andes-button--loud:visited path[fill] {
    fill: #fff !important
}

@media(prefers-reduced-motion:no-preference) {
    .andes-button--loud:hover {
        -webkit-transition: background-color .2s ease-in;
        transition: background-color .2s ease-in
    }
}

.andes-button--loud:active {
    background-color: var(--andes-color-blue-700, #1f4e96);
    border-color: transparent;
    color: #fff
}

.andes-button--loud:active path[stroke] {
    stroke: #fff !important
}

.andes-button--loud:active path[fill] {
    fill: #fff !important
}

.andes-button--loud:not(.andes-button--loading, .loading):disabled,
.andes-button--loud:not(.andes-button--loading, .loading)[aria-disabled=true],
.andes-button--loud:not(.andes-button--loading, .loading)[disabled] {
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, .1);
    border-color: transparent;
    color: rgba(0, 0, 0, .25);
    cursor: default
}

.andes-button--loud:not(.andes-button--loading, .loading):disabled path[stroke],
.andes-button--loud:not(.andes-button--loading, .loading)[aria-disabled=true] path[stroke],
.andes-button--loud:not(.andes-button--loading, .loading)[disabled] path[stroke] {
    stroke: rgba(0, 0, 0, .25) !important
}

.andes-button--loud:not(.andes-button--loading, .loading):disabled path[fill],
.andes-button--loud:not(.andes-button--loading, .loading)[aria-disabled=true] path[fill],
.andes-button--loud:not(.andes-button--loading, .loading)[disabled] path[fill] {
    fill: rgba(0, 0, 0, .25) !important
}

.andes-button--quiet:hover {
    background-color: var(--andes-color-blue-150, rgba(65, 137, 230, .15));
    border-color: transparent;
    color: var(--andes-color-blue-500, #3483fa)
}

.andes-button--quiet:hover path[stroke] {
    stroke: var(--andes-color-blue-500, #3483fa) !important
}

.andes-button--quiet:hover path[fill] {
    fill: var(--andes-color-blue-500, #3483fa) !important
}

@media(min-width:768px) {

    .andes-button--quiet:hover,
    .andes-button--quiet:link:hover,
    .andes-button--quiet:visited:hover {
        background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
        border-color: transparent;
        color: var(--andes-color-blue-500, #3483fa)
    }

    .andes-button--quiet:hover path[stroke],
    .andes-button--quiet:link:hover path[stroke],
    .andes-button--quiet:visited:hover path[stroke] {
        stroke: var(--andes-color-blue-500, #3483fa) !important
    }

    .andes-button--quiet:hover path[fill],
    .andes-button--quiet:link:hover path[fill],
    .andes-button--quiet:visited:hover path[fill] {
        fill: var(--andes-color-blue-500, #3483fa) !important
    }
}

.andes-button--quiet {
    box-shadow: 0 0 0 0 #fff;
    cursor: pointer
}

@media(prefers-reduced-motion:no-preference) {
    .andes-button--quiet {
        -webkit-transition: box-shadow .25s ease-out, background-color .2s ease-out;
        transition: box-shadow .25s ease-out, background-color .2s ease-out
    }
}

.andes-button--quiet,
.andes-button--quiet:focus,
.andes-button--quiet:link,
.andes-button--quiet:visited {
    background-color: var(--andes-color-blue-150, rgba(65, 137, 230, .15));
    border-color: transparent;
    color: var(--andes-color-blue-500, #3483fa)
}

.andes-button--quiet path[stroke],
.andes-button--quiet:focus path[stroke],
.andes-button--quiet:link path[stroke],
.andes-button--quiet:visited path[stroke] {
    stroke: var(--andes-color-blue-500, #3483fa) !important
}

.andes-button--quiet path[fill],
.andes-button--quiet:focus path[fill],
.andes-button--quiet:link path[fill],
.andes-button--quiet:visited path[fill] {
    fill: var(--andes-color-blue-500, #3483fa) !important
}

@media(prefers-reduced-motion:no-preference) {
    .andes-button--quiet:hover {
        -webkit-transition: background-color .2s ease-in;
        transition: background-color .2s ease-in
    }
}

.andes-button--quiet:active {
    background-color: var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    border-color: transparent;
    color: var(--andes-color-blue-500, #3483fa)
}

.andes-button--quiet:active path[stroke] {
    stroke: var(--andes-color-blue-500, #3483fa) !important
}

.andes-button--quiet:active path[fill] {
    fill: var(--andes-color-blue-500, #3483fa) !important
}

.andes-button--quiet:not(.andes-button--loading, .loading):disabled,
.andes-button--quiet:not(.andes-button--loading, .loading)[aria-disabled=true],
.andes-button--quiet:not(.andes-button--loading, .loading)[disabled] {
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, .1);
    border-color: transparent;
    color: rgba(0, 0, 0, .25);
    cursor: default
}

.andes-button--quiet:not(.andes-button--loading, .loading):disabled path[stroke],
.andes-button--quiet:not(.andes-button--loading, .loading)[aria-disabled=true] path[stroke],
.andes-button--quiet:not(.andes-button--loading, .loading)[disabled] path[stroke] {
    stroke: rgba(0, 0, 0, .25) !important
}

.andes-button--quiet:not(.andes-button--loading, .loading):disabled path[fill],
.andes-button--quiet:not(.andes-button--loading, .loading)[aria-disabled=true] path[fill],
.andes-button--quiet:not(.andes-button--loading, .loading)[disabled] path[fill] {
    fill: rgba(0, 0, 0, .25) !important
}

.andes-button--transparent:hover {
    background-color: transparent;
    border-color: transparent;
    color: var(--andes-color-blue-500, #3483fa)
}

.andes-button--transparent:hover path[stroke] {
    stroke: var(--andes-color-blue-500, #3483fa) !important
}

.andes-button--transparent:hover path[fill] {
    fill: var(--andes-color-blue-500, #3483fa) !important
}

@media(min-width:768px) {

    .andes-button--transparent:hover,
    .andes-button--transparent:link:hover,
    .andes-button--transparent:visited:hover {
        background-color: var(--andes-color-blue-100, rgba(65, 137, 230, .1));
        border-color: transparent;
        color: var(--andes-color-blue-500, #3483fa)
    }

    .andes-button--transparent:hover path[stroke],
    .andes-button--transparent:link:hover path[stroke],
    .andes-button--transparent:visited:hover path[stroke] {
        stroke: var(--andes-color-blue-500, #3483fa) !important
    }

    .andes-button--transparent:hover path[fill],
    .andes-button--transparent:link:hover path[fill],
    .andes-button--transparent:visited:hover path[fill] {
        fill: var(--andes-color-blue-500, #3483fa) !important
    }
}

.andes-button--transparent {
    box-shadow: 0 0 0 0 #fff;
    cursor: pointer
}

@media(prefers-reduced-motion:no-preference) {
    .andes-button--transparent {
        -webkit-transition: box-shadow .25s ease-out, background-color .2s ease-out;
        transition: box-shadow .25s ease-out, background-color .2s ease-out
    }
}

.andes-button--transparent,
.andes-button--transparent:focus,
.andes-button--transparent:link,
.andes-button--transparent:visited {
    background-color: transparent;
    border-color: transparent;
    color: var(--andes-color-blue-500, #3483fa)
}

.andes-button--transparent path[stroke],
.andes-button--transparent:focus path[stroke],
.andes-button--transparent:link path[stroke],
.andes-button--transparent:visited path[stroke] {
    stroke: var(--andes-color-blue-500, #3483fa) !important
}

.andes-button--transparent path[fill],
.andes-button--transparent:focus path[fill],
.andes-button--transparent:link path[fill],
.andes-button--transparent:visited path[fill] {
    fill: var(--andes-color-blue-500, #3483fa) !important
}

@media(prefers-reduced-motion:no-preference) {
    .andes-button--transparent:hover {
        -webkit-transition: background-color .2s ease-in;
        transition: background-color .2s ease-in
    }
}

.andes-button--transparent:active {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
    border-color: transparent;
    color: var(--andes-color-blue-500, #3483fa)
}

.andes-button--transparent:active path[stroke] {
    stroke: var(--andes-color-blue-500, #3483fa) !important
}

.andes-button--transparent:active path[fill] {
    fill: var(--andes-color-blue-500, #3483fa) !important
}

.andes-button--transparent:not(.andes-button--loading, .loading):disabled,
.andes-button--transparent:not(.andes-button--loading, .loading)[aria-disabled=true],
.andes-button--transparent:not(.andes-button--loading, .loading)[disabled] {
    background-clip: padding-box;
    background-color: transparent;
    border-color: transparent;
    color: rgba(0, 0, 0, .25);
    cursor: default
}

.andes-button--transparent:not(.andes-button--loading, .loading):disabled path[stroke],
.andes-button--transparent:not(.andes-button--loading, .loading)[aria-disabled=true] path[stroke],
.andes-button--transparent:not(.andes-button--loading, .loading)[disabled] path[stroke] {
    stroke: rgba(0, 0, 0, .25) !important
}

.andes-button--transparent:not(.andes-button--loading, .loading):disabled path[fill],
.andes-button--transparent:not(.andes-button--loading, .loading)[aria-disabled=true] path[fill],
.andes-button--transparent:not(.andes-button--loading, .loading)[disabled] path[fill] {
    fill: rgba(0, 0, 0, .25) !important
}

.andes-button--quiet.loading:active,
.andes-button--quiet.loading:disabled,
.andes-button--quiet.loading:hover {
    background-color: var(--andes-color-blue-150, rgba(65, 137, 230, .15));
    border-color: transparent;
    color: var(--andes-color-blue-500, #3483fa)
}

.andes-button--quiet.loading:active path[stroke],
.andes-button--quiet.loading:disabled path[stroke],
.andes-button--quiet.loading:hover path[stroke] {
    stroke: var(--andes-color-blue-500, #3483fa) !important
}

.andes-button--quiet.loading:active path[fill],
.andes-button--quiet.loading:disabled path[fill],
.andes-button--quiet.loading:hover path[fill] {
    fill: var(--andes-color-blue-500, #3483fa) !important
}

.andes-button--quiet:after,
.andes-button--quiet:before {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
    border-color: transparent;
    border-radius: .2222222222em;
    box-sizing: initial;
    color: var(--andes-color-blue-500, #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[stroke],
.andes-button--quiet:before path[stroke] {
    stroke: var(--andes-color-blue-500, #3483fa) !important
}

.andes-button--quiet:after path[fill],
.andes-button--quiet:before path[fill] {
    fill: var(--andes-color-blue-500, #3483fa) !important
}

.andes-button--loud.loading:active,
.andes-button--loud.loading:disabled,
.andes-button--loud.loading:hover {
    background-color: var(--andes-color-blue-500, #3483fa);
    border-color: transparent;
    color: #fff
}

.andes-button--loud.loading:active path[stroke],
.andes-button--loud.loading:disabled path[stroke],
.andes-button--loud.loading:hover path[stroke] {
    stroke: #fff !important
}

.andes-button--loud.loading:active path[fill],
.andes-button--loud.loading:disabled path[fill],
.andes-button--loud.loading:hover path[fill] {
    fill: #fff !important
}

.andes-button--loud:after,
.andes-button--loud:before {
    background-color: var(--andes-color-blue-600, #2968c8);
    border-color: transparent;
    border-radius: .2222222222em;
    box-sizing: initial;
    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[stroke],
.andes-button--loud:before path[stroke] {
    stroke: #fff !important
}

.andes-button--loud:after path[fill],
.andes-button--loud:before path[fill] {
    fill: #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 var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3))
}

.andes-button--progress .andes-button__content {
    margin: auto;
    position: relative;
    width: -webkit-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)
}

@media(prefers-reduced-motion:no-preference) {
    .andes-button--progress .andes-button__content .andes-button--progress__content {
        -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) {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media(prefers-reduced-motion:no-preference) {
    .andes-button--progress .andes-button__content :not(.andes-button--progress__content) {
        -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;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.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);
    width: 100%
}

.andes-button--progress.loading:after,
.andes-button--progress.loading:focus:after {
    -webkit-animation: andes-button-start-width-animation-reduce-motion 3s step-start;
    animation: andes-button-start-width-animation-reduce-motion 3s step-start;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

@media(prefers-reduced-motion:no-preference) {

    .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)
    }
}

.andes-button--progress.loading.finished,
.andes-button--progress.loading.finished:before,
.andes-button--progress.progress:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

@media(prefers-reduced-motion:no-preference) {

    .andes-button--progress.loading.finished,
    .andes-button--progress.loading.finished:before,
    .andes-button--progress.progress:before {
        -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: var(--andes-color-blue-500, #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-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 {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    display: inline;
    padding-left: 16px;
    padding-right: 16px
}

.andes-button-split .andes-button-split-text:focus {
    position: relative
}

.andes-button-split .andes-button-split-text:focus-visible {
    position: relative
}

.andes-button-split .andes-button-split-chevron {
    border-bottom-left-radius: 0;
    border-left: 1px solid rgba(0, 0, 0, .1);
    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: var(--andes-color-blue-500, #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: var(--andes-color-blue-500, #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: max-content
}

.andes-button.andes-button--fab {
    border-radius: 2em;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
    padding: 14px 16px 14px 14px;
    transition: max-width .2s ease, padding .2s ease;
    -webkit-transition: max-width .2s ease, padding .2s ease;
    width: auto
}

.andes-button.andes-button--fab .andes-button__text {
    transition: margin-left .2s ease, opacity .2s ease;
    -webkit-transition: margin-left .2s ease, opacity .2s ease
}

.andes-button.andes-button--fab .andes-button--icon-container {
    max-height: 20px;
    max-width: 20px
}

.andes-button.andes-button--fab .andes-button--icon-container img,
.andes-button.andes-button--fab .andes-button--icon-container svg {
    display: inline-block;
    height: 20px;
    max-height: inherit;
    max-width: inherit;
    width: 20px
}

.andes-button.andes-button--fab.andes-button--quiet {
    background: #fff
}

.andes-button.andes-button--fab.andes-button--small {
    height: 32px;
    padding-left: 8px;
    padding-right: 12px
}

.andes-button.andes-button--fab.andes-button--small .andes-button--icon-container {
    max-height: 16px;
    max-width: 16px
}

.andes-button.andes-button--fab.andes-button--small .andes-button--icon-container img,
.andes-button.andes-button--fab.andes-button--small .andes-button--icon-container svg {
    display: inline-block;
    max-height: inherit;
    max-width: inherit
}

.andes-button.andes-button--fab.andes-button--small.andes-button--collapsed {
    max-width: 2.6em;
    padding: 8px;
    width: auto
}

.andes-button.andes-button--fab.andes-button--small.andes-button--collapsed .andes-button__text {
    margin-left: 0
}

.andes-button.andes-button--fab.andes-button--small.andes-button--expanded {
    width: auto
}

.andes-button.andes-button--fab.andes-button--small.andes-button--expanded .andes-button__text {
    margin-left: 4px
}

.andes-button.andes-button--fab.andes-button--expanded {
    max-width: 100%;
    width: auto
}

.andes-button.andes-button--fab.andes-button--expanded .andes-button__text {
    margin-left: 12px;
    opacity: 1
}

.andes-button.andes-button--fab.andes-button--collapsed {
    max-width: 3em;
    padding: 14px;
    width: auto
}

.andes-button.andes-button--fab.andes-button--collapsed .andes-button__text {
    opacity: 0
}

.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--padding-40>.andes-card__content,
.andes-card--padding-40>.andes-card__footer,
.andes-card--padding-40>.andes-card__header {
    padding: 40px
}

.andes-card {
    background-color: #fff;
    border-radius: 6px;
    font-family: Proxima Nova, -apple-system, Roboto, Arial, sans-serif
}

.andes-card--animated {
    -webkit-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out
}

.andes-card--animated:hover,
.andes-card--elevated {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1)
}

.andes-card--flat {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12)
}

.andes-card--secondary-light {
    background-color: #f5f5f5;
    box-shadow: none
}

.andes-card--secondary-dark {
    background-color: #ededed;
    box-shadow: none
}

.andes-card--outline {
    border: 1px solid rgba(0, 0, 0, .1)
}

.andes-card>:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.andes-card>:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.andes-card__header {
    padding-bottom: 14px
}

.andes-card__header--border {
    border-bottom: 1px solid rgba(0, 0, 0, .07)
}

.andes-card__header-title {
    color: rgba(0, 0, 0, .9);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.andes-card__footer {
    padding-top: 14px
}

.andes-card__footer--common {
    color: var(--andes-color-blue-500, #3483fa);
    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--common:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none
}

.andes-card__footer--common:focus-visible {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none
}

.andes-card__footer--common:focus:not(:focus-visible) {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: none
}

.andes-card__footer--common:hover {
    background-color: #f5f5f5;
    color: var(--andes-color-blue-600, #2968c8)
}

.andes-card__footer--link {
    display: block
}

.andes-card__footer--button {
    background-color: transparent;
    border-bottom-width: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-width: 0;
    box-shadow: 0 0 0 0 #fff;
    cursor: pointer;
    font-family: Proxima Nova, -apple-system, Roboto, Arial, sans-serif;
    text-align: left;
    width: 100%
}

@media(prefers-reduced-motion:no-preference) {
    .andes-card__footer--button {
        -webkit-transition: box-shadow .25s ease-out, background-color .2s ease-out;
        transition: box-shadow .25s ease-out, background-color .2s ease-out
    }
}

.andes-card__footer--border {
    border-top: 1px solid rgba(0, 0, 0, .07)
}

.andes-card__footer-arrow {
    border-color: var(--andes-color-blue-500, #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--accent .andes-card__content {
    position: relative
}

.andes-card--accent>.andes-card__content:before {
    background: var(--andes-color-blue-500, #3483fa);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px
}

.andes-card--accent .andes-card__content:first-child:before {
    border-top-left-radius: 6px
}

.andes-card--accent .andes-card__content:last-child:before {
    border-bottom-left-radius: 6px
}

.andes-card--green .andes-card__content {
    position: relative
}

.andes-card--green>.andes-card__content:before {
    background: #00a650;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px
}

.andes-card--green .andes-card__content:first-child:before {
    border-top-left-radius: 6px
}

.andes-card--green .andes-card__content:last-child:before {
    border-bottom-left-radius: 6px
}

.andes-card--orange .andes-card__content {
    position: relative
}

.andes-card--orange>.andes-card__content:before {
    background: #f73;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px
}

.andes-card--orange .andes-card__content:first-child:before {
    border-top-left-radius: 6px
}

.andes-card--orange .andes-card__content:last-child:before {
    border-bottom-left-radius: 6px
}

.andes-card--red .andes-card__content {
    position: relative
}

.andes-card--red>.andes-card__content:before {
    background: #f23d4f;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px
}

.andes-card--red .andes-card__content:first-child:before {
    border-top-left-radius: 6px
}

.andes-card--red .andes-card__content:last-child:before {
    border-bottom-left-radius: 6px
}

.andes-card--none .andes-card__content {
    position: relative
}

.andes-card--none>.andes-card__content:before {
    background: "none";
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px
}

.andes-card--none .andes-card__content:first-child:before {
    border-top-left-radius: 6px
}

.andes-card--none .andes-card__content:last-child:before {
    border-bottom-left-radius: 6px
}

.andes-card--secondary-color .andes-card__content {
    position: relative
}

.andes-card--secondary-color>.andes-card__content:before {
    background: var(--background-secondary-color);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px
}

.andes-card--secondary-color .andes-card__content:first-child:before {
    border-top-left-radius: 6px
}

.andes-card--secondary-color .andes-card__content:last-child:before {
    border-bottom-left-radius: 6px
}

.andes-popper:not(.andes-tooltip) {
    height: 100%;
    width: 100%
}

.andes-floating-menu {
    font-family: Proxima Nova, -apple-system, Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
    border-radius: .375em
}

.andes-floating-menu li:first-child,
.andes-floating-menu li:first-child a,
.andes-floating-menu li:first-child button {
    border-top-left-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 {
    border-bottom-left-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 var(--andes-color-blue-600, #2968c8), inset 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -moz-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px var(--andes-color-blue-600, #2968c8), inset 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px var(--andes-color-blue-600, #2968c8), inset 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none
}

.andes-floating-menu .andes-list__item:focus-visible {
    box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px var(--andes-color-blue-600, #2968c8), inset 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -moz-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px var(--andes-color-blue-600, #2968c8), inset 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px var(--andes-color-blue-600, #2968c8), inset 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none
}

.andes-floating-menu .andes-list__item:focus:not(:focus-visible) {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: none
}

.andes-floating-menu .andes-list__item--visible-focused {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.andes-floating-menu .andes-list__item>:focus {
    box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px var(--andes-color-blue-600, #2968c8), inset 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -moz-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px var(--andes-color-blue-600, #2968c8), inset 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px var(--andes-color-blue-600, #2968c8), inset 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none
}

.andes-floating-menu .andes-list__item>:focus-visible {
    box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px var(--andes-color-blue-600, #2968c8), inset 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -moz-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px var(--andes-color-blue-600, #2968c8), inset 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px var(--andes-color-blue-600, #2968c8), inset 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none
}

.andes-floating-menu .andes-list__item>:focus:not(:focus-visible) {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: none
}

.andes-floating-menu__no-results {
    box-sizing: initial;
    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-floating-menu--search {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .25);
    box-sizing: border-box;
    color: rgba(0, 0, 0, .9);
    display: -webkit-flex;
    display: flex;
    opacity: 1;
    width: 100%
}

.andes-floating-menu--search.andes-floating-menu--search--web-mobile-ios .andes-form-control__field {
    -webkit-transform: scale(.875);
    transform: scale(.875);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: 115%
}

.andes-floating-menu--search.andes-floating-menu--search--web-mobile-ios.andes-floating-menu--search--size-small {
    font-size: 16px
}

.andes-floating-menu--search.andes-floating-menu--search--web-mobile-ios.andes-floating-menu--search--size-small .andes-form-control__field {
    height: 20px
}

.andes-floating-menu--search label {
    -webkit-order: 2;
    order: 2;
    width: 100%
}

.andes-floating-menu--search:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .55)
}

.andes-floating-menu--search--focused,
.andes-floating-menu--search--focused:hover,
.andes-floating-menu--search:focus {
    box-shadow: 0 0 0 2px var(--andes-color-blue-500, #3483fa)
}

.andes-floating-menu--search--focused.focus-visible {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #3483fa);
    -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #3483fa);
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #3483fa)
}

.andes-floating-menu--search .andes-form-control__close-icon,
.andes-floating-menu--search .andes-form-control__search-icon {
    -webkit-align-content: center;
    align-content: center;
    display: -webkit-flex;
    display: flex;
    padding: 0
}

.andes-floating-menu--search .andes-form-control__close-icon svg path,
.andes-floating-menu--search .andes-form-control__search-icon svg path {
    fill: rgba(0, 0, 0, .55)
}

.andes-floating-menu--search .andes-form-control__close-icon:focus-visible,
.andes-floating-menu--search .andes-form-control__search-icon:focus-visible {
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none
}

.andes-floating-menu--search .andes-form-control__close-icon {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: none;
    margin-left: 4px;
    opacity: 0;
    -webkit-order: 3;
    order: 3
}

.andes-floating-menu--search .andes-form-control__close-icon-visible {
    -webkit-align-content: center;
    align-content: center;
    display: -webkit-flex;
    display: flex;
    opacity: 1;
    padding: 0
}

.andes-floating-menu--search--disabled,
.andes-floating-menu--search--disabled .andes-form-control__field {
    color: rgba(0, 0, 0, .55)
}

.andes-floating-menu--search--disabled:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .25)
}

.andes-floating-menu--search--disabled .andes-form-control__close-icon,
.andes-floating-menu--search--disabled .andes-form-control__close-icon.andes-form-control__close-icon-visible {
    opacity: 0
}

.andes-floating-menu--search .andes-form-control__field {
    line-height: 18px;
    margin: 0;
    -webkit-order: 2;
    order: 2
}

.andes-floating-menu--search .andes-form-control__field:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.andes-floating-menu--search .andes-form-control__field:focus-visible {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.andes-floating-menu--search .andes-form-control__field::-webkit-input-placeholder {
    opacity: 1
}

.andes-floating-menu--search .andes-form-control__field::placeholder {
    color: rgba(0, 0, 0, .55);
    opacity: 1
}

.andes-floating-menu--search .andes-form-control__field::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .55)
}

.andes-floating-menu--search .andes-form-control__field::-moz-placeholder {
    color: rgba(0, 0, 0, .55);
    opacity: 1
}

.andes-floating-menu--search .andes-form-control__field:-moz-placeholder {
    opacity: 1
}

.andes-floating-menu--search .andes-form-control__field:-ms-input-placeholder {
    color: rgba(0, 0, 0, .55)
}

.andes-floating-menu--search .andes-form-control__field::-ms-input-placeholder {
    color: rgba(0, 0, 0, .55)
}

.andes-floating-menu--search .andes-form-control__field:-moz-placeholder {
    color: rgba(0, 0, 0, .55)
}

.andes-floating-menu--search .andes-form-control__field:disabled {
    color: rgba(0, 0, 0, .55)
}

.andes-floating-menu--search .andes-form-control__search-icon {
    background-color: transparent;
    border: 0;
    margin-right: 4px;
    -webkit-order: 1;
    order: 1
}

.andes-floating-menu--search--size-small {
    border-radius: 16px;
    font-size: 14px;
    height: 32px;
    padding: 8px 8px 6px
}

.andes-floating-menu--search--size-small .andes-form-control__field {
    height: 18px
}

.andes-floating-menu--search--size-small .andes-form-control__close-icon,
.andes-floating-menu--search--size-small .andes-form-control__search-icon {
    height: 16px
}

.andes-floating-menu--search--size-large {
    border-radius: 24px;
    font-size: 16px;
    height: 48px;
    padding: 15px 16px 13px
}

.andes-floating-menu--search--size-large .andes-form-control__field {
    height: 20px
}

.andes-floating-menu--search--size-large .andes-form-control__search-icon {
    margin-right: 8px
}

.andes-progress-indicator-circular__container {
    display: -webkit-flex;
    display: flex;
    height: -webkit-max-content;
    height: max-content;
    position: relative;
    width: -webkit-max-content;
    width: max-content
}

.andes-progress-indicator-circular__progress {
    -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 .andes-progress-indicator-circular__progress {
    stroke: var(--andes-color-blue-500, #3483fa)
}

.andes-progress-indicator-circular--white .andes-progress-indicator-circular__progress {
    stroke: #fff
}

.andes-progress-indicator-circular__content {
    color: rgba(0, 0, 0, .9);
    font-size: 12px;
    font-weight: 400
}

.andes-progress-indicator-circular__label {
    color: rgba(0, 0, 0, .9);
    font-weight: 400;
    -webkit-font-smoothing: antialiased
}

.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-reduce-motion 5s ease-in-out infinite;
    animation: andes-pi-circular-dash-reduce-motion 5s ease-in-out infinite
}

@media(prefers-reduced-motion:no-preference) {
    .andes-progress-indicator-circular--indeterminate .andes-progress-indicator-circular__circle {
        -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
    }
}

@keyframes andes-pi-circular-dash-reduce-motion {
    0% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: 0;
        opacity: 0
    }

    10% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: 0;
        opacity: 1
    }

    60% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: 0;
        opacity: 1
    }

    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: 0;
        opacity: 0
    }
}

.andes-progress-indicator-circular--medium .andes-progress-indicator-circular__progress {
    height: 32px;
    width: 32px;
    stroke-width: 3px
}

.andes-progress-indicator-circular--medium .andes-progress-indicator-circular__container {
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column
}

.andes-progress-indicator-circular--medium .andes-progress-indicator-circular__label {
    font-size: 14px;
    margin-top: 13px
}

.andes-typography {
    font-family: Proxima Nova, -apple-system, Roboto, Arial, sans-serif
}

.andes-typography.andes-typography--type-body.andes-typography--weight-regular {
    font-weight: 400
}

.andes-typography.andes-typography--type-body.andes-typography--weight-semibold,
.andes-typography.andes-typography--type-title {
    font-weight: 600
}

.andes-typography-text-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.andes-typography-text-list__item {
    list-style: none
}

.andes-typography--size-xs.andes-typography--type-title {
    font-size: 18px;
    line-height: 22px;
    margin: 1.27em 0 0
}

.andes-typography--size-xs.andes-typography--type-title:first-child {
    margin: 0
}

.andes-typography--size-xs.andes-typography--type-body {
    font-size: 12px;
    line-height: 15px
}

.andes-typography-text-list.andes-typography--size-xs.andes-typography--type-body,
p.andes-typography--size-xs.andes-typography--type-body {
    margin: .75em 0 0
}

.andes-typography-text-list.andes-typography--size-xs.andes-typography--type-body:first-child,
p.andes-typography--size-xs.andes-typography--type-body:first-child {
    margin: 0
}

.andes-typography--size-s.andes-typography--type-title {
    font-size: 20px;
    line-height: 25px;
    margin: 1.25em 0 0
}

.andes-typography--size-s.andes-typography--type-title:first-child {
    margin: 0
}

.andes-typography--size-s.andes-typography--type-body {
    font-size: 14px;
    line-height: 18px
}

.andes-typography-text-list.andes-typography--size-s.andes-typography--type-body,
p.andes-typography--size-s.andes-typography--type-body {
    margin: .71em 0 0
}

.andes-typography-text-list.andes-typography--size-s.andes-typography--type-body:first-child,
p.andes-typography--size-s.andes-typography--type-body:first-child {
    margin: 0
}

.andes-typography--size-m.andes-typography--type-title {
    font-size: 24px;
    line-height: 30px;
    margin: 1.25em 0 0
}

.andes-typography--size-m.andes-typography--type-title:first-child {
    margin: 0
}

.andes-typography--size-m.andes-typography--type-body {
    font-size: 16px;
    line-height: 20px
}

.andes-typography-text-list.andes-typography--size-m.andes-typography--type-body,
p.andes-typography--size-m.andes-typography--type-body {
    margin: .75em 0 0
}

.andes-typography-text-list.andes-typography--size-m.andes-typography--type-body:first-child,
p.andes-typography--size-m.andes-typography--type-body:first-child {
    margin: 0
}

.andes-typography--size-l.andes-typography--type-title {
    font-size: 28px;
    line-height: 35px;
    margin: 1.25em 0 0
}

.andes-typography--size-l.andes-typography--type-title:first-child {
    margin: 0
}

.andes-typography--size-l.andes-typography--type-body {
    font-size: 18px;
    line-height: 22px
}

.andes-typography-text-list.andes-typography--size-l.andes-typography--type-body,
p.andes-typography--size-l.andes-typography--type-body {
    margin: .77em 0 0
}

.andes-typography-text-list.andes-typography--size-l.andes-typography--type-body:first-child,
p.andes-typography--size-l.andes-typography--type-body:first-child {
    margin: 0
}

.andes-typography--size-xl.andes-typography--type-title {
    font-size: 32px;
    line-height: 40px;
    margin: 1.25em 0 0
}

.andes-typography--size-xl.andes-typography--type-title:first-child {
    margin: 0
}

.andes-typography--size-xl.andes-typography--type-body {
    font-size: 18px;
    line-height: 22px
}

.andes-typography-text-list.andes-typography--size-xl.andes-typography--type-body,
p.andes-typography--size-xl.andes-typography--type-body {
    margin: .77em 0 0
}

.andes-typography-text-list.andes-typography--size-xl.andes-typography--type-body:first-child,
p.andes-typography--size-xl.andes-typography--type-body:first-child {
    margin: 0
}

.andes-typography--color-primary {
    color: rgba(0, 0, 0, .9)
}

.andes-typography-text-list__item-check-marker--color-primary svg path {
    fill: rgba(0, 0, 0, .9)
}

.andes-typography--color-secondary {
    color: rgba(0, 0, 0, .55)
}

.andes-typography-text-list__item-check-marker--color-secondary svg path {
    fill: rgba(0, 0, 0, .55)
}

.andes-typography--color-disabled {
    color: rgba(0, 0, 0, .25)
}

.andes-typography-text-list__item-check-marker--color-disabled svg path {
    fill: rgba(0, 0, 0, .25)
}

.andes-typography--color-inverted {
    color: #fff
}

.andes-typography-text-list__item-check-marker--color-inverted svg path {
    fill: #fff
}

.andes-typography--color-negative {
    color: #f23d4f
}

.andes-typography-text-list__item-check-marker--color-negative svg path {
    fill: #f23d4f
}

.andes-typography--color-caution {
    color: #f73
}

.andes-typography-text-list__item-check-marker--color-caution svg path {
    fill: #f73
}

.andes-typography--color-positive {
    color: #00a650
}

.andes-typography-text-list__item-check-marker--color-positive svg path {
    fill: #00a650
}

.andes-typography--color-link {
    color: var(--andes-color-blue-500, var(--andes-color-blue-500, #3483fa))
}

.andes-typography-text-list__item-check-marker--color-link svg path {
    fill: var(--andes-color-blue-500, var(--andes-color-blue-500, #3483fa))
}

a.andes-typography--color-link {
    text-decoration: none
}

.andes-typography-text-list__item-dot-marker {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    position: absolute
}

.andes-typography-text-list__item-number-marker {
    left: 0;
    position: absolute
}

.andes-typography-text-list__item-number-marker:before {
    content: counter(list-item) ".";
    position: absolute;
    text-align: center;
    width: 100%
}

.andes-typography-text-list__item-check-marker {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    position: absolute
}

.andes-typography--size-xs.andes-typography-text-list__item {
    margin: .5em 0 0;
    padding-left: 22px
}

.andes-typography--size-xs.andes-typography-text-list__item:first-child {
    margin: 0
}

.andes-typography--size-xs.andes-typography-text-list__item .andes-typography-text-list__item-dot-marker {
    margin-left: 11px;
    width: 5px
}

.andes-typography--size-xs.andes-typography-text-list__item .andes-typography-text-list__item-number-marker {
    width: 18px
}

.andes-typography--size-xs.andes-typography-text-list__item .andes-typography-text-list__item-check-marker {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.andes-typography--size-s.andes-typography-text-list__item {
    margin: .5em 0 0;
    padding-left: 24px
}

.andes-typography--size-s.andes-typography-text-list__item:first-child {
    margin: 0
}

.andes-typography--size-s.andes-typography-text-list__item .andes-typography-text-list__item-dot-marker {
    margin-left: 11px;
    width: 6px
}

.andes-typography--size-s.andes-typography-text-list__item .andes-typography-text-list__item-number-marker {
    width: 20px
}

.andes-typography--size-m.andes-typography-text-list__item {
    margin: .5em 0 0;
    padding-left: 28px
}

.andes-typography--size-m.andes-typography-text-list__item:first-child {
    margin: 0
}

.andes-typography--size-m.andes-typography-text-list__item .andes-typography-text-list__item-dot-marker {
    margin-left: 14px;
    width: 6px
}

.andes-typography--size-m.andes-typography-text-list__item .andes-typography-text-list__item-number-marker {
    width: 24px
}

.andes-typography--size-l.andes-typography-text-list__item {
    margin: .55em 0 0;
    padding-left: 30px
}

.andes-typography--size-l.andes-typography-text-list__item:first-child {
    margin: 0
}

.andes-typography--size-l.andes-typography-text-list__item .andes-typography-text-list__item-dot-marker {
    margin-left: 14px;
    width: 7px
}

.andes-typography--size-l.andes-typography-text-list__item .andes-typography-text-list__item-number-marker {
    width: 26px
}

.andes-typography--size-l.andes-typography-text-list__item .andes-typography-text-list__item-check-marker {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.gsi-material-button {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    height: 3rem;
    outline: none;
    overflow: hidden;
    padding: 0 .75rem;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: 20rem
}

.gsi-material-button:hover {
    background-color: #e5e5e5
}

.gsi-material-button .gsi-material-button-icon {
    height: 1.25rem;
    margin-right: .75rem;
    min-width: 1.25rem;
    width: 1.25rem
}

.gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 100%
}

.gsi-material-button .gsi-material-button-contents {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top
}

.gsi-material-button .gsi-material-button-state {
    inset: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .218s;
    transition: opacity .218s
}

.google-button {
    width: 100%
}

.google-button__container {
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    height: 2.375rem;
    width: -webkit-calc(100% - 2px);
    width: calc(100% - 2px)
}

.google-button__content {
    height: 100%;
    position: relative
}

.google-button>.google-button__container>.google-button__content>.google-button__spinner>.andes-progress-indicator-circular__container {
    margin: 0
}

.login-footer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.login-footer--default {
    background: #fff;
    border-top: .0625rem solid rgba(0, 0, 0, .1);
    height: auto;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 1.75rem;
    text-align: center
}

.login-footer--landscape {
    background-color: #f5f5f5;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 1.75rem
}

.login-footer__container {
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.25
}

.login-footer__container--privacy {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.login-footer__container--recaptcha {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: .5rem
}

.login-footer--default .login-footer__container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.login-footer__mercadolibre-copyright {
    margin: 0 1rem
}

.login-footer--landscape .login-footer__mercadolibre-copyright {
    margin: 0
}

.login-footer__recaptcha-link:before {
    color: rgba(0, 0, 0, .55);
    content: "-";
    margin-inline: .25rem
}

@media(min-width:768px) {

    .login-footer,
    .login-footer__container--privacy {
        -webkit-flex-direction: row;
        flex-direction: row
    }

    .login-footer__container--privacy {
        -webkit-align-items: unset;
        align-items: unset;
        display: -webkit-flex;
        display: flex
    }

    .login-footer__container--recaptcha {
        margin-bottom: 0
    }

    .login-footer--landscape {
        padding: 1.75rem 2.5rem
    }

    .login-footer--landscape .login-footer__mercadolibre-copyright:before {
        color: rgba(0, 0, 0, .55);
        content: "-";
        margin-inline: .25rem
    }

    .login-footer__mercadolibre-copyright {
        margin: 0 7rem
    }
}

.andes-visually-hidden,
.andes-visually-hidden-focusable:not(:focus):not(:focus-within) {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: 0 -1px -1px 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.andes-list {
    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;
    -webkit-font-smoothing: antialiased
}

.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;
    position: relative
}

.andes-list__item--visible-focused {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3))
}

.andes-list__item-anchor {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -16px;
    outline: none;
    padding: 0 16px;
    text-decoration: none;
    width: 100%;
    width: -webkit-fill-available;
    width: fill-available
}

.andes-list__item-anchor:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.andes-list__item-anchor:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.andes-list__item-anchor:focus-visible {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.andes-list__item-action {
    -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;
    outline: none;
    padding: 0 18px;
    text-decoration: none;
    width: -webkit-fill-available;
    width: fill-available
}

.andes-list__item-action:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.andes-list__item-action:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.andes-list__item-action:focus-visible {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.andes-list__item-action .andes-list__item-text {
    text-align: left
}

.andes-list__item-action:before {
    cursor: pointer
}

.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;
    margin-right: 12px
}

.andes-list__item-second-column {
    display: -webkit-inline-flex;
    display: inline-flex
}

.andes-list__item-second-column-with-centered-text {
    -webkit-align-self: center;
    align-self: center
}

.andes-list__item-second-column .andes-list__item-tertiary {
    text-align: right
}

.andes-list__item-second-column .andes-list__item-chevron {
    padding-left: 12px
}

.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-second-column a,
.andes-list__item-second-column button {
    position: relative;
    z-index: 1
}

.andes-list__item-primary {
    color: rgba(0, 0, 0, .9);
    display: block
}

.andes-list__item-primary--max-lines-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.andes-list__item-primary--max-lines-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.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);
    display: block;
    text-wrap: nowrap
}

.andes-list__item-tertiary-description {
    color: rgba(0, 0, 0, .55);
    display: block;
    font-size: 16px;
    line-height: 1;
    text-align: right
}

.andes-list__item-tertiary--top {
    -webkit-align-self: flex-start;
    align-self: flex-start
}

.andes-list__item-tertiary .andes-checkbox__label {
    margin-left: 0
}

.andes-list__item-tertiary-container--centered {
    -webkit-align-self: center;
    align-self: center
}

.andes-list__item-image {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    display: block
}

.andes-list__item-asset {
    margin-bottom: auto
}

.andes-list__item-asset--icon-one-line {
    margin-bottom: 0
}

.andes-list__item--size-small.andes-list__item-with-image .andes-list__item-second-column {
    -webkit-align-self: center;
    align-self: center
}

.andes-list__item--size-small .andes-list__item-first-column,
.andes-list__item--size-small .andes-list__item-second-column {
    padding: 11px 0
}

.andes-list__item--size-small .andes-list__item-second-column {
    height: 32px
}

.andes-list__item--size-small .andes-list__item-asset {
    margin-right: 12px
}

.andes-list__item--size-small .andes-list__item-asset .andes-thumbnail-container {
    height: 32px
}

.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
}

.andes-list__item--size-small .andes-list__item-primary,
.andes-list__item--size-small .andes-list__item-tertiary {
    font-size: 14px;
    line-height: 18px
}

.andes-list__item--size-small .andes-list__item-image {
    height: 36px;
    min-height: 36px;
    min-width: 36px;
    width: 36px
}

.andes-list__item--size-medium.andes-list__item-with-secondary .andes-list__item-first-column,
.andes-list__item--size-medium.andes-list__item-with-secondary .andes-list__item-second-column {
    padding: 14px 0 13px
}

.andes-list__item--size-medium.andes-list__item-with-image .andes-list__item-second-column {
    -webkit-align-self: center;
    align-self: center;
    height: 40px
}

.andes-list__item--size-medium .andes-list__item-first-column,
.andes-list__item--size-medium .andes-list__item-second-column {
    padding: 14px 0
}

.andes-list__item--size-medium .andes-list__item-asset {
    margin-right: 16px
}

.andes-list__item--size-medium .andes-list__item-asset .andes-thumbnail-container {
    height: 40px
}

.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
}

.andes-list__item--size-medium .andes-list__item-primary,
.andes-list__item--size-medium .andes-list__item-tertiary {
    font-size: 16px;
    line-height: 20px
}

.andes-list__item--size-medium .andes-list__item-secondary,
.andes-list__item--size-medium .andes-list__item-tertiary-description {
    font-size: 14px;
    line-height: 18px;
    margin-top: 3px
}

.andes-list__item--size-medium .andes-list__item-image {
    height: 38px;
    min-height: 38px;
    min-width: 38px;
    width: 38px
}

.andes-list__item--size-large.andes-list__item-with-secondary .andes-list__item-first-column,
.andes-list__item--size-large.andes-list__item-with-secondary .andes-list__item-second-column {
    padding: 24px 0
}

.andes-list__item--size-large.andes-list__item-with-image .andes-list__item-second-column {
    -webkit-align-self: center;
    align-self: center;
    height: 56px
}

.andes-list__item--size-large .andes-list__item-first-column,
.andes-list__item--size-large .andes-list__item-second-column {
    padding: 24px 0 22px
}

.andes-list__item--size-large .andes-list__item-asset {
    margin-right: 16px
}

.andes-list__item--size-large .andes-list__item-asset .andes-thumbnail-container {
    height: 56px
}

.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
}

.andes-list__item--size-large .andes-list__item-primary,
.andes-list__item--size-large .andes-list__item-tertiary {
    line-height: 22px
}

.andes-list__item--size-large .andes-list__item-secondary,
.andes-list__item--size-large .andes-list__item-tertiary-description {
    line-height: 20px;
    margin-top: 6px
}

.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__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: 40px;
    line-height: 15px;
    padding-bottom: 6px
}

.andes-list__group--size-medium .andes-list__group--header {
    height: 48px;
    line-height: 15px;
    padding-bottom: 8px
}

.andes-list__group--size-large .andes-list__group--header {
    font-size: 14px;
    height: 68px;
    line-height: 18px;
    padding-bottom: 11px
}

.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-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-primary {
    pointer-events: none
}

.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 var(--andes-color-blue-500, var(--andes-color-blue-500, #3483fa));
    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: var(--andes-color-blue-500, var(--andes-color-blue-500, #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: var(--andes-color-blue-500, var(--andes-color-blue-500, #3483fa))
}

.security-problem {
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
    margin: 0 0 .5rem;
    width: 100%
}

.andes-list__item-second-column .andes-list__item-chevron--top {
    -webkit-align-self: center;
    align-self: center;
    display: -webkit-flex;
    display: flex
}

.andes-list__item--size-small .andes-list__item-second-column {
    height: inherit
}

.andes-list__item-text {
    margin-left: .75rem;
    width: -webkit-max-content;
    width: max-content
}

@media screen and (min-width:1024px) {
    .security-problem {
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
        margin-bottom: 1.5rem;
        width: 20.25rem
    }
}

body[data-site=ML],
body[data-site=MP] {
    background-color: #fff
}

.no-wrap-text {
    white-space: nowrap
}

.login-form {
    padding-top: 1rem;
    width: 100%
}

.login-form__input {
    width: 100%
}

.login-form__actions {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: .75rem 0 2rem
}

.login-form__actions #registration-link {
    margin-top: .5rem
}

.login-form__challenge-divider {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    margin: .5rem 0 1rem
}

.login-form__divider {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    height: .0625rem;
    width: 100%
}

.login-form__o {
    margin: 0 1.25rem
}

#login-form__oauth-container {
    display: -webkit-flex;
    display: flex;
    min-height: 2.5rem
}

#login-form__oauth-container .google-button {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.andes-button--fetching,
.andes-progress-indicator-circular__container {
    margin: .25rem 0 0 .75rem
}

.grid-view__container>.grid-view__main>.grid-view__section--headers {
    margin-top: 1rem
}

.grid-view__container>.grid-view__main>.grid-view__section--headers.grid-view__section--headers-native {
    margin-top: 0
}

.grid-view__container>.grid-view__main>.grid-view__section--help>.grid-view__help-section>.grid-view__help-link {
    border: none
}

.cx-widget {
    height: inherit !important;
    top: 0 !important
}

@media only screen and (min-width:1024px) {
    .login-form {
        box-sizing: border-box;
        padding: 2rem;
        width: 29rem
    }

    .login-form .input-error__link {
        cursor: pointer
    }

    .login-form__actions {
        -webkit-flex-direction: row;
        flex-direction: row;
        margin: .75rem 0 0
    }

    .login-form__actions--social {
        -webkit-flex-direction: column;
        flex-direction: column
    }

    .login-form__actions #registration-link {
        margin: 0
    }

    .login-form__submit {
        margin-right: .5rem
    }

    .login-form__submit--social {
        margin: 0 0 .5rem
    }

    .login-form .andes-button {
        display: inline-block;
        line-height: 1;
        width: auto
    }

    .login-form .andes-button+.andes-button {
        margin: 0
    }

    .security-problem {
        margin-top: 9rem
    }

    .security-problem-social {
        margin-top: 18rem
    }

    .grid-view__container>.grid-view__main>.grid-view__section--headers {
        margin-top: 0
    }
}

.qJTHM {
    -webkit-user-select: none;
    color: #202124;
    direction: ltr;
    -webkit-touch-callout: none;
    font-family: "Roboto-Regular", arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    margin: 0;
    overflow: hidden;
    -webkit-text-size-adjust: 100%
}

.ynRLnc {
    left: -9999px;
    position: absolute;
    top: -9999px
}

.L6cTce {
    display: none
}

.bltWBb {
    word-break: break-all
}

.hSRGPd {
    color: #1a73e8;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none
}

.Bz112c-W3lGp {
    height: 16px;
    width: 16px
}

.Bz112c-E3DyYd {
    height: 20px;
    width: 20px
}

.Bz112c-r9oPif {
    height: 24px;
    width: 24px
}

.Bz112c-uaxL4e {
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.LgbsSe-Bz112c {
    display: block
}

.S9gUrf-YoZ4jf,
.S9gUrf-YoZ4jf * {
    border: none;
    margin: 0;
    padding: 0
}

.fFW7wc-ibnC6b>.aZ2wEe>div {
    border-color: #4285f4
}

.P1ekSe-ZMv3u>div:nth-child(1) {
    background-color: #1a73e8 !important
}

.P1ekSe-ZMv3u>div:nth-child(2),
.P1ekSe-ZMv3u>div:nth-child(3) {
    background-image: linear-gradient(to right, rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), linear-gradient(to right, #1a73e8, #1a73e8) !important
}

.haAclf {
    display: inline-block
}

.nsm7Bb-HzV7m-LgbsSe {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .218s, border-color .218s;
    transition: background-color .218s, border-color .218s;
    -webkit-user-select: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dadce0;
    color: #3c4043;
    cursor: pointer;
    font-family: "Google Sans", arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: auto
}

@media screen and (-ms-high-contrast:active) {
    .nsm7Bb-HzV7m-LgbsSe {
        border: 2px solid windowText;
        color: windowText
    }
}

.nsm7Bb-HzV7m-LgbsSe.pSzOP-SxQuSe {
    font-size: 14px;
    height: 32px;
    letter-spacing: 0.25px;
    padding: 0 10px
}

.nsm7Bb-HzV7m-LgbsSe.purZT-SxQuSe {
    font-size: 11px;
    height: 20px;
    letter-spacing: 0.3px;
    padding: 0 8px
}

.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe {
    padding: 0;
    width: 40px
}

.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe.pSzOP-SxQuSe {
    width: 32px
}

.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe.purZT-SxQuSe {
    width: 20px
}

.nsm7Bb-HzV7m-LgbsSe.JGcpL-RbRzK {
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.nsm7Bb-HzV7m-LgbsSe.JGcpL-RbRzK.pSzOP-SxQuSe {
    -webkit-border-radius: 16px;
    border-radius: 16px
}

.nsm7Bb-HzV7m-LgbsSe.JGcpL-RbRzK.purZT-SxQuSe {
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.nsm7Bb-HzV7m-LgbsSe.MFS4be-Ia7Qfc {
    border: none;
    color: #fff
}

.nsm7Bb-HzV7m-LgbsSe.MFS4be-v3pZbf-Ia7Qfc {
    background-color: #1a73e8
}

.nsm7Bb-HzV7m-LgbsSe.MFS4be-JaPV2b-Ia7Qfc {
    background-color: #202124;
    color: #e8eaed
}

.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
    height: 18px;
    margin-right: 8px;
    min-width: 18px;
    width: 18px
}

.nsm7Bb-HzV7m-LgbsSe.pSzOP-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
    height: 14px;
    min-width: 14px;
    width: 14px
}

.nsm7Bb-HzV7m-LgbsSe.purZT-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
    height: 10px;
    min-width: 10px;
    width: 10px
}

.nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
    margin-left: 8px;
    margin-right: -4px
}

.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
    margin: 0;
    padding: 10px
}

.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe.pSzOP-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
    padding: 8px
}

.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe.purZT-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
    padding: 4px
}

.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf {
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    height: 36px;
    margin-left: -10px;
    margin-right: 12px;
    min-width: 36px;
    width: 36px
}

.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf .nsm7Bb-HzV7m-LgbsSe-Bz112c,
.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf .nsm7Bb-HzV7m-LgbsSe-Bz112c {
    margin: 0;
    padding: 0
}

.nsm7Bb-HzV7m-LgbsSe.pSzOP-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf {
    height: 28px;
    margin-left: -8px;
    margin-right: 10px;
    min-width: 28px;
    width: 28px
}

.nsm7Bb-HzV7m-LgbsSe.purZT-SxQuSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf {
    height: 16px;
    margin-left: -6px;
    margin-right: 8px;
    min-width: 16px;
    width: 16px
}

.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-left: 2px;
    margin-right: 0;
    padding: 0
}

.nsm7Bb-HzV7m-LgbsSe.JGcpL-RbRzK .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf {
    -webkit-border-radius: 18px;
    border-radius: 18px
}

.nsm7Bb-HzV7m-LgbsSe.pSzOP-SxQuSe.JGcpL-RbRzK .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf {
    -webkit-border-radius: 14px;
    border-radius: 14px
}

.nsm7Bb-HzV7m-LgbsSe.purZT-SxQuSe.JGcpL-RbRzK .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf {
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-bN97Pc-sM5MNb {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    position: relative;
    width: 100%
}

.nsm7Bb-HzV7m-LgbsSe .oXtfBe-l4eHX {
    justify-content: center
}

.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-BPrWId {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: "Google Sans", arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top
}

.nsm7Bb-HzV7m-LgbsSe.purZT-SxQuSe .nsm7Bb-HzV7m-LgbsSe-BPrWId {
    font-weight: 300
}

.nsm7Bb-HzV7m-LgbsSe .oXtfBe-l4eHX .nsm7Bb-HzV7m-LgbsSe-BPrWId {
    -webkit-flex-grow: 0;
    flex-grow: 0
}

.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-MJoBVe {
    -webkit-transition: background-color .218s;
    transition: background-color .218s;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.nsm7Bb-HzV7m-LgbsSe:hover,
.nsm7Bb-HzV7m-LgbsSe:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgb(210, 227, 252);
    outline: none
}

.nsm7Bb-HzV7m-LgbsSe:hover .nsm7Bb-HzV7m-LgbsSe-MJoBVe,
.nsm7Bb-HzV7m-LgbsSe:focus .nsm7Bb-HzV7m-LgbsSe-MJoBVe {
    background: rgba(66, 133, 244, .04)
}

.nsm7Bb-HzV7m-LgbsSe:active .nsm7Bb-HzV7m-LgbsSe-MJoBVe {
    background: rgba(66, 133, 244, .1)
}

.nsm7Bb-HzV7m-LgbsSe.MFS4be-Ia7Qfc:hover .nsm7Bb-HzV7m-LgbsSe-MJoBVe,
.nsm7Bb-HzV7m-LgbsSe.MFS4be-Ia7Qfc:focus .nsm7Bb-HzV7m-LgbsSe-MJoBVe {
    background: rgba(255, 255, 255, .24)
}

.nsm7Bb-HzV7m-LgbsSe.MFS4be-Ia7Qfc:active .nsm7Bb-HzV7m-LgbsSe-MJoBVe {
    background: rgba(255, 255, 255, .32)
}

.nsm7Bb-HzV7m-LgbsSe .n1UuX-DkfjY {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 20px;
    margin-left: -4px;
    margin-right: 8px;
    min-width: 20px;
    width: 20px
}

.nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-BPrWId {
    font-family: "Roboto";
    font-size: 12px;
    text-align: left
}

.nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-BPrWId .ssJRIf,
.nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-BPrWId .K4efff .fmcmS {
    overflow: hidden;
    text-overflow: ellipsis
}

.nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-BPrWId .K4efff {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #5f6368;
    fill: #5f6368;
    font-size: 11px;
    font-weight: 400
}

.nsm7Bb-HzV7m-LgbsSe.jVeSEe.MFS4be-Ia7Qfc .nsm7Bb-HzV7m-LgbsSe-BPrWId .K4efff {
    color: #e8eaed;
    fill: #e8eaed
}

.nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-BPrWId .K4efff .Bz112c {
    height: 18px;
    margin: -3px -3px -3px 2px;
    min-width: 18px;
    width: 18px
}

.nsm7Bb-HzV7m-LgbsSe.jVeSEe .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-left: 12px;
    margin-right: -10px
}

.nsm7Bb-HzV7m-LgbsSe.jVeSEe.JGcpL-RbRzK .nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf {
    -webkit-border-radius: 18px;
    border-radius: 18px
}

.L5Fo6c-sM5MNb {
    border: 0;
    display: block;
    left: 0;
    position: relative;
    top: 0
}

.L5Fo6c-bF1uUb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.L5Fo6c-bF1uUb:focus {
    border: none;
    outline: none
}


@charset "utf-8"; /*
 * Navigation
 * @platform "mercadolibre"
 * @version 6.6.5
 * @author MercadoLibre.com
 */
@font-face {
    font-family: "navigation";
    src: url("https://http2.mlstatic.com/frontend-assets/ml-web-navigation/ui-navigation/6.6.5/mercadolibre/navigation.eot");
    src: url("https://http2.mlstatic.com/frontend-assets/ml-web-navigation/ui-navigation/6.6.5/mercadolibre/navigation.eot#iefix") format("embedded-opentype"),url("https://http2.mlstatic.com/frontend-assets/ml-web-navigation/ui-navigation/6.6.5/mercadolibre/navigation.woff2") format("woff2"),url("https://http2.mlstatic.com/frontend-assets/ml-web-navigation/ui-navigation/6.6.5/mercadolibre/navigation.woff") format("woff"),url("https://http2.mlstatic.com/frontend-assets/ml-web-navigation/ui-navigation/6.6.5/mercadolibre/navigation.ttf") format("truetype"),url("https://http2.mlstatic.com/frontend-assets/ml-web-navigation/ui-navigation/6.6.5/mercadolibre/navigation.svg#navigation") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^=nav-icon-],[class*=" nav-icon-"] {
    font-style: normal
}

[class^=nav-icon-]:before,[class*=" nav-icon-"]:before {
    display: inline-block;
    font-variant: normal;
    margin: 0;
    speak: none;
    text-align: center;
    width: 1em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "navigation"
}

.nav-icon-back-o:before,.nav-header .nav-header-btn:before {
    content: ""
}

.nav-icon-bookmarks-o:before {
    content: ""
}

.nav-icon-bookmarks:before {
    content: ""
}

.nav-icon-chevron-right-o:before {
    content: ""
}

.nav-icon-chevron-right:before {
    content: ""
}

.nav-icon-chevron-up-o:before {
    content: ""
}

.nav-icon-chevron-up:before {
    content: ""
}

.nav-icon-close:before {
    content: ""
}

.nav-icon-facebook:before {
    content: ""
}

.nav-icon-gplus:before {
    content: ""
}

.nav-icon-help-o:before {
    content: ""
}

.nav-icon-help:before {
    content: ""
}

.nav-icon-instagram:before {
    content: ""
}

.nav-icon-login-o:before {
    content: ""
}

.nav-icon-logout-o:before {
    content: ""
}

.nav-icon-logout:before {
    content: ""
}

.nav-icon-notifications-o:before {
    content: ""
}

.nav-icon-notifications:before {
    content: ""
}

.nav-icon-official-store-o:before {
    content: ""
}

.nav-icon-register-o:before {
    content: ""
}

.nav-icon-search-o:before {
    content: ""
}

.nav-icon-search:before {
    content: ""
}

.nav-icon-sell-o:before {
    content: ""
}

.nav-icon-time-o:before {
    content: ""
}

.nav-icon-twitter:before {
    content: ""
}

.nav-icon-user-o:before {
    content: ""
}

.nav-icon-user:before {
    content: ""
}

.nav-icon-youtube:before {
    content: ""
}

.nav-icon-close-o:before {
    content: ""
}

.nav-icon-bookmarks-medium:before {
    content: ""
}

.nav-icon-cart-empty-medium:before {
    content: ""
}

.nav-icon-phone:before {
    content: ""
}

.nav-icon-cart-empty-small:before {
    content: ""
}

.nav-icon-cart-full-medium:before {
    content: ""
}

.nav-icon-cart-full-small:before {
    content: ""
}

.nav-icon-help-medium:before {
    content: ""
}

.nav-icon-notifications-medium:before {
    content: ""
}

.nav-icon-user-medium:before {
    content: ""
}

.nav-icon-search-ml:before {
    content: ""
}

.nav-icon-user-rounded:before {
    content: ""
}

.nav-icon-app:before {
    content: ""
}

.nav-icon-search-plus:before {
    content: ""
}

.nav-icon-vender-mobile:before {
    content: ""
}

.nav-icon-bookmarks-mobile:before {
    content: ""
}

.nav-icon-categories-mobile:before {
    content: ""
}

.nav-icon-create-account-mobile:before {
    content: ""
}

.nav-icon-deals-mobile:before {
    content: ""
}

.nav-icon-download-mobile:before {
    content: ""
}

.nav-icon-help-mobile:before {
    content: ""
}

.nav-icon-history-mobile:before {
    content: ""
}

.nav-icon-logout-mobile:before {
    content: ""
}

.nav-icon-my-account-mobile:before {
    content: ""
}

.nav-icon-navigation-mobile:before {
    content: ""
}

.nav-icon-notifications-mobile:before {
    content: ""
}

.nav-icon-points-mobile:before {
    content: ""
}

.nav-icon-purchases-mobile:before {
    content: ""
}

.nav-icon-stores-mobile:before {
    content: ""
}

.nav-icon-wallet-mobile:before {
    content: ""
}

.nav-icon-contact-ms:before {
    content: ""
}

.nav-icon-cart-ms:before {
    content: ""
}

.nav-icon-close-ms:before {
    content: ""
}

.nav-icon-search-ms:before {
    content: ""
}

.nav-icon-search-spinner-ms:before {
    content: ""
}

.nav-icon-twitter-ms:before {
    content: ""
}

.nav-icon-facebook-ms:before {
    content: ""
}

.nav-icon-instagram-ms:before {
    content: ""
}

.nav-icon-points-discounts-mobile:before {
    content: ""
}

.nav-icon-mercado-credits-mobile:before {
    content: ""
}

.nav-icon-cp-location-mobile:before {
    content: ""
}

.nav-icon-nav-icon-cp-location-desktop-guest:before {
    content: ""
}

.nav-icon-nav-icon-cp-location-desktop-logged:before {
    content: ""
}

.nav-icon-supermercado:before {
    content: ""
}

.nav-icon-youtube-ms:before {
    content: ""
}

.nav-icon-home:before {
    content: ""
}

.nav-icon-quotations-mobile:before {
    content: ""
}

.nav-icon-pi-logout-mobile:before {
    content: ""
}

.nav-icon-map-search-mobile:before {
    content: ""
}

.nav-icon-subscriptions-mobile-video:before {
    content: ""
}

.nav-icon-contact-tc:before {
    content: ""
}

.nav-icon-subscriptions-mobile-video-music:before {
    content: ""
}

.nav-icon-subscriptions-mobile-music:before {
    content: ""
}

.nav-icon-compra-internacional:before {
    content: ""
}

.nav-icon-moda-mobile:before {
    content: ""
}

.nav-icon-mshops-mobile:before {
    content: ""
}

.nav-icon-summary-mobile:before {
    content: ""
}

.nav-icon-best-sellers-mobile:before {
    content: ""
}

.nav-icon-live-mobile:before {
    content: ""
}

.nav-icon-coupons-mobile:before {
    content: ""
}

@supports(display: flex) {
    body {
        display:flex;
        flex-direction: column;
        min-height: 100vh;
        height: auto
    }

    [role=main] {
        height: auto;
        flex-grow: 1
    }

    [role=main],.nav-footer {
        display: block
    }

    body,[role=main] {
        padding: 0 !important
    }

    .nav-footer {
        overflow: unset
    }

    .nav-footer-access-content {
        margin-top: 0
    }

    .nav-footer-access {
        margin-top: 64px
    }
}

*:focus:not(:focus-visible) {
    outline: 0
}

html,body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%
}

body {
    border-collapse: collapse;
    display: table;
    background-color: #fff;
    font-family: "Proxima Nova",-apple-system,Roboto,Arial,sans-serif,sans-serif;
    table-layout: fixed
}

.nav-header,[role=main],.nav-footer {
    display: table-row;
    width: 100%
}

[role=main] {
    height: 100%
}

[role=main] .nav-bounds {
    box-sizing: border-box
}

[role=main] .nav-bounds[class*=ch-box-] {
    border: none;
    background-color: rgba(0,0,0,0)
}

.nav-bounds {
    display: block;
    padding: 0 10px;
    margin: 0 auto
}

.nav-bounds.nav-bounds-with-cart .nav-cart .nav-icon-cart-quantity>b {
    font-weight: inherit
}

.nav-header {
    background-color: #ffe600;
    border: 0;
    position: relative
}

.nav-header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    top: 0;
    box-shadow: 0 1px 0 0 rgba(0,0,0,.1)
}

.nav-header .ml-count {
    font-weight: 600
}

.nav-header-visually-hidden {
    position: absolute;
    z-index: -1;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    margin: 0 -1px -1px 0;
    overflow: hidden;
    padding: 0;
    display: block
}

.nav-footer-copyright {
    font-size: 12px;
    width: auto
}

.nav-footer-navigation a {
    color: #333;
    border: 0
}

.nav-footer-navigation a:link,.nav-footer-navigation a:visited {
    color: #333
}

.nav-footer-navigation a:hover,.nav-footer-navigation a:active,.nav-footer-navigation a:focus {
    color: #000
}

.nav-footer-user-info {
    border-top: 1px solid #ededed
}

.nav-link-tag {
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    border-radius: 8px;
    background-color: #3483fa;
    line-height: 4px;
    padding: 6px;
    display: inline-block;
    text-transform: uppercase
}

.nav-link-tag--small {
    font-size: 8px;
    padding: 1px 3px;
    line-height: 1em
}

.ui-message {
    background-color: #f5f5f5;
    color: #666;
    font-size: 14px;
    line-height: 1.25;
    padding: 24px;
    text-align: center;
    position: relative;
    width: 100%
}

.ui-message__icon {
    float: left;
    margin-right: 4px
}

.ui-message__icon .ui-icon {
    vertical-align: top
}

.ui-message__text {
    overflow: auto
}

.ui-message--info {
    background-color: #f5f5f5;
    color: #666
}

.ui-message--success {
    background-color: #64c574;
    color: #fff
}

.ui-message__text {
    overflow: hidden;
    display: inline
}

.ui-message__content {
    display: inline
}

.ui-message--has-icon.ui-message--warn .ui-message__icon:after {
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 68 68' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%28-414.000000, -365.000000%29'%3E%3Cg transform='translate%28414.000000, 365.000000%29'%3E%3Ccircle fill='rgba(245, 120, 25, 0.999999)' cx='34' cy='34' r='34'%3E%3C/circle%3E%3Cpolygon fill='%23FFFFFF' points='30 16 38 16 37 38 31 38'%3E%3C/polygon%3E%3Ccircle fill='%23FFFFFF' cx='34' cy='48' r='4'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")
}

.ui-message--has-icon.ui-message--default .ui-message__icon:after,.ui-message--has-icon.ui-message--info .ui-message__icon:after {
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%28-22.000000, -180.000000%29'%3E%3Cg transform='translate%280.000000, 165.000000%29'%3E%3Cg transform='translate%2822.000000, 15.000000%29'%3E%3Ccircle id='circle' fill='rgba(25, 95, 244, 0.999999)' cx='8' cy='8' r='8'%3E%3C/circle%3E%3Cpolygon id='rectangle' fill='%23FFFFFF' points='7 12 9 12 8.75 7 7.25 7'%3E%3C/polygon%3E%3Ccircle id='circle' fill='%23FFFFFF' cx='8' cy='5' r='1'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")
}

.ui-message--has-icon.ui-message--success .ui-message__icon:after {
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20fill%3D%22%23000%22%20fill-opacity%3D%22.208%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M12.4%206L11%204.6l-4%204-2-2L3.6%208%207%2011.4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.ui-message--has-icon.ui-message--error .ui-message__icon:after {
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 68 68' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='HIGH-final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%28-416.000000, -368.000000%29'%3E%3Cg transform='translate%28270.000000, 256.000000%29'%3E%3Cg transform='translate%28146.000000, 112.000000%29'%3E%3Ccircle fill='rgba(208, 1, 27, 0.999999)' cx='34' cy='34' r='34'%3E%3C/circle%3E%3Crect opacity='0.3' x='17' y='17' width='34' height='34'%3E%3C/rect%3E%3Cpolygon fill='%23FFFFFF' points='20 43.9999997 24.0000003 48 48 24.0000003 43.9999997 20'%3E%3C/polygon%3E%3Cpolygon fill='%23FFFFFF' transform='translate%2834.000000, 34.000000%29 scale%28-1, 1%29 translate%28-34.000000, -34.000000%29 ' points='20 43.9999997 24.0000003 48 48 24.0000003 43.9999997 20'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")
}

.ui-message--warn,.ui-message--error,.ui-message--success {
    color: #fff
}

.ui-message--warn {
    background-color: #fbab60
}

.ui-message--error {
    background-color: #ff5a5f
}

.ui-message--success {
    background-color: #39b54a
}

.ui-message {
    border-radius: 3px;
    text-align: left;
    padding-right: 48px
}

.ui-message__icon {
    margin-right: 8px
}

.ui-message__close {
    position: relative;
    width: 16px;
    height: 16px;
    cursor: pointer;
    padding: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.ui-message__close:after,.ui-message__close:before {
    position: absolute;
    left: 8px;
    top: 0;
    content: "";
    height: 16px;
    width: 2px;
    background-color: #fff;
    cursor: pointer
}

.ui-message__close:before {
    transform: rotate(45deg) translateX(20px)
}

.ui-message__close:after {
    transform: rotate(-45deg) translateY(20px)
}

.ui-message--info {
    background-color: #009ee3;
    color: #fff
}

.ui-message.ui-message--post-registration,.ui-message.ui-message--overdue-loans {
    border-radius: 0;
    padding: 0;
    text-align: left
}

.ui-message.ui-message--post-registration .ui-message--bounds,.ui-message.ui-message--overdue-loans .ui-message--bounds {
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

.ui-message.ui-message--post-registration .ui-message--bounds {
    padding: 20px 46px 20px 34px
}

.ui-message.ui-message--post-registration .ui-message--bounds .ui-message__icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px
}

.ui-message.ui-message--post-registration .ui-message--bounds .ui-message__close {
    right: -6px;
    box-sizing: border-box
}

.ui-message.ui-message--post-registration a {
    color: #fff;
    text-decoration: underline
}

.ui-message.ui-message--overdue-loans {
    background-color: #ff5a5f;
    color: #fff;
    font-size: 0
}

.ui-message.ui-message--overdue-loans .ui-message--bounds {
    padding: 22px 120px 22px 18px
}

.ui-message.ui-message--overdue-loans .ui-message__text {
    display: inline !important
}

.ui-message.ui-message--overdue-loans .ui-message--overdue-loans-cta {
    font-family: "Proxima Nova",-apple-system,Roboto,Arial,sans-serif;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 84px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box
}

.ui-message.ui-message--overdue-loans .ui-message__text,.ui-message.ui-message--overdue-loans .ui-message--overdue-loans-cta {
    font-family: "Proxima Nova",-apple-system,Roboto,Arial,sans-serif !important;
    font-size: 14px
}

#nav-header-overdue-loans {
    text-decoration: none
}

.kyc-active-campaign__nav-header {
    text-decoration: none
}

.kyc-active-campaign__nav-header .kyc-active-campaign__message {
    background-color: #ff5a5f;
    color: #fff;
    border-radius: 0;
    padding: 0;
    text-align: left
}

.kyc-active-campaign__nav-header .kyc-active-campaign__message .kyc-active-campaign__bounds {
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 13px;
    font-size: 14px
}

.kyc-active-campaign__nav-header .kyc-active-campaign__message .kyc-active-campaign__bounds .kyc-active-campaign__text {
    display: inline
}

.kyc-active-campaign__nav-header .kyc-active-campaign__message .kyc-active-campaign__bounds .kyc-active-campaign__cta {
    display: inline-block;
    margin-left: 10px;
    padding: 8px 20px;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 4px
}

.nav-footer-navigation,.nav-footer-access,#nav-header-user-switch,[for=nav-header-user-switch],.nav-header-user-layer a:last-child {
    display: none
}

html,body {
    font-size: 14px
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info {
    padding: 12px 16px !important
}

.user-menu__coins {
    margin: 0 20px;
    background: #e5e5e5;
    border-radius: 16px
}

#nav-header-menu .user-menu__coins label>.user-menu__coins-main {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 11px 12px 11px 16px;
    cursor: auto;
    justify-content: space-around
}

.user-menu__coins-mobile {
    border-radius: 16px;
    margin: 0;
    background: rgba(255,255,255,.5019607843);
    padding: 0;
    height: auto;
    transition: height .5s,width .5s .75s
}

#nav-header-menu .user-menu__coins .user-menu__coins-main-link.user-menu__coins-link-label {
    color: #3483fa;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 0 0 12px
}

#nav-header-menu .user-menu__one-column .user-menu__coins .user-menu__coins-main-item {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 11px 12px 11px 18px;
    cursor: auto
}

.user-menu__coins .user-menu__coins-main-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 12px;
    height: 40px;
    align-items: center;
    justify-content: space-between
}

.user-menu__coins-mp {
    display: flex;
    flex-direction: row;
    align-items: center
}

#nav-header-menu .user-menu__one-column .user-menu__coins .user-menu__coins-main-item.user-menu__coins-main-item-padding {
    padding: 8px 12px 10px 18px
}

#nav-header-menu .user-menu__one-column .user-menu__coins .user-menu__coins-main-cursor {
    cursor: pointer
}

.user-menu__coins-icon {
    width: 22px;
    margin-right: 18px
}

.user-menu__coins-icon-mobile {
    width: 20px;
    margin-right: 18px
}

.user-menu__coins-icon-title {
    margin-right: 16px;
    width: 24px;
    height: 24px;
    align-self: center
}

.user-menu__coins-icon-item {
    align-self: flex-start;
    margin-right: 18px;
    width: 20px;
    height: 20px
}

.user-menu__user-badge-email__chevron.user-menu__coins-title__chevron {
    color: #737373;
    transform: rotate(135deg);
    position: absolute;
    top: -2px;
    right: 4px;
    transition: 195ms
}

.user-menu__coins-title {
    font-size: 14px;
    color: #1a1a1a;
    margin: 0;
    font-weight: 600;
    line-height: 18px;
    display: flex
}

.user-menu__coins-title-weight {
    font-weight: 400
}

.user-menu__coins-title-image-align {
    align-self: flex-start
}

.user-menu__coins-item {
    width: 100%;
    align-self: center
}

.user-menu__coins-item-core {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-start
}

.user-menu__coins-each-items {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: start;
    padding: 11px 12px
}

#nav-header-menu-mobile-user-info .user-menu__coins .user-menu__coins-info ul {
    border-bottom: 0 solid #fff;
    padding: 0
}

.user-menu__coins-item-container-title {
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: baseline;
    padding-right: 10px;
    position: relative
}

.user-menu__coins-title-mobile {
    padding: 11px 0
}

.user-menu__coins-super-index {
    font-size: 9px;
    vertical-align: top;
    line-height: 22px
}

.user-menu__coins-container-item-info {
    display: flex;
    align-items: center;
    width: 100%
}

.user-menu__coins-percentage {
    font-size: 11px;
    padding: 3px 6px 2px;
    border-radius: 8px;
    font-weight: 600;
    line-height: 11px
}

.user-menu__coins-percentage-mobile {
    margin-left: 10px;
    border-radius: 14px
}

.user-menu__coins-percentage-green {
    color: #00a650;
    background: rgba(0,166,80,.1)
}

.user-menu__coins-percentage-red {
    color: #f23d4f;
    background: rgba(242,61,79,.1)
}

.user-menu__coins-subtitle {
    font-size: 12px;
    color: #737373;
    line-height: normal;
    margin: 0;
    font-weight: 400
}

.user-menu__coins-subtitle-info {
    font-size: 14px;
    color: #3483fa;
    margin: 0;
    font-weight: 400;
    line-height: 18px
}

.user-menu__coins-subtitle-ma {
    margin-left: 3px
}

#nav-header-menu .user-menu__one-column .user-menu__coins .user-menu__coins-main.user-menu__coins-main-kyc {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    padding: 10px 12px 12px 16px
}

.user-menu__coins-kyc-label {
    color: #3483fa;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    margin: 0
}

.user-menu__user-badge-email__chevron.user-menu__user-badge-kyc {
    color: #3483fa;
    margin-right: 5px
}

.user-menu__coins-chevron .user-menu__coins-kyc-chevron {
    color: #3483fa;
    stroke: #3483fa
}

.user-menu__coins-kyc-label-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 11px 12px;
    text-decoration: none;
    background: #fff
}

.user-menu__coins-kyc-label-mobile p {
    margin: 0
}

.user-menu__coins-item-list {
    padding: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height .3s,opacity .5s
}

.user-menu__coins-container-list {
    padding: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: 195ms
}

.user-menu__coins-mp-link {
    width: 100%
}

.user-menu__coins-show-item-list {
    height: 107px;
    opacity: 1
}

.user-menu__coins-show-item-list-with-kyc {
    height: 145px;
    opacity: 1
}

.user-menu__coins-item-container-title .user-menu__coins-rotate-icon {
    transform: rotate(315deg)
}

.user-menu__coins-main-mobile .user-menu__coins-chevron {
    transform: rotate(90deg);
    transition: transform .4s ease-in-out
}

.user-menu__coins-chevron .user-menu__coins--chevron {
    color: #737373;
    stroke: #737373
}

#nav-header-menu .user-menu__one-column .user-menu__coins .user-menu__shortcuts-separator {
    margin: 0;
    border-top: 1px solid
}

#nav-header-menu .user-menu__one-column .user-menu__shortcuts-separator.user-menu__shortcuts-separator-coin {
    margin: 0 12px 0 16px
}

#nav-header-menu .nav-header-user-layer .user-menu__coins-link-label:hover,#nav-header-menu .nav-header-user-layer .user-menu__coins-main-item:hover,#nav-header-menu .nav-header-user-layer .user-menu__coins-main:hover {
    background: 0 0
}

.user-menu__coins-kyc-list {
    height: 188px
}

.user-menu__coins ul {
    padding: 0
}

.user-menu__coins-currency.andes-money-amount {
    display: flex;
    align-items: baseline
}

.user-menu__coins-title .andes-money-amount--cents-superscript .andes-money-amount__cents {
    align-self: flex-start;
    margin-left: 1px
}

.user-menu__coins-title .andes-money-amount--cents-comma .andes-money-amount__cents::before {
    content: ","
}

.user-menu__coins-title .andes-money-amount--cents-dot .andes-money-amount__cents::before {
    content: "."
}

.user-menu__coins-title .andes-money-amount__cents--superscript-16 {
    margin-top: .7px !important
}

.user-menu__coins-title-weight .andes-money-amount--cents-superscript[style] {
    font-size: 14px !important
}

#user-menu__coins-state:checked~.user-menu__coins-container-list {
    max-height: 200px;
    opacity: 1;
    transition: 225ms
}

#user-menu__coins-state:checked~label .user-menu__coins-title__chevron {
    transform: rotate(-45deg);
    top: 0;
    transition: 225ms
}

#user-menu__coins-state:checked~.user-menu__coins-mobile {
    background: #fff;
    transition: 225ms ease-in-out
}

.user-menu__coins-item-container-title .user-menu__coins-chevron {
    transform: rotate(90deg)
}

#user-menu__coins-state:checked~.user-menu__coins-mobile .user-menu__coins-chevron-mp {
    transform: rotate(-90deg);
    transition: 225ms ease-in-out
}

#user-menu__coins-state:checked~.user-menu__coins-mobile .user-menu__coins-info {
    max-height: 500px;
    transition: 225ms ease-in-out
}

.user-menu__coins-main-mobile {
    box-sizing: border-box
}

.user-menu__coins-info {
    overflow: hidden;
    border-radius: 0 0 16px 16px;
    max-height: 0;
    box-sizing: border-box;
    transition: 195ms ease-in-out
}

#nav-header-menu-mobile .user-menu__coins ul li span a span {
    color: #3483fa;
    font-weight: 400
}

#nav-header-menu-mobile .user-menu__coins ul li span a {
    padding: 0;
    height: auto;
    min-height: auto;
    margin-top: 10px
}

.hide-visually,.user-menu__coins .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
}

.user-menu__coins-divisor {
    border-bottom: 1px solid #e6e6e6;
    width: 100%
}

.user-menu__coins-divisor-coins {
    border-bottom: 1px solid #e6e6e6;
    width: -webkit-fill-available;
    margin: 0 12px
}

.user-menu__coins-no-kyc-list {
    height: 156px
}

.user-menu__coins-kyc-list,.user-menu__coins-no-kyc-list {
    background: #fff;
    box-shadow: 0 6px 16px 0 rgba(0,0,0,.1019607843);
    transition: height 225ms,_ 225ms 225ms
}

#nav-header-menu-mobile .user-menu__coins-info ul li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0
}

.user-menu__coins-kyc-list {
    max-height: 150px
}

#nav-header-menu-mobile ul {
    border-bottom: 0
}

.user-menu__coins-currency.andes-money-amount {
    align-items: baseline;
    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 {
    align-self: flex-start;
    margin-left: 1px
}

#nav-header-menu-mobile-user-info,#nav-header-menu-mobile:before {
    background: #ffe600
}

html,body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%
}

body {
    border-collapse: collapse;
    display: table;
    background-color: #fff;
    font-family: "Proxima Nova",-apple-system,Roboto,Arial,sans-serif,sans-serif;
    font-size: 14px;
    table-layout: fixed
}

.nav-header,[role=main],.nav-footer {
    display: table-row;
    width: 100%
}

[role=main] {
    height: 100%
}

[role=main] .nav-bounds {
    box-sizing: border-box
}

[role=main] .nav-bounds[class*=ch-box-] {
    border: none;
    background-color: rgba(0,0,0,0)
}

.nav-bounds {
    display: block;
    padding: 0 10px;
    margin: 0 auto
}

.nav-footer-navigation,.nav-footer-access,#nav-header-user-switch,[for=nav-header-user-switch],.nav-header-user-layer a:last-child {
    display: none
}

.nav-header {
    font-family: "Proxima Nova",-apple-system,Roboto,Arial,sans-serif;
    background-color: #ffe600;
    color: rgba(0,0,0,.8980392157);
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: default;
    border-bottom: 0 solid #fff
}

.nav-header .nav-bounds {
    position: relative;
    padding: 48px 0 0
}

.nav-header,.nav-header *,.nav-header *:before,.nav-header *:after {
    box-sizing: border-box
}

.nav-header.nav-header-sticky {
    position: fixed;
    z-index: 900
}

.nav-header.nav-header-sticky+main>.nav-bounds,.nav-header.nav-header-sticky+main>.nav-main-content,.nav-header.nav-header-sticky~main>.nav-bounds,.nav-header.nav-header-sticky~main>.nav-main-content {
    padding-top: 48px
}

[for=nav-header-menu-switch],.nav-header-menu-switch {
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 45px;
    cursor: pointer
}

.nav-header-menu-switch {
    background-color: rgba(0,0,0,0);
    border: 0;
    padding: 0px
}

.nav-header-menu-switch label {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%
}

#nav-header-menu-switch {
    display: none
}

#nav-header-menu-switch:checked+.nav-header-menu-wrapper .hamburger-top-bread {
    transform: translate(0, 4px) rotate(40deg)
}

#nav-header-menu-switch:checked+.nav-header-menu-wrapper .hamburger-patty {
    transform: scale(0, 0)
}

#nav-header-menu-switch:checked+.nav-header-menu-wrapper .hamburger-bottom-bread {
    transform: translate(0, -4px) rotate(-40deg)
}

#nav-header-menu-switch:checked+.nav-header-menu-wrapper #nav-header-menu {
    display: block
}

.nav-header-menu-mobile-open .nav-header-menu-wrapper .hamburger-top-bread {
    transform: translate(0, 4px) rotate(40deg)
}

.nav-header-menu-mobile-open .nav-header-menu-wrapper .hamburger-patty {
    transform: scale(0, 0)
}

.nav-header-menu-mobile-open .nav-header-menu-wrapper .hamburger-bottom-bread {
    transform: translate(0, -4px) rotate(-40deg)
}

.nav-header-menu-mobile-open .nav-header-menu-wrapper #nav-header-menu {
    display: block
}

.hamburger-bottom-bread,.hamburger-patty,.hamburger-top-bread {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background-color: rgba(0,0,0,.8980392157);
    top: 50%;
    border-radius: 0;
    transition: all 100ms ease-out;
    left: 12.5px
}

.hamburger-top-bread {
    margin-top: -5px
}

.hamburger-patty {
    margin-top: -1px
}

.hamburger-bottom-bread {
    margin-top: 3px
}

#nav-header-menu:after,#nav-header-menu:before {
    border-style: solid;
    border-color: rgba(0,0,0,0);
    position: absolute;
    bottom: 100%;
    transform: translateY(1px);
    content: ""
}

#nav-header-menu {
    background-color: #fff;
    display: none;
    position: relative
}

#nav-header-menu a {
    display: block;
    height: 48px;
    padding: 0 10px;
    font-size: 16px;
    text-decoration: none;
    line-height: 48px;
    color: rgba(0,0,0,.8980392157);
    border-top: 1px solid #eaeaea;
    position: relative
}

#nav-header-menu a [class^=nav-icon-]:before,#nav-header-menu a [class*=" nav-icon-"]:before {
    display: none
}

#nav-header-menu a:first-child  {
    border-top-color: #fff
}

#nav-header-menu a:after {
    position: absolute;
    top: 0;
    right: 20px;
    display: block;
    font-family: "navigation";
    color: rgba(13,13,13,.8980392157);
    content: ""
}

#nav-header-menu:before {
    border-bottom-color: #fff;
    border-width: 8px;
    right: 14.5px;
    pointer-events: none
}

#nav-header-menu:after {
    border-width: 7px;
    border-bottom-color: #fff;
    right: 15.5px;
    pointer-events: none
}

.nav-logo {
    background-image: url("https://http2.mlstatic.com/frontend-assets/ml-web-navigation/ui-navigation/6.6.5/mercadolibre/logo__small.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 28px;
    overflow: hidden;
    text-indent: -999px;
    width: 39px;
    top: 10px;
    position: absolute;
    left: 10px
}

@media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx) {
    .nav-logo {
        background-image:url("https://http2.mlstatic.com/frontend-assets/ml-web-navigation/ui-navigation/6.6.5/mercadolibre/logo__small@2x.png");
        background-size: 39px 28px
    }
}

.nav-search {
    position: absolute;
    left: 59px;
    top: 0;
    right: 45px;
    height: 48px;
    padding: 7px 0
}

input[type=text].nav-search-input,input[type=search].nav-search-input {
    color: rgba(0,0,0,.8980392157);
    font-size: 16px;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #fff;
    padding: 6px 6px 6px 35px;
    box-shadow: none;
    font-family: inherit
}

input[type=text].nav-search-input:focus,input[type=search].nav-search-input:focus {
    box-shadow: 0 0 1px rgba(0,0,0,0);
    padding: 6px 6px 6px 35px;
    outline: 0
}

input[type=text].nav-search-input.ch-autocomplete-loading,input[type=search].nav-search-input.ch-autocomplete-loading {
    background-position: right 30px center
}

button.nav-search-btn,button.nav-search-btn:focus {
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    padding: 0;
    width: 48px;
    background: none;
    border: none;
    font-size: 22px;
    color: #666;
    line-height: 1em
}

.nav-icon-close:before,.nav-icon-search:before {
    display: inline-block
}

.nav-icon-close span,.nav-icon-search span {
    display: none
}

.nav-footer {
    background-color: #eee;
    color: #999;
    font-family: "Proxima Nova",-apple-system,Roboto,Arial,sans-serif;
    font-size: 14px;
    overflow: hidden
}

.nav-footer,.nav-footer *,.nav-footer *:before,.nav-footer *:after {
    box-sizing: border-box
}

.nav-footer a,.nav-footer a:link,.nav-footer a:visited,.nav-footer a:active {
    color: #333;
    text-decoration: none
}

.nav-footer .nav-footer-change-device,.nav-footer .nav-footer-change-device:link,.nav-footer .nav-footer-change-device:visited,.nav-footer .nav-footer-change-device:active {
    float: right;
    display: inline-block;
    line-height: 14px;
    color: #666
}

.nav-footer-primaryinfo {
    margin: 0 0 25px 0;
    border-top: .5px solid #ddd;
    padding-top: 25px;
    font-size: 12px
}

.nav-footer-secondaryinfo {
    font-size: 12px
}

.nav-footer-copyright {
    font-size: inherit;
    display: inline-block;
    color: #666;
    vertical-align: top;
    width: 60%;
    line-height: 14px
}

.nav-footer-user {
    padding: 25px 12px 20px 12px;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    font-size: 0
}

.nav-footer-user .nav-footer-login,.nav-footer-user .nav-footer-registration {
    font-size: 14px;
    line-height: 20px;
    display: inline-block
}

.nav-footer-user .nav-footer-login {
    padding-right: .7em;
    border-right: .5px solid #ddd
}

.nav-footer-user .nav-footer-registration {
    padding-left: .7em
}

.nav-footer-user strong {
    font-weight: normal;
    color: #666;
    display: inline-block;
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom
}

.nav-footer-user.logged {
    font-size: 14px
}

.nav-footer-user.logged>a {
    margin-left: 12.5px
}

.nav-footer-secondary-user {
    padding: 0px 12px 20px;
    border-radius: 5px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px
}

.nav-footer-downloadapp-banner {
    display: block;
    margin-top: 32px;
    text-align: center;
    background-color: #ffdb08;
    padding: 0 15px
}

.nav-footer-downloadapp-banner a.nav-footer-downloadapp {
    font-size: 11px;
    vertical-align: middle;
    color: #666;
    padding-top: 0;
    display: inline-block
}

.nav-footer-downloadapp-banner a.nav-footer-downloadapp:active,.nav-footer-downloadapp-banner a.nav-footer-downloadapp:link,.nav-footer-downloadapp-banner a.nav-footer-downloadapp:visited {
    color: #666
}

.nav-footer-downloadapp-banner .nav-icon.nav-icon-downloadapp {
    background: url("https://http2.mlstatic.com/frontend-assets/ml-web-navigation/ui-navigation/6.6.5/mercadolibre/49x64-download-icon.png") top center no-repeat;
    background-size: 49px 64px;
    display: inline-block;
    width: 49px;
    height: 64px;
    margin-top: -8px;
    margin-right: 10px;
    vertical-align: middle
}

@media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx),(min-resolution: 192dpi) {
    .nav-footer-downloadapp-banner .nav-icon.nav-icon-downloadapp {
        background:url("https://http2.mlstatic.com/frontend-assets/ml-web-navigation/ui-navigation/6.6.5/mercadolibre/97x127-download-icon@2x.png");
        background-size: 49px 64px;
        width: 49px;
        height: 64px
    }
}

.nav-footer-info-wrapper {
    padding: 0 10px
}

.nav-footer-hp {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

.nav-footer-access {
    font-family: "Proxima Nova",-apple-system,Roboto,Arial,sans-serif
}

#nav-footer-access-switch {
    display: none
}

input[type=text].nav-search-input,input[type=search].nav-search-input {
    background-color: rgba(255,255,255,.7);
    border: none;
    position: relative;
    box-sizing: border-box;
    z-index: 915
}

input[type=text].nav-search-input:focus,input[type=search].nav-search-input:focus {
    border: none
}

.nav-header-has-search-active input[type=text].nav-search-input:focus,.nav-header-has-search-active input[type=search].nav-search-input:focus {
    color: #666;
    box-shadow: none
}

input[type=text].nav-search-input::placeholder,input[type=search].nav-search-input::placeholder {
    color: rgba(0,0,0,.5490196078);
    font-size: 16px;
    font-weight: 400
}

.nav-header-has-search-active input[type=text].nav-search-input,.nav-header-has-search-active input[type=search].nav-search-input {
    padding-right: 45px
}

button.nav-search-btn,button.nav-search-btn:focus {
    left: -6px;
    right: initial;
    z-index: 920
}

button.nav-search-btn span,button.nav-search-btn:focus span {
    display: none
}

.nav-header-has-search-active button.nav-search-btn,.nav-header-has-search-active button.nav-search-btn:focus {
    display: none
}

.nav-search-btn .nav-icon-search {
    font-size: 19px
}

.nav-search-btn .nav-icon-search:before {
    content: "";
    vertical-align: bottom
}

.nav-header .nav-header-btn {
    position: absolute;
    top: 3px;
    left: 0;
    padding: 20px;
    text-indent: -200%;
    border: 0;
    box-shadow: none;
    background: none
}

.nav-header .nav-header-btn:before {
    font-family: navigation;
    font-size: 20px;
    line-height: 1;
    color: rgba(0,0,0,.8980392157);
    position: absolute;
    left: 10px;
    top: 10px;
    text-indent: 0
}

.nav-header .nav-header-btn--no-arrow {
    text-indent: 0;
    border: 1px solid rgba(0,0,0,.15);
    padding: 0 10px;
    left: 10px;
    top: 10px
}

.nav-header .nav-header-btn--no-arrow:before {
    display: none
}

.nav-header .nav-cart {
    color: rgba(0,0,0,.8980392157)
}

.nav-search {
    z-index: 910;
    will-change: left;
    transition: left .15s ease-out
}

.nav-search:before {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    will-change: opacity;
    transition: opacity .15s ease-out
}

.nav-header-has-search-active .nav-search:before {
    display: block
}

.nav-header--is-enter .nav-search:before {
    opacity: 1
}

.nav-header--is-leave .nav-search:before {
    opacity: 0
}

.nav-search .nav-category {
    z-index: 917
}

.nav-search-close-btn,.nav-search-close-btn:focus,.nav-search-clear-btn,.nav-search-clear-btn:focus {
    font-size: 22px;
    line-height: 1;
    color: rgba(0,0,0,.8980392157);
    border: 0;
    background: none;
    display: none;
    position: absolute;
    top: 0;
    z-index: 920;
    height: 48px;
    padding: 0;
    width: 48px
}

.nav-search-close-btn,.nav-search-close-btn:focus {
    top: 1px;
    left: -4px;
    opacity: 0;
    will-change: opacity;
    transition: opacity .15s ease-out
}

.nav-search-close-btn:before,.nav-search-close-btn:focus:before {
    content: "";
    font-family: navigation
}

.nav-header-has-search-active .nav-search-close-btn,.nav-header-has-search-active .nav-search-close-btn:focus {
    display: block
}

.nav-header--is-enter .nav-search-close-btn,.nav-header--is-enter .nav-search-close-btn:focus {
    opacity: 1
}

.nav-header--is-leave .nav-search-close-btn,.nav-header--is-leave .nav-search-close-btn:focus {
    opacity: 0
}

.nav-search-clear-btn,.nav-search-clear-btn:focus {
    right: -4px
}

.nav-search-clear-btn:before {
    content: "";
    font-family: "navigation";
    vertical-align: bottom
}

.nav-search--has-text .nav-search-clear-btn {
    display: block
}

.nav-header--is-leave .nav-search-clear-btn {
    display: none
}

#nav-header-menu-switch:checked+.nav-header-menu-wrapper .hamburger-top-bread,#nav-header-menu-switch:checked~header .nav-header-menu-wrapper .hamburger-top-bread {
    transform: translate(0, 8px) rotate(40deg)
}

#nav-header-menu-switch:checked+.nav-header-menu-wrapper .hamburger-bottom-bread,#nav-header-menu-switch:checked~header .nav-header-menu-wrapper .hamburger-bottom-bread {
    transform: translate(0, -8px) rotate(-40deg)
}

.nav-header-menu-mobile-open .nav-header-menu-wrapper .hamburger-top-bread {
    transform: translate(0, 8px) rotate(40deg)
}

.nav-header-menu-mobile-open .nav-header-menu-wrapper .hamburger-bottom-bread {
    transform: translate(0, -8px) rotate(-40deg)
}

.hamburger-top-bread {
    margin-top: -6.6666666667px
}

.hamburger-patty {
    margin-top: -.6666666667px
}

.hamburger-bottom-bread {
    margin-top: 5.3333333333px
}

#nav-header-menu-switch:checked+.nav-header-menu-wrapper .hamburger-top-bread,#nav-header-menu-switch:checked~header .nav-header-menu-wrapper .hamburger-top-bread {
    transform: translate(0, 6px) rotate(40deg)
}

#nav-header-menu-switch:checked+.nav-header-menu-wrapper .hamburger-patty,#nav-header-menu-switch:checked~header .nav-header-menu-wrapper .hamburger-patty {
    transform: scale(0, 0)
}

#nav-header-menu-switch:checked+.nav-header-menu-wrapper .hamburger-bottom-bread,#nav-header-menu-switch:checked~header .nav-header-menu-wrapper .hamburger-bottom-bread {
    transform: translate(0, -6px) rotate(-40deg)
}

.nav-header-menu-mobile-open .nav-header-menu-wrapper .hamburger-top-bread {
    transform: translate(0, 6px) rotate(40deg)
}

.nav-header-menu-mobile-open .nav-header-menu-wrapper .hamburger-patty {
    transform: scale(0, 0)
}

.nav-header-menu-mobile-open .nav-header-menu-wrapper .hamburger-bottom-bread {
    transform: translate(0, -6px) rotate(-40deg)
}

#nav-header-menu {
    padding: 16px 0
}

#nav-header-menu a {
    padding: 0 16px 0 72px;
    height: 50px;
    line-height: 50px;
    border: none
}

#nav-header-menu a.notifications-widget,#nav-header-menu a.option-help,#nav-header-menu a.option-register,#nav-header-menu a.bookmarks-widget {
    border-left: none
}

#nav-header-menu a.option-my-account:after {
    content: ""
}

#nav-header-menu a.option-notifications:after {
    content: ""
}

#nav-header-menu a.option-logout:after {
    content: ""
}

#nav-header-menu a.option-bookmarks:after {
    content: ""
}

#nav-header-menu a.option-sell:after {
    content: ""
}

#nav-header-menu a.option-help:after {
    content: ""
}

#nav-header-menu a.option-login:after {
    content: ""
}

#nav-header-menu a.option-register:after {
    content: ""
}

#nav-header-menu a:after {
    left: 24px;
    font-size: 24px
}

.nav-bounds.nav-bounds-with-cart [for=nav-header-menu-switch],.nav-bounds.nav-bounds-with-cart .nav-header-menu-switch {
    right: 45px
}

.nav-bounds-with-cart #nav-header-menu:before {
    right: 59.5px
}

.nav-bounds-with-cart #nav-header-menu:after {
    right: 60.5px
}

.nav-cart.nav-cart-full .nav-icon-cart:before {
    content: ""
}

.nav-cart.nav-cart-empty .nav-icon-cart:before {
    content: ""
}

#mlMsg {
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1220px
}

#mlMsg .content {
    padding-right: 20px
}

#mlMsg p {
    margin: 0
}

#mlMsg #mlMsgRemove {
    width: 15px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    cursor: pointer
}

input[type=text].nav-search-input,input[type=search].nav-search-input {
    background-color: #fff
}

input[type=text].nav-search-input::placeholder,input[type=search].nav-search-input::placeholder {
    color: #bbb;
    font-weight: 200
}

input[type=search].nav-search-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=search].nav-search-input::-ms-clear,input[type=search].nav-search-input::-ms-reveal {
    display: none
}

input[type=search].nav-search-input::-webkit-search-decoration,input[type=search].nav-search-input::-webkit-search-cancel-button,input[type=search].nav-search-input::-webkit-search-results-button,input[type=search].nav-search-input::-webkit-search-results-decoration {
    display: none
}

@keyframes nav-header-notification-pulse {
    0% {
        transform: scale(0);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.nav-header-notifications-badge {
    position: absolute;
    padding: 0 4px;
    background: #f64c41;
    color: #fff;
    border-radius: 2px;
    font-size: 11px;
    text-align: center;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga","kern";
    -webkit-text-size-adjust: 100%
}

.nav-header-menu-wrapper>.nav-header-notifications-badge {
    top: 8px;
    right: 8px;
    animation-name: nav-header-notification-pulse;
    animation-duration: .3s;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-iteration-count: 1
}

.nav-bounds-with-cart .nav-header-menu-wrapper>.nav-header-notifications-badge {
    right: 53px
}

nav .nav-header-notifications-badge {
    top: 16px;
    right: 20px
}

.nav-header-notifications-badge:empty,#nav-header-menu-switch:checked+.nav-header-menu-wrapper>.nav-header-notifications-badge,#nav-header-menu-switch:checked~header .nav-header-menu-wrapper>.nav-header-notifications-badge,.nav-header-menu-mobile-open+.nav-header-menu-wrapper>.nav-header-notifications-badge {
    display: none;
    animation-name: none
}

.nav-bounds.nav-bounds-with-cart .nav-search {
    right: 94px
}

.nav-bounds.nav-bounds-with-cart .nav-cart {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    width: 45px;
    text-align: center
}

.nav-bounds.nav-bounds-with-cart .nav-cart :before {
    font-size: 18px;
    line-height: 50px
}

.nav-bounds.nav-bounds-with-cart .nav-cart .nav-icon-cart {
    margin-left: -8px
}

.nav-bounds.nav-bounds-with-cart .nav-cart .nav-icon-cart-quantity {
    position: absolute;
    right: 14px;
    top: 11px;
    font-size: 11px;
    line-height: 15px;
    width: 20px;
    text-align: center
}

.nav-bounds.nav-bounds-with-cart .nav-cart.nav-cart-empty .nav-icon-cart-quantity {
    display: none
}

.nav-header:before,.nav-header.nav-header-plusclean:before,.nav-header.nav-header-pluslite:before {
    height: 48px
}

.nav-footer {
    background-color: #fff
}

.nav-footer-mobile-links-bounds {
    padding: 26px 10%;
    font-size: 0
}

.nav-footer-mobile-links-bounds a {
    display: inline-block;
    width: 50%;
    font-size: 14px;
    line-height: 1.3em;
    color: #333;
    white-space: normal;
    vertical-align: middle;
    margin: .75em 0;
    padding-right: 10px
}

.nav-footer-mobile-links-bounds a:nth-child(2n) {
    padding-right: 0
}

.nav-footer-mobile-links {
    word-break: break-word
}

.nav-footer-mobile-links-bounds+.nav-bounds,.nav-footer-mobile-links-bounds:first-child,.nav-bounds {
    padding: 22px 10%
}

.nav-bounds .nav-footer-user {
    text-align: left;
    padding: 0;
    margin: 0 0 12px 0;
    overflow: visible;
    font-size: 0;
    color: #333;
    height: 25px;
    line-height: 25px
}

.nav-bounds .nav-footer-user .nav-icon-user {
    vertical-align: middle
}

.nav-bounds .nav-footer-user strong {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    vertical-align: middle;
    max-width: none
}

.nav-bounds .nav-footer-user.logged a {
    display: inline-block;
    margin: 0
}

.nav-bounds .nav-footer-user.logged .nav-footer-avatar-user-img {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle
}

.nav-bounds .nav-footer-user.logged .nav-icon-user {
    display: inline-block;
    font-size: 23px
}

.nav-bounds .nav-footer-user.logged .nav-icon-user:before {
    content: ""
}

.nav-bounds .nav-footer-user .nav-footer-login,.nav-bounds .nav-footer-user .nav-footer-registration {
    font-size: 16px;
    color: #3484fa;
    font-weight: 300
}

.nav-bounds .nav-footer-user .nav-footer-login {
    padding-right: 10px;
    border-right: solid 1px #eaeaea
}

.nav-bounds .nav-footer-user .nav-footer-registration {
    padding-left: 10px
}

.nav-footer-info-wrapper {
    text-align: left;
    margin: 0;
    padding: 0
}

.nav-footer-info-wrapper .nav-footer-primaryinfo {
    border: none;
    margin: 0;
    padding: 0
}

.nav-footer-info-wrapper .nav-footer-primaryinfo .nav-footer-copyright {
    font-size: 12px;
    color: #999;
    font-weight: 300
}

.nav-menu,.nav-search .nav-category,.exhibitor__picture,a.option-logout {
    display: none !important
}

.hamburger-top-bread,.hamburger-patty,.hamburger-bottom-bread {
    height: 1px
}

.hamburger-bottom-bread {
    margin-top: 6px
}

.hamburger-top-bread {
    margin-top: -8px
}

#nav-header-menu-switch:checked+.nav-header-menu-wrapper .hamburger-top-bread,#nav-header-menu-switch:checked~header .nav-header-menu-wrapper .hamburger-top-bread {
    transform: translate(0, 8px) rotate(45deg)
}

#nav-header-menu-switch:checked+.nav-header-menu-wrapper .hamburger-patty,#nav-header-menu-switch:checked~header .nav-header-menu-wrapper .hamburger-patty {
    transform: scale(0, 0)
}

#nav-header-menu-switch:checked+.nav-header-menu-wrapper .hamburger-bottom-bread,#nav-header-menu-switch:checked~header .nav-header-menu-wrapper .hamburger-bottom-bread {
    transform: translate(0, -6px) rotate(-45deg)
}

#nav-header-menu-switch:checked+.nav-header-menu-wrapper #nav-header-menu {
    display: none
}

.nav-header-menu-mobile-open .nav-header-menu-wrapper .hamburger-top-bread {
    transform: translate(0, 8px) rotate(45deg)
}

.nav-header-menu-mobile-open .nav-header-menu-wrapper .hamburger-patty {
    transform: scale(0, 0)
}

.nav-header-menu-mobile-open .nav-header-menu-wrapper .hamburger-bottom-bread {
    transform: translate(0, -6px) rotate(-45deg)
}

.nav-header-menu-mobile-open .nav-header-menu-wrapper #nav-header-menu {
    display: none
}

.ui-loading--inline {
    position: relative
}

.ui-loading--block {
    position: absolute;
    z-index: 7
}

.ui-loading--block .ui-loading__container {
    z-index: 8
}

.ui-loading--fullscreen {
    position: fixed;
    z-index: 1022
}

.ui-loading--fullscreen .ui-loading__container {
    z-index: 1023
}

.ui-loading--block,.ui-loading--fullscreen,.ui-loading__mask {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.ui-loading--block .ui-loading__container,.ui-loading--fullscreen .ui-loading__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.ui-loading__mask {
    position: absolute;
    background-color: rgba(255,255,255,.9)
}

.ui-loading--inline .ui-loading__mask {
    display: none
}

.ui-loading__spinner {
    width: 32px;
    height: 32px;
    animation: loading-rotate 2s linear infinite;
    transform-origin: center center;
    position: relative
}

.ui-loading__spinner--small {
    width: 32px;
    height: 32px
}

.ui-loading__spinner--large {
    width: 64px;
    height: 64px
}

.ui-loading__spinner-path {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -10;
    animation: loading-dash 1.5s ease-in-out infinite,loading-color 6s ease-in-out infinite;
    stroke-linecap: round;
    stroke: #3483fa
}

@keyframes loading-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes loading-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px
    }
}

@keyframes loading-color {
    100%,0% {
        stroke: #3483fa
    }
}

a.nav-mobile-button {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 12px 0;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #3484fa;
    cursor: pointer;
    box-shadow: 0 0 0 0 #fff;
    text-decoration: none;
    display: inline-block;
    width: 48%
}

@media(min-width: 450px) {
    a.nav-mobile-button {
        width:40%
    }
}

@media(min-width: 768px) {
    a.nav-mobile-button {
        width:44%
    }
}

a.nav-mobile-button.nav-mobile-button-outline {
    background: #fff;
    color: #3484fa
}

a.nav-mobile-button.nav-mobile-button-filled {
    background: #3484fa;
    color: #fff;
    margin-right: 4px
}

#nav-header-menu-mobile {
    background: #fff;
    margin: 0;
    padding: 0;
    color: #333;
    position: relative;
    display: none;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    border-top: solid 1px #e5d850
}

#nav-header-menu-mobile:before {
    content: "";
    position: absolute;
    top: -6px;
    right: 17px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-top: solid 1px #e5d850;
    border-left: solid 1px #e5d850
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info {
    border-bottom: solid 1px #e6e6e6;
    padding: 18px 24px;
    box-sizing: content-box;
    height: 52px
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info.nav-header-menu-mobile-guest {
    height: auto;
    padding: 18px 24px
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info #nav-header-mobile-avatar-form {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background: #ededed;
    border-radius: 50%;
    color: #bbb;
    font-size: 25px;
    float: left;
    margin-right: 12px;
    margin-top: 6px
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info #nav-header-mobile-avatar-form input {
    opacity: 0;
    position: absolute;
    left: -1000px
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info #nav-header-mobile-avatar-form img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: solid 1px #f5f5f5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info #nav-header-mobile-avatar-form svg {
    display: none;
    position: absolute;
    top: -12px;
    left: -12px;
    width: 64px;
    height: 64px
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info #nav-header-mobile-avatar-form svg path {
    stroke-width: 4
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info.nav-header-menu-mobile-with-loyalty #nav-header-mobile-avatar-form {
    margin-right: 20px
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info .nav-icon-create-account-mobile {
    margin-left: 2px
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info .nav-header-menu-mobile-guest-logo {
    height: 56px;
    width: 56px;
    background-color: #ededed;
    border-radius: 50%;
    float: left;
    margin-right: 16px;
    text-align: center
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info .nav-header-menu-mobile-guest-icon {
    margin-top: 9px
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info .nav-header-menu-mobile-guest-title {
    font-size: 16px;
    font-weight: 600;
    margin: 4px 0;
    line-height: 1
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info .nav-header-menu-mobile-guest-text {
    font-size: 14px;
    color: rgba(0,0,0,.45);
    margin: 0;
    line-height: 1.14
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info .nav-header-menu-mobile-guest-buttons {
    margin-top: 14px
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info .nav-header-menu-mobile-guest-buttons ul {
    display: contents
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info .nav-header-menu-mobile-guest-buttons li {
    display: inline
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info .nav-header-menu-mobile-guest-buttons a {
    display: inline-block;
    padding: 12px 0;
    font-size: 14px;
    line-height: 14px
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info .nav-header-menu-mobile-guest-buttons a.nav-mobile-button-filled {
    background: #3484fa;
    color: #fff;
    margin-right: 4px
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info .nav-header-menu-mobile-guest-buttons a.nav-mobile-button-outline {
    background: #fff;
    color: #3484fa
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info .nav-header-mobile-loyalty-link {
    font-size: 14px;
    text-decoration: none;
    font-weight: 400
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info .nav-header-mobile-loyalty-link-icon {
    margin-left: 3px
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info .nav-header-mobile-loyalty-level-1 {
    stroke: #20c261;
    color: #20c261
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info .nav-header-mobile-loyalty-level-2 {
    stroke: #1ac2b0;
    color: #1ac2b0
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info .nav-header-mobile-loyalty-level-3 {
    stroke: #00a4d5;
    color: #00a4d5
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info .nav-header-mobile-loyalty-level-4 {
    stroke: #4063ea;
    color: #4063ea
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info .nav-header-mobile-loyalty-level-5 {
    stroke: #8700ff;
    color: #8700ff
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info .nav-header-mobile-loyalty-level-6 {
    stroke: #a90f90;
    color: #a90f90
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info.nav-header-menu-mobile-with-loyalty #nav-header-mobile-avatar-form svg {
    display: inline-block
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info #nav-header-user-greetings {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    margin: 5px 0 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info.nav-header-menu-mobile-with-loyalty #nav-header-user-greetings {
    font-size: 14px;
    line-height: 1.29;
    color: rgba(0,0,0,.45);
    font-weight: 400
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info #nav-header-user-mail-or-level {
    font-size: 14px;
    line-height: 1.29;
    color: rgba(0,0,0,.45);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info.nav-header-menu-mobile-with-loyalty #nav-header-user-mail-or-level .nav-header-mobile-loyalty-link {
    line-height: 1.25;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0,0,0,.8)
}

#nav-header-menu-mobile #nav-header-menu-mobile-user-info.nav-header-menu-mobile-with-loyalty #nav-header-user-mail-or-level path {
    stroke: rgba(0,0,0,.8)
}

#nav-header-menu-mobile ul {
    position: relative;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 16px 0;
    border-bottom: solid 1px #e6e6e6;
    font-size: 14px
}

#nav-header-menu-mobile ul li {
    display: block;
    padding: 4px 0;
    margin: 0
}

#nav-header-menu-mobile ul li:last-of-type {
    margin-bottom: 0
}

#nav-header-menu-mobile ul li.nav-mobile-menu-selected {
    background: #f7f7f7
}

#nav-header-menu-mobile ul li.nav-mobile-menu-selected a {
    color: #3483fa
}

#nav-header-menu-mobile ul li a {
    display: block;
    min-height: 39px;
    line-height: 23px;
    text-decoration: none;
    padding: 8px 20px 8px 26px;
    margin: 0;
    color: rgba(0,0,0,.8)
}

#nav-header-menu-mobile ul li a i {
    font-size: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 18px;
    float: left
}

#nav-header-menu-mobile ul li a i.nav-icon-bookmarks-mobile {
    font-size: 18px;
    height: 18px
}

#nav-header-menu-mobile ul li a i.nav-icon-deals-mobile {
    font-size: 22px;
    height: 23px;
    margin-top: 2px
}

#nav-header-menu-mobile ul li a i.nav-icon-points-discounts-mobile {
    font-size: 22px;
    height: 22px
}

#nav-header-menu-mobile ul li a span {
    margin: 0;
    font-weight: 600
}

#nav-header-menu-mobile ul li a span .nav-header-notifications-badge {
    position: static;
    display: inline-block;
    margin-left: 10px
}

#nav-header-menu-mobile ul li a span .nav-header-notifications-badge:empty {
    display: none
}

#nav-header-menu-mobile ul li a span .nav-header-badge {
    border-radius: 4px;
    background-color: #3483fa;
    display: inline-block;
    margin: 2px 0 0 10px;
    color: #fff;
    padding: 0 8px;
    line-height: 20px;
    font-size: 10px;
    text-transform: uppercase;
    vertical-align: top
}

@media(max-width: 359px) {
    #nav-header-menu-mobile ul li a span .nav-header-badge {
        text-indent:-200px;
        overflow: hidden;
        width: 10px;
        height: 10px;
        padding: 0;
        border-radius: 50%;
        margin-top: 8px
    }
}

#nav-header-menu-mobile ul li a .nav-link-tag {
    margin-left: 9px
}

#nav-header-menu-mobile ul #nav-header-menu-mobile-account-money a {
    height: 62px;
    line-height: 38px
}

#nav-header-menu-mobile ul #nav-header-menu-mobile-account-money p {
    padding-left: 41px;
    line-height: 23px
}

#nav-header-menu-mobile ul #nav-header-menu-mobile-account-money #nav-header-menu-mobile-account-money-detail {
    display: block;
    color: #797979;
    font-size: 14px;
    line-height: 1.14
}

#nav-header-menu-mobile ul #nav-header-menu-mobile-account-money #nav-header-menu-mobile-account-money-detail svg {
    width: 20px;
    height: 20px
}

#nav-header-menu-switch:checked~header .nav-header-menu-wrapper #nav-header-menu-mobile,.nav-header-menu-mobile-open #nav-header-menu-mobile {
    display: block
}

#nav-header-menu-switch:checked~header .nav-bounds-with-cart .nav-header-menu-wrapper #nav-header-menu-mobile:before,.nav-bounds-with-cart #nav-header-menu-switch:checked+.nav-header-menu-wrapper #nav-header-menu-mobile:before,header.nav-header-menu-mobile-open .nav-bounds-with-cart #nav-header-menu-mobile:before {
    right: 62px
}

.nav-bounds-with-cart .nav-cart {
    overflow: hidden
}

.nav-header-mobile-profile-evolution {
    text-decoration: none;
    -webkit-font-smoothing: antialiased
}

.nav-header-mobile-profile-evolution__image-container {
    position: relative;
    margin-top: 0;
    margin-right: 12px;
    width: 48px;
    height: 48px;
    background: #fff;
    color: rgba(0,0,0,.55);
    border: solid 1px rgba(0,0,0,.07);
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.nav-header-mobile-profile-evolution__mobile-user-avatar {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.nav-header-mobile-profile-evolution__meli-plus-icon {
    position: absolute;
    bottom: -4.5px;
    left: 5.2px;
    width: 37.1px
}

.nav-header-mobile-profile-evolution__user-greeting {
    font-size: 20px;
    font-weight: 600;
    color: rgba(0,0,0,.9);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.1;
    padding-top: 3.4px
}

.nav-header-mobile-profile-evolution__action-label {
    font-weight: 400;
    color: rgba(0,0,0,.9);
    font-size: 14px;
    line-height: 1
}

.nav-header-mobile-profile-evolution-link-icon {
    stroke: rgba(0,0,0,.9);
    color: rgba(0,0,0,.9);
    margin-left: 3.2px;
    padding-top: 1px
}

.nav-header-mobile-profile-evolution__arrow-right {
    stroke-width: 1.3
}

.nav-header-mobile-profile-evolution__user-initials {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0,0,0,.9);
    font-size: 20px;
    font-weight: 500;
    line-height: 1
}

.nav-bounds.nav-bounds-with-cart .nav-cart .nav-icon-cart-quantity {
    right: 12px
}

.nav-icon-search {
    color: #aaa
}

.nav-cart.nav-cart-full .nav-icon-cart:before {
    content: ""
}

.nav-cart.nav-cart-empty .nav-icon-cart:before {
    content: ""
}

.nav-bounds-with-cart .nav-search {
    right: 94px
}

.nav-search input[type=text].nav-search-input,.nav-search input[type=search].nav-search-input {
    padding-top: 5px;
    padding-bottom: 7px
}

input[type=text].nav-search-input,input[type=search].nav-search-input {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1)
}

input[type=text].nav-search-input::placeholder,input[type=search].nav-search-input::placeholder {
    color: rgba(0,0,0,.25)
}

.nav-icon-search:before {
    transform: translateY(-2px)
}

.nav-search .nav-search-btn {
    padding-bottom: 2px
}

.nav-search .nav-search-btn .nav-icon-search {
    font-size: 13px;
    line-height: 18px;
    display: inline
}

.nav-search .nav-search-btn .nav-icon-search:before {
    content: ""
}

.nav-footer .nav-footer-downloadapp-banner {
    margin: 0;
    padding: 10px 10%;
    background: #ffe600;
    border-top: solid 1px #f2e454;
    border-bottom: solid 1px #f2e454;
    text-align: left;
    white-space: nowrap;
    overflow: hidden
}

.nav-footer .nav-footer-downloadapp-banner a.nav-footer-downloadapp {
    font-size: 16px;
    line-height: 1.11;
    color: #333
}

.nav-footer .nav-footer-downloadapp-banner .nav-icon.nav-icon-downloadapp {
    margin: 0 16px 0 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 5.8px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.18);
    vertical-align: middle;
    background-image: url("https://http2.mlstatic.com/frontend-assets/ml-web-navigation/ui-navigation/6.6.5/mercadolibre/logo__small.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 39px 28px
}

@media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx) {
    .nav-footer .nav-footer-downloadapp-banner .nav-icon.nav-icon-downloadapp {
        background-image:url("https://http2.mlstatic.com/frontend-assets/ml-web-navigation/ui-navigation/6.6.5/mercadolibre/logo__small@2x.png");
        background-size: 39px 28px
    }
}

.nav-footer .nav-footer-downloadapp-banner .nav-icon.nav-icon-downloadapp:before {
    content: none
}

.nav-footer .nav-bounds a.nav-footer-change-device {
    display: none
}

@media(min-width: 360px) {
    .nav-footer .nav-footer-downloadapp-banner a.nav-footer-downloadapp {
        font-size:18px
    }
}

@media(min-width: 475px) {
    .nav-footer-mobile-links-bounds a {
        width:33%
    }

    .nav-footer-mobile-links-bounds a:nth-child(2n) {
        padding-right: 10px
    }

    .nav-footer-mobile-links-bounds a:nth-child(3n) {
        padding-right: 0
    }
}

.nav-header .nav-logo {
    background-size: 44px 31px;
    width: 44px;
    height: 32px;
    top: 8px;
    left: 10px
}

.nav-header .nav-bounds {
    padding: 48px 0 0
}

.nav-header .nav-bounds .nav-search {
    height: 48px;
    left: 64px
}

.nav-header--is-enter .nav-bounds .nav-search {
    left: 10px;
    right: 10px
}

a.nav-header-cp-anchor,a.nav-header-cp-anchor:hover,a.nav-header-cp-anchor:visited,a.nav-header-cp-anchor:active,a.nav-header-cp-anchor:link {
    color: #736c28;
    text-decoration: none;
    display: block;
    height: 39px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding: 1px 30px 0 28px;
    line-height: 38px;
    font-size: 13px;
    box-shadow: 0 1px 0px 0 rgba(0,0,0,.1)
}

a.nav-header-cp-anchor:before,a.nav-header-cp-anchor:hover:before,a.nav-header-cp-anchor:visited:before,a.nav-header-cp-anchor:active:before,a.nav-header-cp-anchor:link:before {
    font-family: navigation;
    content: "";
    position: absolute;
    left: 10px;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a.nav-header-cp-anchor:after,a.nav-header-cp-anchor:hover:after,a.nav-header-cp-anchor:visited:after,a.nav-header-cp-anchor:active:after,a.nav-header-cp-anchor:link:after {
    position: absolute;
    top: 16px;
    right: 12px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #c1b74d;
    content: "";
    display: inline-block;
    height: 7px;
    transform: rotate(-45deg);
    width: 7px
}

#nav-header-menu-switch:checked+.nav-header .nav-header-cp-anchor {
    display: none
}

.nav-header-menu-mobile-open a.nav-header-cp-anchor {
    display: none
}

.nav-footer-access-icon {
    margin-left: 8px
}

@media(max-width: 355px) {
    .nav-footer-access-icon {
        margin-left:4px
    }
}

.nav-footer-navigation {
    margin-bottom: 8px
}

.nav-footer-navigation__menu {
    display: contents
}

.nav-footer-navigation__item {
    display: inline
}

.nav-footer-navigation__item a[href$="/acessibilidade"] {
    padding-left: 20px;
    background-image: url("https://http2.mlstatic.com/frontend-assets/ml-web-navigation/ui-navigation/6.6.5/mercadolibre/accessibility.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 14px
}

.nav-footer-navigation__link {
    padding: 0 4px
}

.nav-footer-navigation__link:first-child {
    padding-left: 0px
}

.nav-footer-navigation--mobile {
    display: block
}

.nav-footer-secondaryinfo {
    margin: 0 0 4px
}

.download-app-bottom-banner-opacity {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 2147483643
}

.download-app-bottom-banner-wrapper {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 2147483643;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    padding: 16px;
    border-radius: 6px 6px 0px 0px
}

.download-app-bottom-banner-wrapper .download-app-bottom-banner-icon {
    position: absolute;
    top: -40px;
    display: inline-block;
    width: 73px;
    height: 73px;
    border-radius: 18px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.18);
    vertical-align: middle
}

.download-app-bottom-banner-wrapper .download-app-bottom-banner-row {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 35px
}

.download-app-bottom-banner-wrapper .download-app-bottom-banner-row .download-app-bottom-banner-header {
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: center
}

.download-app-bottom-banner-wrapper .download-app-bottom-banner-row .download-app-bottom-banner-header .download-app-bottom-banner-rating-container .download-app-bottom-banner-rating-row {
    display: flex
}

.download-app-bottom-banner-wrapper .download-app-bottom-banner-row .download-app-bottom-banner-header .download-app-bottom-banner-rating-container .download-app-bottom-banner-rating-row .download-app-bottom-banner-rating {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    color: rgba(0,0,0,.5490196078)
}

.download-app-bottom-banner-wrapper .download-app-bottom-banner-row .download-app-bottom-banner-header .download-app-bottom-banner-rating-container .download-app-bottom-banner-rating-row .download-app-bottom-banner-rating-icon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 8px;
    background-image: url("https://http2.mlstatic.com/frontend-assets/ml-web-navigation/ui-navigation/6.6.5/mercadolibre/star.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-bottom: 1px
}

.download-app-bottom-banner-wrapper .download-app-bottom-banner-row .download-app-bottom-banner-header .download-app-bottom-banner-comments {
    color: rgba(0,0,0,.55);
    text-align: center;
    font-family: "Proxima Nova",-apple-system,"Roboto",Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

.download-app-bottom-banner-wrapper .download-app-bottom-banner-title {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #000;
    padding: 24px 0;
    font-family: "Proxima Nova",-apple-system,"Roboto",Arial,sans-serif;
    font-weight: 600
}

.download-app-bottom-banner-wrapper .download-app-bottom-banner-link {
    font-size: 16px;
    line-height: 16px;
    padding: 29px 0 10px 0;
    text-align: center;
    color: #3483fa;
    cursor: pointer;
    font-weight: 600;
    border: none;
    background: none
}

.download-app-bottom-banner-wrapper .download-app-bottom-banner-button {
    color: #fff;
    text-align: center;
    font-family: "Proxima Nova",-apple-system,"Roboto",Arial,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    padding: 15px 0;
    display: flex;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    background-color: #3483fa;
    text-decoration: none
}

.download-app-top-banner-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 74px;
    background: rgba(0,0,0,.8980392157);
    gap: 16px;
    padding: 8px 16px;
    box-sizing: border-box
}

.download-app-top-banner-wrapper .download-app-top-banner-icon {
    display: inline-block;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.18);
    vertical-align: middle
}

.download-app-top-banner-wrapper .download-app-top-banner-column {
    display: flex;
    flex-direction: column;
    flex: 1
}

.download-app-top-banner-wrapper .download-app-top-banner-column .download-app-top-banner-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    font-family: "Proxima Nova",-apple-system,"Roboto",Arial,sans-serif;
    margin-bottom: 2px
}

@media(max-width: 360px) {
    .download-app-top-banner-wrapper .download-app-top-banner-column .download-app-top-banner-title {
        font-size:12px
    }
}

.download-app-top-banner-wrapper .download-app-top-banner-column .download-app-top-banner-header {
    display: flex;
    flex-direction: row;
    flex: 1;
    align-items: center
}

.download-app-top-banner-wrapper .download-app-top-banner-column .download-app-top-banner-header .download-app-top-banner-rating-row {
    display: flex
}

.download-app-top-banner-wrapper .download-app-top-banner-column .download-app-top-banner-header .download-app-top-banner-rating-row .download-app-top-banner-rating {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    color: rgba(255,255,255,.5490196078)
}

@media(max-width: 360px) {
    .download-app-top-banner-wrapper .download-app-top-banner-column .download-app-top-banner-header .download-app-top-banner-rating-row .download-app-top-banner-rating {
        font-size:12px
    }
}

.download-app-top-banner-wrapper .download-app-top-banner-column .download-app-top-banner-header .download-app-top-banner-rating-row .download-app-top-banner-rating-icon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 8px;
    background-image: url("https://http2.mlstatic.com/frontend-assets/ml-web-navigation/ui-navigation/6.6.5/mercadolibre/gray-star.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-bottom: 1px
}

@media(max-width: 360px) {
    .download-app-top-banner-wrapper .download-app-top-banner-column .download-app-top-banner-header .download-app-top-banner-rating-row .download-app-top-banner-rating-icon {
        width:14px;
        height: 14px;
        align-self: center
    }
}

.download-app-top-banner-wrapper .download-app-top-banner-column .download-app-top-banner-header .download-app-top-banner-comments {
    color: rgba(255,255,255,.5490196078);
    text-align: center;
    font-family: "Proxima Nova",-apple-system,"Roboto",Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

@media(max-width: 360px) {
    .download-app-top-banner-wrapper .download-app-top-banner-column .download-app-top-banner-header .download-app-top-banner-comments {
        font-size:12px
    }
}

.download-app-top-banner-wrapper .download-app-top-banner-row {
    display: flex;
    flex-direction: row
}

.download-app-top-banner-wrapper .download-app-top-banner-button {
    color: #fff;
    text-align: center;
    font-family: "Proxima Nova",-apple-system,"Roboto",Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    padding: 9px 12px 7px 12px;
    display: flex;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    background-color: #3483fa;
    text-decoration: none
}

.clipped {
    position: absolute;
    z-index: -1;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    margin: 0 -1px -1px 0;
    overflow: hidden;
    padding: 0;
    display: block
}

.nav-header,#nav-header-menu-mobile-user-info,#nav-header-menu-mobile:before,.nav-footer .nav-footer-downloadapp-banner {
    background-color: #fff159
}

.hamburger-bottom-bread,.hamburger-patty,.hamburger-top-bread {
    background-color: #333
}

.nav-header .nav-cart,input[type=text].nav-search-input,input[type=search].nav-search-input {
    color: #333
}
