 body {
     --andes-color-yellow-500: #ffe600;
     --andes-color-blue-100: rgba(65, 137, 230, 0.1);
     --andes-color-blue-150: rgba(65, 137, 230, 0.15);
     --andes-color-blue-200: rgba(65, 137, 230, 0.2);
     --andes-color-blue-300: rgba(65, 137, 230, 0.3);
     --andes-color-blue-400: rgba(65, 137, 230, 0.4);
     --andes-color-blue-500: #3483fa;
     --andes-color-blue-600: #2968c8;
     --andes-color-blue-700: #1f4e96;
     --andes-color-blue-800: #183c73;
     --andes-color-fill-brand: var(--andes-color-yellow-500);
     --andes-color-text-brand: rgba(0, 0, 0, 0.9);
     --andes-landings-color-fill-brand: var(--andes-color-yellow-500);
     --andes-landings-color-fill-brand-secondary: #ffd400;
     --andes-landings-color-fill-brand-tertiary: #ffe600;
     --andes-landings-color-middle: #333333;
     --andes-landings-button-theme-white-background: #3483fa;
     --andes-landings-button-theme-white-text-color: #ffffff;
     --andes-landings-button-theme-white-hover-background: #2968c8;
     --andes-landings-button-theme-white-pressed-background: #1f4e96;
 }

 *:focus {
     box-shadow: 0 0 0 2px #fff, 0 0 0 3px #007EB5, 0 0 0 5px rgba(71, 154, 209, 0.3);
     outline: none;
 }

 *:focus-visible {
     box-shadow: 0 0 0 2px #fff, 0 0 0 3px #007EB5, 0 0 0 5px rgba(71, 154, 209, 0.3);
     outline: none;
 }

 *:focus:not(:focus-visible) {
     box-shadow: none;
     outline: none;
 }

 @-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, #009ee3)) !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, #009ee3);
     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, #009ee3);
     -moz-box-shadow: 0 0 0 .125em var(--andes-color-blue-500, #009ee3);
     -webkit-box-shadow: 0 0 0 .125em var(--andes-color-blue-500, #009ee3);
     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, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #009ee3);
     -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #009ee3);
     -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #009ee3);
     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, #009ee3);
     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, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .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, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .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, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .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, #009ee3);
     -moz-box-shadow: 0 0 0 .125em var(--andes-color-blue-500, #009ee3);
     -webkit-box-shadow: 0 0 0 .125em var(--andes-color-blue-500, #009ee3);
     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, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #009ee3);
     -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #009ee3);
     -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #009ee3);
     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, #009ee3);
     -moz-box-shadow: 0 0 0 .125em var(--andes-color-blue-500, #009ee3);
     -webkit-box-shadow: 0 0 0 .125em var(--andes-color-blue-500, #009ee3);
     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, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #009ee3);
     -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #009ee3);
     -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #009ee3)
 }

 .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, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .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, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .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, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #009ee3);
     -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #009ee3);
     -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #009ee3)
 }

 .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
 }

 .nav-header.nav-header--cbt {
     background: #fff159
 }

 .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-blue-500, #009ee3))
 }

 [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, #fff)
     }

     [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, #009ee3));
     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.cx-widget--collapsed .cx-widget__actions .button-minimize--mp,
 .cx-widget:focus:not(:focus-visible).cx-widget--collapsed .cx-widget__actions .button-minimize,
 .cx-widget:focus:not(:focus-visible).cx-widget--collapsed .cx-widget__actions .button-minimize--mp {
     opacity: 0;
     pointer-events: none
 }

 .cx-widget.cx-widget--collapsed .cx-widget__actions .button-close,
 .cx-widget.cx-widget--collapsed .cx-widget__actions .button-close--mp,
 .cx-widget:focus:not(:focus-visible).cx-widget--collapsed .cx-widget__actions .button-close,
 .cx-widget:focus:not(:focus-visible).cx-widget--collapsed .cx-widget__actions .button-close--mp {
     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-close--mp,
 .cx-widget .cx-widget__actions .button-minimize,
 .cx-widget .cx-widget__actions .button-minimize--mp,
 .cx-widget:focus:not(:focus-visible) .cx-widget__actions .button-close,
 .cx-widget:focus:not(:focus-visible) .cx-widget__actions .button-close--mp,
 .cx-widget:focus:not(:focus-visible) .cx-widget__actions .button-minimize,
 .cx-widget:focus:not(:focus-visible) .cx-widget__actions .button-minimize--mp {
     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-minimize--mp,
 .cx-widget:focus:not(:focus-visible) .cx-widget__actions .button-minimize--mp {
     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%23009EE3%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__actions .button-close--mp,
 .cx-widget:focus:not(:focus-visible) .cx-widget__actions .button-close--mp {
     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%23009EE3%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 {
     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
 }

 @-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
     }
 }

 @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, #009ee3);
     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, #009ee3);
     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, #009ee3);
     border: 0;
     color: #fff
 }

 .andes-thumbnail--quiet {
     background-color: var(--andes-color-blue-100, rgba(71, 154, 209, .1));
     border: 0;
     color: var(--andes-color-blue-500, #009ee3)
 }

 .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);
     min-height: -webkit-calc(100dvh - 60px);
     min-height: calc(100dvh - 60px);
     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, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     outline: none
 }

 .andes-button:focus-visible {
     box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .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, #009ee3);
     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, #007eb5);
         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, #009ee3);
     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, #005e88);
     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(71, 154, 209, .15));
     border-color: transparent;
     color: var(--andes-color-blue-500, #009ee3)
 }

 .andes-button--quiet:hover path[stroke] {
     stroke: var(--andes-color-blue-500, #009ee3) !important
 }

 .andes-button--quiet:hover path[fill] {
     fill: var(--andes-color-blue-500, #009ee3) !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(71, 154, 209, .2));
         border-color: transparent;
         color: var(--andes-color-blue-500, #009ee3)
     }

     .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, #009ee3) !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, #009ee3) !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(71, 154, 209, .15));
     border-color: transparent;
     color: var(--andes-color-blue-500, #009ee3)
 }

 .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, #009ee3) !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, #009ee3) !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(71, 154, 209, .3));
     border-color: transparent;
     color: var(--andes-color-blue-500, #009ee3)
 }

 .andes-button--quiet:active path[stroke] {
     stroke: var(--andes-color-blue-500, #009ee3) !important
 }

 .andes-button--quiet:active path[fill] {
     fill: var(--andes-color-blue-500, #009ee3) !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, #009ee3)
 }

 .andes-button--transparent:hover path[stroke] {
     stroke: var(--andes-color-blue-500, #009ee3) !important
 }

 .andes-button--transparent:hover path[fill] {
     fill: var(--andes-color-blue-500, #009ee3) !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(71, 154, 209, .1));
         border-color: transparent;
         color: var(--andes-color-blue-500, #009ee3)
     }

     .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, #009ee3) !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, #009ee3) !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, #009ee3)
 }

 .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, #009ee3) !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, #009ee3) !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(71, 154, 209, .2));
     border-color: transparent;
     color: var(--andes-color-blue-500, #009ee3)
 }

 .andes-button--transparent:active path[stroke] {
     stroke: var(--andes-color-blue-500, #009ee3) !important
 }

 .andes-button--transparent:active path[fill] {
     fill: var(--andes-color-blue-500, #009ee3) !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(71, 154, 209, .15));
     border-color: transparent;
     color: var(--andes-color-blue-500, #009ee3)
 }

 .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, #009ee3) !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, #009ee3) !important
 }

 .andes-button--quiet:after,
 .andes-button--quiet:before {
     background-color: var(--andes-color-blue-200, rgba(71, 154, 209, .2));
     border-color: transparent;
     border-radius: .2222222222em;
     box-sizing: initial;
     color: var(--andes-color-blue-500, #009ee3);
     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, #009ee3) !important
 }

 .andes-button--quiet:after path[fill],
 .andes-button--quiet:before path[fill] {
     fill: var(--andes-color-blue-500, #009ee3) !important
 }

 .andes-button--loud.loading:active,
 .andes-button--loud.loading:disabled,
 .andes-button--loud.loading:hover {
     background-color: var(--andes-color-blue-500, #009ee3);
     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, #007eb5);
     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, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .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, #009ee3)
 }

 .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, #009ee3)
 }

 .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, #009ee3)
 }

 .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, #009ee3);
     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, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .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, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .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, #007eb5)
 }

 .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, #009ee3);
     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, #009ee3);
     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, #007eb5), inset 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -moz-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px var(--andes-color-blue-600, #007eb5), inset 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px var(--andes-color-blue-600, #007eb5), inset 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .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, #007eb5), inset 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -moz-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px var(--andes-color-blue-600, #007eb5), inset 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px var(--andes-color-blue-600, #007eb5), inset 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .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, #007eb5), inset 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -moz-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px var(--andes-color-blue-600, #007eb5), inset 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px var(--andes-color-blue-600, #007eb5), inset 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .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, #007eb5), inset 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -moz-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px var(--andes-color-blue-600, #007eb5), inset 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px var(--andes-color-blue-600, #007eb5), inset 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .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, #009ee3)
 }

 .andes-floating-menu--search--focused.focus-visible {
     box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #009ee3);
     -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #009ee3);
     -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #009ee3)
 }

 .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, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .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, #009ee3)
 }

 .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, #009ee3))
 }

 .andes-typography-text-list__item-check-marker--color-link svg path {
     fill: var(--andes-color-blue-500, var(--andes-color-blue-500, #009ee3))
 }

 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, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .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, #009ee3));
     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, #009ee3));
     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, #009ee3))
 }

 .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
 }

 #login-form__oauth-container .google-button>div>div>div:focus-visible {
     border-color: #fff;
     -webkit-transition: box-shadow .25s ease-out, background-color .2s ease-out;
     transition: box-shadow .25s ease-out, background-color .2s ease-out
 }

 #login-form__oauth-container .google-button>div>div>div:focus-visible:focus {
     box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     outline: none
 }

 #login-form__oauth-container .google-button>div>div>div:focus-visible:focus-visible {
     box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #007eb5), 0 0 0 5px var(--andes-color-blue-300, rgba(71, 154, 209, .3));
     outline: none
 }

 #login-form__oauth-container .google-button>div>div>div:focus-visible:focus:not(:focus-visible) {
     box-shadow: none;
     -moz-box-shadow: none;
     -webkit-box-shadow: none;
     outline: none
 }

 .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
     }
 }

 a,
 a:hover,
 a:link,
 a:visited {
     color: var(--andes-color-blue-500, var(--andes-color-blue-500, #009ee3))
 }