/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/scss/theme/variables.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/** Ionic CSS Variables **/
:root {
  /** primary **/
  --ion-color-primary: #3880ff;
  --ion-color-primary-rgb: 56, 128, 255;
  --ion-color-primary-contrast: #ffffff;
  --ion-color-primary-contrast-rgb: 255, 255, 255;
  --ion-color-primary-shade: #3171e0;
  --ion-color-primary-tint: #4c8dff;
  /** secondary **/
  --ion-color-secondary: #3dc2ff;
  --ion-color-secondary-rgb: 61, 194, 255;
  --ion-color-secondary-contrast: #ffffff;
  --ion-color-secondary-contrast-rgb: 255, 255, 255;
  --ion-color-secondary-shade: #36abe0;
  --ion-color-secondary-tint: #50c8ff;
  /** tertiary **/
  --ion-color-tertiary: #5260ff;
  --ion-color-tertiary-rgb: 82, 96, 255;
  --ion-color-tertiary-contrast: #ffffff;
  --ion-color-tertiary-contrast-rgb: 255, 255, 255;
  --ion-color-tertiary-shade: #4854e0;
  --ion-color-tertiary-tint: #6370ff;
  /** success **/
  --ion-color-success: #2dd36f;
  --ion-color-success-rgb: 45, 211, 111;
  --ion-color-success-contrast: #ffffff;
  --ion-color-success-contrast-rgb: 255, 255, 255;
  --ion-color-success-shade: #28ba62;
  --ion-color-success-tint: #42d77d;
  /** warning **/
  --ion-color-warning: #ffc409;
  --ion-color-warning-rgb: 255, 196, 9;
  --ion-color-warning-contrast: #000000;
  --ion-color-warning-contrast-rgb: 0, 0, 0;
  --ion-color-warning-shade: #e0ac08;
  --ion-color-warning-tint: #ffca22;
  /** danger **/
  --ion-color-danger: #eb445a;
  --ion-color-danger-rgb: 235, 68, 90;
  --ion-color-danger-contrast: #ffffff;
  --ion-color-danger-contrast-rgb: 255, 255, 255;
  --ion-color-danger-shade: #cf3c4f;
  --ion-color-danger-tint: #ed576b;
  /** dark **/
  --ion-color-dark: #222428;
  --ion-color-dark-rgb: 34, 36, 40;
  --ion-color-dark-contrast: #ffffff;
  --ion-color-dark-contrast-rgb: 255, 255, 255;
  --ion-color-dark-shade: #1e2023;
  --ion-color-dark-tint: #383a3e;
  /** medium **/
  --ion-color-medium: #92949c;
  --ion-color-medium-rgb: 146, 148, 156;
  --ion-color-medium-contrast: #ffffff;
  --ion-color-medium-contrast-rgb: 255, 255, 255;
  --ion-color-medium-shade: #808289;
  --ion-color-medium-tint: #9d9fa6;
  /** light **/
  --ion-color-light: #f4f5f8;
  --ion-color-light-rgb: 244, 245, 248;
  --ion-color-light-contrast: #000000;
  --ion-color-light-contrast-rgb: 0, 0, 0;
  --ion-color-light-shade: #d7d8da;
  --ion-color-light-tint: #f5f6f9;
  /** NUEVA MAQUETACIÓN **/
  /** Primary **/
  --ion-color-blanco: #FFFFFF;
  --ion-color-gris-40: #9F9E9E;
  --ion-color-negro: #242424;
  /** Secondary **/
  --ion-color-verde-light: #E8E8E3;
  --ion-color-verde: #858668;
  --ion-color-verde-oscuro: #464635;
  /** Auxiliar **/
  --ion-color-gris-10: #F6F6F6;
  --ion-color-gris-20: #EDEDED;
  --ion-color-gris-30: #C0C0C0;
  --ion-color-gris-60: #747474;
  /** Semántico **/
  --ion-color-s-verde: #579B66;
  --ion-color-s-rojo-claro: #FBF3F2;
  --ion-color-s-rojo: #D34A3F;
  /** GREEN APP **/
  --ion-color-black: #222222;
  --ion-color-white: #FFFFFF;
  --ion-color-dark-green: #20332A;
  --ion-color-light-gray: #F8F5EF;
  --ion-color-medium-gray: #F1ECE0;
  --ion-color-dark-gray: #F0EEE9;
  --ion-color-medium-green: #0B7256;
  --ion-color-mustard: #C7B267;
  --ion-color-light-green: #CDD1B1;
  --ion-color-light-blue-green: #C7DBBD;
  --ion-color-semantic-dark-gray: #646363;
  --ion-color-semantic-medium-gray: #AFAFAF;
  --ion-color-semantic-gray: #DFDFDF;
  --ion-color-semantic-light-gray: #F7F7F7;
  --ion-color-semantic-green: #579B66;
  --ion-color-semantic-light-green: #EDF3EC;
  --ion-color-semantic-red: #D34A3F;
  --ion-color-semantic-light-red: #FAF2F2;
  --ion-color-notification-info: #FFF6D7;
}
/** Primary **/
.ion-color-blanco {
  --ion-color-base: var(--ion-color-blanco);
}
.ion-color-gris-40 {
  --ion-color-base: var(--ion-color-gris-40);
}
.ion-color-negro {
  --ion-color-base: var(--ion-color-negro);
}
/** Secondary **/
.ion-color-verde-light {
  --ion-color-base: var(--ion-color-verde-light);
}
.ion-color-verde {
  --ion-color-base: var(--ion-color-verde);
}
.ion-color-verde-oscuro {
  --ion-color-base: var(--ion-color-verde-oscuro);
}
/** Auxiliar **/
.ion-color-gris-10 {
  --ion-color-base: var(--ion-color-gris-10);
}
.ion-color-gris-20 {
  --ion-color-base: var(--ion-color-gris-20);
}
.ion-color-gris-30 {
  --ion-color-base: var(--ion-color-gris-30);
}
.ion-color-gris-60 {
  --ion-color-base: var(--ion-color-gris-60);
}
/** Semántico **/
.ion-color-s-verde {
  --ion-color-base: var(--ion-color-s-verde);
}
.ion-color-s-rojo-claro {
  --ion-color-base: var(--ion-color-s-rojo-claro);
}
.ion-color-s-rojo {
  --ion-color-base: var(--ion-color-s-rojo);
}
.ion-color-black {
  --ion-color-base: var(--ion-color-black);
}
.ion-color-white {
  --ion-color-base: var(--ion-color-white);
}
.ion-color-light-green {
  --ion-color-base: var(--ion-color-light-green);
}
.ion-color-medium-green {
  --ion-color-base: var(--ion-color-medium-green);
}
.ion-color-dark-green {
  --ion-color-base: var(--ion-color-dark-green);
}
.ion-color-light-gray {
  --ion-color-base: var(--ion-color-light-gray);
}
.ion-color-medium-gray {
  --ion-color-base: var(--ion-color-medium-gray);
}
.ion-color-dark-gray {
  --ion-color-base: var(--ion-color-dark-gray);
}
.ion-color-mustard {
  --ion-color-base: var(--ion-color-mustard);
}
.ion-color-semantic-light-gray {
  --ion-color-base: var(--ion-color-semantic-light-gray);
}
.ion-color-semantic-dark-gray {
  --ion-color-base: var(--ion-color-semantic-dark-gray);
}
.ion-color-semantic-green {
  --ion-color-base: var(--ion-color-semantic-green);
}
.ion-color-semantic-light-green {
  --ion-color-base: var(--ion-color-semantic-light-green);
}
.ion-color-semantic-red {
  --ion-color-base: var(--ion-color-semantic-red);
}
.ion-color-semantic-light-red {
  --ion-color-base: var(--ion-color-semantic-light-red);
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/scss/global.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
html.ios {
  --ion-default-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", sans-serif;
}
html.md {
  --ion-default-font: "Roboto", "Helvetica Neue", sans-serif;
}
html {
  --ion-font-family: var(--ion-default-font);
}
body {
  background: var(--ion-background-color);
}
body.backdrop-no-scroll {
  overflow: hidden;
}
/**
 * Card style modal needs additional padding on the
 * top of the header. We accomplish this by targeting
 * the first toolbar in the header.
 * Footer also needs this. We do not adjust the bottom
 * padding though because of the safe area.
 */
html.ios ion-modal.modal-card ion-header ion-toolbar:first-of-type,
html.ios ion-modal.modal-sheet ion-header ion-toolbar:first-of-type,
html.ios ion-modal ion-footer ion-toolbar:first-of-type {
  padding-top: 6px;
}
/**
* Card style modal needs additional padding on the
* bottom of the header. We accomplish this by targeting
* the last toolbar in the header.
*/
html.ios ion-modal.modal-card ion-header ion-toolbar:last-of-type,
html.ios ion-modal.modal-sheet ion-header ion-toolbar:last-of-type {
  padding-bottom: 6px;
}
/**
* Add padding on the left and right
* of toolbars while accounting for
* safe area values when in landscape.
*/
html.ios ion-modal ion-toolbar {
  padding-right: calc(var(--ion-safe-area-right) + 8px);
  padding-left: calc(var(--ion-safe-area-left) + 8px);
}
/**
 * Card style modal on iPadOS
 * should only have backdrop on first instance.
 */
@media screen and (min-width: 768px) {
  html.ios ion-modal.modal-card:first-of-type {
    --backdrop-opacity: 0.18;
  }
}
/**
 * Subsequent modals should not have a backdrop/box shadow
 * as it will cause the screen to appear to get progressively
 * darker. With Ionic 6, declarative modals made it
 * possible to have multiple non-presented modals in the DOM,
 * so we could no longer rely on ion-modal:first-of-type.
 * Here we disable the opacity/box-shadow for every modal
 * that comes after the first presented modal.
 *
 * Note: ion-modal:not(.overlay-hidden):first-of-type
 * does not match the first modal to not have
 * the .overlay-hidden class, it will match the
 * first modal in general only if it does not
 * have the .overlay-hidden class.
 * The :nth-child() pseudo-class has support
 * for selectors which would help us here. At the
 * time of writing it does not have great cross browser
 * support.
 *
 * Note 2: This should only apply to non-card and
 * non-sheet modals. Card and sheet modals have their
 * own criteria for displaying backdrops/box shadows.
 *
 * Do not use :not(.overlay-hidden) in place of
 * .show-modal because that triggers a memory
 * leak in Blink: https://bugs.chromium.org/p/chromium/issues/detail?id=1418768
 */
ion-modal.modal-default.show-modal ~ ion-modal.modal-default {
  --backdrop-opacity: 0;
  --box-shadow: none;
}
/**
 * This works around a bug in WebKit where the
 * content will overflow outside of the bottom border
 * radius when re-painting. As long as a single
 * border radius value is set on .ion-page, this
 * issue does not happen. We set the top left radius
 * here because the top left corner will always have a
 * radius no matter the platform.
 * This behavior only applies to card modals.
 */
html.ios ion-modal.modal-card .ion-page {
  border-top-left-radius: var(--border-radius);
}
.ion-color-primary {
  --ion-color-base: var(--ion-color-primary, #3880ff) !important;
  --ion-color-base-rgb: var(--ion-color-primary-rgb, 56, 128, 255) !important;
  --ion-color-contrast: var(--ion-color-primary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-primary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-primary-shade, #3171e0) !important;
  --ion-color-tint: var(--ion-color-primary-tint, #4c8dff) !important;
}
.ion-color-secondary {
  --ion-color-base: var(--ion-color-secondary, #3dc2ff) !important;
  --ion-color-base-rgb: var(--ion-color-secondary-rgb, 61, 194, 255) !important;
  --ion-color-contrast: var(--ion-color-secondary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-secondary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-secondary-shade, #36abe0) !important;
  --ion-color-tint: var(--ion-color-secondary-tint, #50c8ff) !important;
}
.ion-color-tertiary {
  --ion-color-base: var(--ion-color-tertiary, #5260ff) !important;
  --ion-color-base-rgb: var(--ion-color-tertiary-rgb, 82, 96, 255) !important;
  --ion-color-contrast: var(--ion-color-tertiary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-tertiary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-tertiary-shade, #4854e0) !important;
  --ion-color-tint: var(--ion-color-tertiary-tint, #6370ff) !important;
}
.ion-color-success {
  --ion-color-base: var(--ion-color-success, #2dd36f) !important;
  --ion-color-base-rgb: var(--ion-color-success-rgb, 45, 211, 111) !important;
  --ion-color-contrast: var(--ion-color-success-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-success-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-success-shade, #28ba62) !important;
  --ion-color-tint: var(--ion-color-success-tint, #42d77d) !important;
}
.ion-color-warning {
  --ion-color-base: var(--ion-color-warning, #ffc409) !important;
  --ion-color-base-rgb: var(--ion-color-warning-rgb, 255, 196, 9) !important;
  --ion-color-contrast: var(--ion-color-warning-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-warning-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-warning-shade, #e0ac08) !important;
  --ion-color-tint: var(--ion-color-warning-tint, #ffca22) !important;
}
.ion-color-danger {
  --ion-color-base: var(--ion-color-danger, #eb445a) !important;
  --ion-color-base-rgb: var(--ion-color-danger-rgb, 235, 68, 90) !important;
  --ion-color-contrast: var(--ion-color-danger-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-danger-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-danger-shade, #cf3c4f) !important;
  --ion-color-tint: var(--ion-color-danger-tint, #ed576b) !important;
}
.ion-color-light {
  --ion-color-base: var(--ion-color-light, #f4f5f8) !important;
  --ion-color-base-rgb: var(--ion-color-light-rgb, 244, 245, 248) !important;
  --ion-color-contrast: var(--ion-color-light-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-light-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-light-shade, #d7d8da) !important;
  --ion-color-tint: var(--ion-color-light-tint, #f5f6f9) !important;
}
.ion-color-medium {
  --ion-color-base: var(--ion-color-medium, #92949c) !important;
  --ion-color-base-rgb: var(--ion-color-medium-rgb, 146, 148, 156) !important;
  --ion-color-contrast: var(--ion-color-medium-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-medium-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-medium-shade, #808289) !important;
  --ion-color-tint: var(--ion-color-medium-tint, #9d9fa6) !important;
}
.ion-color-dark {
  --ion-color-base: var(--ion-color-dark, #222428) !important;
  --ion-color-base-rgb: var(--ion-color-dark-rgb, 34, 36, 40) !important;
  --ion-color-contrast: var(--ion-color-dark-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-dark-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-dark-shade, #1e2023) !important;
  --ion-color-tint: var(--ion-color-dark-tint, #383a3e) !important;
}
.ion-page {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  contain: layout size style;
  overflow: hidden;
  z-index: 0;
}
/**
 * When making custom dialogs, using
 * ion-content is not required. As a result,
 * some developers may wish to have dialogs
 * that are automatically sized by the browser.
 * These changes allow certain dimension values
 * such as fit-content to work correctly.
 */
ion-modal > .ion-page {
  position: relative;
  contain: layout style;
  height: 100%;
}
.split-pane-visible > .ion-page.split-pane-main {
  position: relative;
}
ion-route,
ion-route-redirect,
ion-router,
ion-select-option,
ion-nav-controller,
ion-menu-controller,
ion-action-sheet-controller,
ion-alert-controller,
ion-loading-controller,
ion-modal-controller,
ion-picker-controller,
ion-popover-controller,
ion-toast-controller,
.ion-page-hidden,
[hidden] {
  /* stylelint-disable-next-line declaration-no-important */
  display: none !important;
}
.ion-page-invisible {
  opacity: 0;
}
.can-go-back > ion-header ion-back-button {
  display: block;
}
html.plt-ios.plt-hybrid, html.plt-ios.plt-pwa {
  --ion-statusbar-padding: 20px;
}
@supports (padding-top: 20px) {
  html {
    --ion-safe-area-top: var(--ion-statusbar-padding);
  }
}
@supports (padding-top: constant(safe-area-inset-top)) {
  html {
    --ion-safe-area-top: constant(safe-area-inset-top);
    --ion-safe-area-bottom: constant(safe-area-inset-bottom);
    --ion-safe-area-left: constant(safe-area-inset-left);
    --ion-safe-area-right: constant(safe-area-inset-right);
  }
}
@supports (padding-top: env(safe-area-inset-top)) {
  html {
    --ion-safe-area-top: env(safe-area-inset-top);
    --ion-safe-area-bottom: env(safe-area-inset-bottom);
    --ion-safe-area-left: env(safe-area-inset-left);
    --ion-safe-area-right: env(safe-area-inset-right);
  }
}
ion-card.ion-color .ion-inherit-color,
ion-card-header.ion-color .ion-inherit-color {
  color: inherit;
}
.menu-content {
  transform: translate3d(0,  0,  0);
}
.menu-content-open {
  cursor: pointer;
  touch-action: manipulation;
  pointer-events: none;
}
.ios .menu-content-reveal {
  box-shadow: -8px 0 42px rgba(0, 0, 0, 0.08);
}
[dir=rtl].ios .menu-content-reveal {
  box-shadow: 8px 0 42px rgba(0, 0, 0, 0.08);
}
.md .menu-content-reveal {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.18);
}
.md .menu-content-push {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.18);
}
ion-accordion-group.accordion-group-expand-inset > ion-accordion:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
ion-accordion-group.accordion-group-expand-inset > ion-accordion:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
ion-accordion-group > ion-accordion:last-of-type ion-item[slot=header] {
  --border-width: 0px;
}
ion-accordion.accordion-animated > [slot=header] .ion-accordion-toggle-icon {
  transition: 300ms transform cubic-bezier(0.25, 0.8, 0.5, 1);
}
@media (prefers-reduced-motion: reduce) {
  ion-accordion .ion-accordion-toggle-icon {
    /* stylelint-disable declaration-no-important */
    transition: none !important;
  }
}
/**
 * The > [slot="header"] selector ensures that we do
 * not modify toggle icons for any nested accordions. The state
 * of one accordion should not affect any accordions inside
 * of a nested accordion group.
 */
ion-accordion.accordion-expanding > [slot=header] .ion-accordion-toggle-icon,
ion-accordion.accordion-expanded > [slot=header] .ion-accordion-toggle-icon {
  transform: rotate(180deg);
}
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-previous ion-item[slot=header] {
  --border-width: 0px;
  --inner-border-width: 0px;
}
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-expanding:first-of-type,
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-expanded:first-of-type {
  margin-top: 0;
}
ion-input input::-webkit-date-and-time-value {
  text-align: start;
}
/**
 * The .ion-datetime-button-overlay class contains
 * styles that allow any modal/popover to be
 * sized according to the dimensions of the datetime
 * when used with ion-datetime-button.
 */
.ion-datetime-button-overlay {
  --width: fit-content;
  --height: fit-content;
}
/**
 * The grid variant can scale down when inline.
 * When used in a `fit-content` overlay, this causes
 * the overlay to shrink when the month/year picker is open.
 * Explicitly setting the dimensions lets us have a consistently
 * sized grid interface.
 */
.ion-datetime-button-overlay ion-datetime.datetime-grid {
  width: 320px;
  min-height: 320px;
}
audio,
canvas,
progress,
video {
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
b,
strong {
  font-weight: bold;
}
img {
  max-width: 100%;
}
hr {
  height: 1px;
  border-width: 0;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
label,
input,
select,
textarea {
  font-family: inherit;
  line-height: normal;
}
textarea {
  overflow: auto;
  height: auto;
  font: inherit;
  color: inherit;
}
textarea::placeholder {
  padding-left: 2px;
}
form,
input,
optgroup,
select {
  margin: 0;
  font: inherit;
  color: inherit;
}
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
a,
a div,
a span,
a ion-icon,
a ion-label,
button,
button div,
button span,
button ion-icon,
button ion-label,
.ion-tappable,
[tappable],
[tappable] div,
[tappable] span,
[tappable] ion-icon,
[tappable] ion-label,
input,
textarea {
  touch-action: manipulation;
}
a ion-label,
button ion-label {
  pointer-events: none;
}
button {
  padding: 0;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  line-height: 1;
  text-transform: none;
  cursor: pointer;
  -webkit-appearance: button;
}
[tappable] {
  cursor: pointer;
}
a[disabled],
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
html:not(.hydrated) body {
  display: none;
}
html.ion-ce body {
  display: block;
}
html.plt-pwa {
  height: 100vh;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  /**
   * Because body has position: fixed,
   * it should be promoted to its own
   * layer.
   *
   * WebKit does not always promote
   * the body to its own layer on page
   * load in Ionic apps. Once scrolling on
   * ion-content starts, WebKit will promote
   * body. Unfortunately, this causes a re-paint
   * which results in scrolling being halted
   * until the next user gesture.
   *
   * This impacts the Custom Elements build.
   * The lazy loaded build causes the browser to
   * re-paint during hydration which causes WebKit
   * to promote body to its own layer.
   * In the CE Build, this hydration does not
   * happen, so the additional re-paint does not occur.
   */
  transform: translateZ(0);
  text-rendering: optimizeLegibility;
  overflow: hidden;
  touch-action: manipulation;
  -webkit-user-drag: none;
  -ms-content-zooming: none;
  word-wrap: break-word;
  overscroll-behavior-y: none;
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
}
html {
  font-family: var(--ion-font-family);
}
a {
  background-color: transparent;
  color: var(--ion-color-primary, #3880ff);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  margin-top: 20px;
  font-size: 26px;
}
h2 {
  margin-top: 18px;
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
small {
  font-size: 75%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
.ion-hide {
  display: none !important;
}
.ion-hide-up {
  display: none !important;
}
.ion-hide-down {
  display: none !important;
}
@media (min-width: 576px) {
  .ion-hide-sm-up {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .ion-hide-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .ion-hide-md-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .ion-hide-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .ion-hide-lg-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .ion-hide-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .ion-hide-xl-up {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .ion-hide-xl-down {
    display: none !important;
  }
}
.ion-no-padding {
  --padding-start: 0;
  --padding-end: 0;
  --padding-top: 0;
  --padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.ion-padding {
  --padding-start: var(--ion-padding, 16px);
  --padding-end: var(--ion-padding, 16px);
  --padding-top: var(--ion-padding, 16px);
  --padding-bottom: var(--ion-padding, 16px);
  padding-left: var(--ion-padding, 16px);
  padding-right: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding {
    padding-left: unset;
    padding-right: unset;
    padding-inline-start: var(--ion-padding, 16px);
    padding-inline-end: var(--ion-padding, 16px);
  }
}
.ion-padding-top {
  --padding-top: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
}
.ion-padding-start {
  --padding-start: var(--ion-padding, 16px);
  padding-left: var(--ion-padding, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding-start {
    padding-left: unset;
    padding-inline-start: var(--ion-padding, 16px);
  }
}
.ion-padding-end {
  --padding-end: var(--ion-padding, 16px);
  padding-right: var(--ion-padding, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding-end {
    padding-right: unset;
    padding-inline-end: var(--ion-padding, 16px);
  }
}
.ion-padding-bottom {
  --padding-bottom: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}
.ion-padding-vertical {
  --padding-top: var(--ion-padding, 16px);
  --padding-bottom: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}
.ion-padding-horizontal {
  --padding-start: var(--ion-padding, 16px);
  --padding-end: var(--ion-padding, 16px);
  padding-left: var(--ion-padding, 16px);
  padding-right: var(--ion-padding, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding-horizontal {
    padding-left: unset;
    padding-right: unset;
    padding-inline-start: var(--ion-padding, 16px);
    padding-inline-end: var(--ion-padding, 16px);
  }
}
.ion-no-margin {
  --margin-start: 0;
  --margin-end: 0;
  --margin-top: 0;
  --margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.ion-margin {
  --margin-start: var(--ion-margin, 16px);
  --margin-end: var(--ion-margin, 16px);
  --margin-top: var(--ion-margin, 16px);
  --margin-bottom: var(--ion-margin, 16px);
  margin-left: var(--ion-margin, 16px);
  margin-right: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin {
    margin-left: unset;
    margin-right: unset;
    margin-inline-start: var(--ion-margin, 16px);
    margin-inline-end: var(--ion-margin, 16px);
  }
}
.ion-margin-top {
  --margin-top: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
}
.ion-margin-start {
  --margin-start: var(--ion-margin, 16px);
  margin-left: var(--ion-margin, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin-start {
    margin-left: unset;
    margin-inline-start: var(--ion-margin, 16px);
  }
}
.ion-margin-end {
  --margin-end: var(--ion-margin, 16px);
  margin-right: var(--ion-margin, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin-end {
    margin-right: unset;
    margin-inline-end: var(--ion-margin, 16px);
  }
}
.ion-margin-bottom {
  --margin-bottom: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}
.ion-margin-vertical {
  --margin-top: var(--ion-margin, 16px);
  --margin-bottom: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}
.ion-margin-horizontal {
  --margin-start: var(--ion-margin, 16px);
  --margin-end: var(--ion-margin, 16px);
  margin-left: var(--ion-margin, 16px);
  margin-right: var(--ion-margin, 16px);
}
@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin-horizontal {
    margin-left: unset;
    margin-right: unset;
    margin-inline-start: var(--ion-margin, 16px);
    margin-inline-end: var(--ion-margin, 16px);
  }
}
.ion-float-left {
  float: left !important;
}
.ion-float-right {
  float: right !important;
}
.ion-float-start {
  float: left !important;
}
[dir=rtl] .ion-float-start, :host-context([dir=rtl]) .ion-float-start {
  float: right !important;
}
.ion-float-end {
  float: right !important;
}
[dir=rtl] .ion-float-end, :host-context([dir=rtl]) .ion-float-end {
  float: left !important;
}
@media (min-width: 576px) {
  .ion-float-sm-left {
    float: left !important;
  }

  .ion-float-sm-right {
    float: right !important;
  }

  .ion-float-sm-start {
    float: left !important;
  }
  [dir=rtl] .ion-float-sm-start, :host-context([dir=rtl]) .ion-float-sm-start {
    float: right !important;
  }

  .ion-float-sm-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-sm-end, :host-context([dir=rtl]) .ion-float-sm-end {
    float: left !important;
  }
}
@media (min-width: 768px) {
  .ion-float-md-left {
    float: left !important;
  }

  .ion-float-md-right {
    float: right !important;
  }

  .ion-float-md-start {
    float: left !important;
  }
  [dir=rtl] .ion-float-md-start, :host-context([dir=rtl]) .ion-float-md-start {
    float: right !important;
  }

  .ion-float-md-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-md-end, :host-context([dir=rtl]) .ion-float-md-end {
    float: left !important;
  }
}
@media (min-width: 992px) {
  .ion-float-lg-left {
    float: left !important;
  }

  .ion-float-lg-right {
    float: right !important;
  }

  .ion-float-lg-start {
    float: left !important;
  }
  [dir=rtl] .ion-float-lg-start, :host-context([dir=rtl]) .ion-float-lg-start {
    float: right !important;
  }

  .ion-float-lg-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-lg-end, :host-context([dir=rtl]) .ion-float-lg-end {
    float: left !important;
  }
}
@media (min-width: 1200px) {
  .ion-float-xl-left {
    float: left !important;
  }

  .ion-float-xl-right {
    float: right !important;
  }

  .ion-float-xl-start {
    float: left !important;
  }
  [dir=rtl] .ion-float-xl-start, :host-context([dir=rtl]) .ion-float-xl-start {
    float: right !important;
  }

  .ion-float-xl-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-xl-end, :host-context([dir=rtl]) .ion-float-xl-end {
    float: left !important;
  }
}
.ion-text-center {
  text-align: center !important;
}
.ion-text-justify {
  text-align: justify !important;
}
.ion-text-start {
  text-align: start !important;
}
.ion-text-end {
  text-align: end !important;
}
.ion-text-left {
  text-align: left !important;
}
.ion-text-right {
  text-align: right !important;
}
.ion-text-nowrap {
  white-space: nowrap !important;
}
.ion-text-wrap {
  white-space: normal !important;
}
@media (min-width: 576px) {
  .ion-text-sm-center {
    text-align: center !important;
  }

  .ion-text-sm-justify {
    text-align: justify !important;
  }

  .ion-text-sm-start {
    text-align: start !important;
  }

  .ion-text-sm-end {
    text-align: end !important;
  }

  .ion-text-sm-left {
    text-align: left !important;
  }

  .ion-text-sm-right {
    text-align: right !important;
  }

  .ion-text-sm-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-sm-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 768px) {
  .ion-text-md-center {
    text-align: center !important;
  }

  .ion-text-md-justify {
    text-align: justify !important;
  }

  .ion-text-md-start {
    text-align: start !important;
  }

  .ion-text-md-end {
    text-align: end !important;
  }

  .ion-text-md-left {
    text-align: left !important;
  }

  .ion-text-md-right {
    text-align: right !important;
  }

  .ion-text-md-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-md-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 992px) {
  .ion-text-lg-center {
    text-align: center !important;
  }

  .ion-text-lg-justify {
    text-align: justify !important;
  }

  .ion-text-lg-start {
    text-align: start !important;
  }

  .ion-text-lg-end {
    text-align: end !important;
  }

  .ion-text-lg-left {
    text-align: left !important;
  }

  .ion-text-lg-right {
    text-align: right !important;
  }

  .ion-text-lg-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-lg-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 1200px) {
  .ion-text-xl-center {
    text-align: center !important;
  }

  .ion-text-xl-justify {
    text-align: justify !important;
  }

  .ion-text-xl-start {
    text-align: start !important;
  }

  .ion-text-xl-end {
    text-align: end !important;
  }

  .ion-text-xl-left {
    text-align: left !important;
  }

  .ion-text-xl-right {
    text-align: right !important;
  }

  .ion-text-xl-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-xl-wrap {
    white-space: normal !important;
  }
}
.ion-text-uppercase {
  /* stylelint-disable-next-line declaration-no-important */
  text-transform: uppercase !important;
}
.ion-text-lowercase {
  /* stylelint-disable-next-line declaration-no-important */
  text-transform: lowercase !important;
}
.ion-text-capitalize {
  /* stylelint-disable-next-line declaration-no-important */
  text-transform: capitalize !important;
}
@media (min-width: 576px) {
  .ion-text-sm-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-sm-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-sm-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}
@media (min-width: 768px) {
  .ion-text-md-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-md-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-md-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}
@media (min-width: 992px) {
  .ion-text-lg-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-lg-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-lg-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}
@media (min-width: 1200px) {
  .ion-text-xl-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-xl-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-xl-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}
.ion-align-self-start {
  align-self: flex-start !important;
}
.ion-align-self-end {
  align-self: flex-end !important;
}
.ion-align-self-center {
  align-self: center !important;
}
.ion-align-self-stretch {
  align-self: stretch !important;
}
.ion-align-self-baseline {
  align-self: baseline !important;
}
.ion-align-self-auto {
  align-self: auto !important;
}
.ion-wrap {
  flex-wrap: wrap !important;
}
.ion-nowrap {
  flex-wrap: nowrap !important;
}
.ion-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.ion-justify-content-start {
  justify-content: flex-start !important;
}
.ion-justify-content-center {
  justify-content: center !important;
}
.ion-justify-content-end {
  justify-content: flex-end !important;
}
.ion-justify-content-around {
  justify-content: space-around !important;
}
.ion-justify-content-between {
  justify-content: space-between !important;
}
.ion-justify-content-evenly {
  justify-content: space-evenly !important;
}
.ion-align-items-start {
  align-items: flex-start !important;
}
.ion-align-items-center {
  align-items: center !important;
}
.ion-align-items-end {
  align-items: flex-end !important;
}
.ion-align-items-stretch {
  align-items: stretch !important;
}
.ion-align-items-baseline {
  align-items: baseline !important;
}
.spriteS {
    background-image: url(/assets/img/spritesheet-MobileS.png);
    background-repeat: no-repeat;
    display: block;
}
.spriteS-1000002_IMG {
    width: 88px;
    height: 63px;
    background-position: -1px -1px;
}
.spriteS-1000003_IMG {
    width: 88px;
    height: 63px;
    background-position: -91px -1px;
}
.spriteS-1000004_IMG {
    width: 88px;
    height: 63px;
    background-position: -181px -1px;
}
.spriteS-1000006_IMG {
    width: 88px;
    height: 63px;
    background-position: -271px -1px;
}
.spriteS-1000007_IMG {
    width: 88px;
    height: 63px;
    background-position: -361px -1px;
}
.spriteS-1000008_IMG {
    width: 88px;
    height: 63px;
    background-position: -451px -1px;
}
.spriteS-1000010_IMG {
    width: 88px;
    height: 63px;
    background-position: -541px -1px;
}
.spriteS-1000011_IMG {
    width: 88px;
    height: 63px;
    background-position: -631px -1px;
}
.spriteS-1000012_IMG {
    width: 88px;
    height: 63px;
    background-position: -721px -1px;
}
.spriteS-1000013_IMG {
    width: 88px;
    height: 63px;
    background-position: -811px -1px;
}
.spriteS-1000014_IMG {
    width: 88px;
    height: 63px;
    background-position: -901px -1px;
}
.spriteS-1000015_IMG {
    width: 88px;
    height: 63px;
    background-position: -1px -66px;
}
.spriteS-1000016_IMG {
    width: 88px;
    height: 63px;
    background-position: -91px -66px;
}
.spriteS-1000018_IMG {
    width: 88px;
    height: 63px;
    background-position: -181px -66px;
}
.spriteS-1000019_IMG {
    width: 88px;
    height: 63px;
    background-position: -271px -66px;
}
.spriteS-1000023_IMG {
    width: 88px;
    height: 63px;
    background-position: -361px -66px;
}
.spriteS-1000030_IMG {
    width: 88px;
    height: 63px;
    background-position: -451px -66px;
}
.spriteS-1000045_IMG {
    width: 89px;
    height: 64px;
    background-position: -541px -66px;
}
.spriteS-1000049_IMG {
    width: 88px;
    height: 63px;
    background-position: -632px -66px;
}
.spriteS-1000053_IMG {
    width: 89px;
    height: 64px;
    background-position: -722px -66px;
}
.spriteS-1000054_IMG {
    width: 89px;
    height: 64px;
    background-position: -813px -66px;
}
.spriteS-1100001_IMG {
    width: 88px;
    height: 63px;
    background-position: -904px -66px;
}
.spriteS-1100009_IMG {
    width: 89px;
    height: 64px;
    background-position: -1px -131px;
}
.spriteS-1100011_IMG {
    width: 88px;
    height: 63px;
    background-position: -92px -131px;
}
.spriteS-1100026_IMG {
    width: 88px;
    height: 63px;
    background-position: -182px -131px;
}
.spriteS-1100027_IMG {
    width: 88px;
    height: 63px;
    background-position: -272px -131px;
}
.spriteS-1100028_IMG {
    width: 88px;
    height: 63px;
    background-position: -362px -131px;
}
.spriteS-1100029_IMG {
    width: 88px;
    height: 63px;
    background-position: -632px -131px;
}
.spriteS-1400005_IMG {
    width: 88px;
    height: 63px;
    background-position: -904px -131px;
}
.spriteS-1400010_IMG {
    width: 88px;
    height: 63px;
    background-position: -92px -196px;
}
.spriteS-1400013_IMG {
    width: 89px;
    height: 64px;
    background-position: -182px -196px;
}
.spriteS-1500006_IMG {
    width: 88px;
    height: 63px;
    background-position: -273px -196px;
}
.spriteS-1500008_IMG {
    width: 88px;
    height: 63px;
    background-position: -363px -196px;
}
.spriteS-1500046_IMG {
    width: 89px;
    height: 64px;
    background-position: -453px -196px;
}
.spriteS-1500053_IMG {
    width: 88px;
    height: 63px;
    background-position: -544px -196px;
}
.spriteS-1510046_IMG {
    width: 88px;
    height: 63px;
    background-position: -634px -196px;
}
.spriteS-1700012_IMG {
    width: 88px;
    height: 63px;
    background-position: -724px -196px;
}
.spriteS-1700024_IMG {
    width: 88px;
    height: 63px;
    background-position: -814px -196px;
}
.spriteS-1700035_IMG {
    width: 88px;
    height: 63px;
    background-position: -904px -196px;
}
.spriteS-1700036_IMG {
    width: 88px;
    height: 63px;
    background-position: -1px -261px;
}
.spriteS-1800014_IMG {
    width: 88px;
    height: 63px;
    background-position: -91px -261px;
}
.spriteS-1800017_IMG {
    width: 88px;
    height: 63px;
    background-position: -273px -261px;
}
.spriteS-1800020_IMG {
    width: 89px;
    height: 64px;
    background-position: -544px -261px;
}
.spriteS-1800022_IMG {
    width: 88px;
    height: 63px;
    background-position: -363px -261px;
}
.spriteS-1800029_IMG {
    width: 88px;
    height: 63px;
    background-position: -635px -261px;
}
.spriteS-1800030_IMG {
    width: 88px;
    height: 63px;
    background-position: -725px -261px;
}
.spriteS-1800031_IMG {
    width: 88px;
    height: 63px;
    background-position: -815px -261px;
}
.spriteS-1800032_IMG {
    width: 89px;
    height: 64px;
    background-position: -905px -261px;
}
.spriteS-1800041_IMG {
    width: 88px;
    height: 63px;
    background-position: -1px -327px;
}
.spriteS-1800043_IMG {
    width: 88px;
    height: 63px;
    background-position: -91px -327px;
}
.spriteS-1800055_IMG {
    width: 89px;
    height: 64px;
    background-position: -181px -327px;
}
.spriteS-1800056_IMG {
    width: 89px;
    height: 64px;
    background-position: -272px -327px;
}
.spriteS-1800118_IMG {
    width: 88px;
    height: 63px;
    background-position: -363px -327px;
}
.spriteS-1800126_IMG {
    width: 88px;
    height: 63px;
    background-position: -453px -327px;
}
.spriteS-1800127_IMG {
    width: 88px;
    height: 63px;
    background-position: -543px -327px;
}
.spriteS-1800128_IMG {
    width: 88px;
    height: 63px;
    background-position: -633px -327px;
}
.spriteS-1900001_IMG {
    width: 88px;
    height: 63px;
    background-position: -723px -327px;
}
.spriteS-1900002_IMG {
    width: 88px;
    height: 63px;
    background-position: -813px -327px;
}
.spriteS-1900003_IMG {
    width: 88px;
    height: 63px;
    background-position: -903px -327px;
}
.spriteS-1900005_IMG {
    width: 88px;
    height: 63px;
    background-position: -1px -392px;
}
.spriteS-1900008_IMG {
    width: 88px;
    height: 63px;
    background-position: -91px -392px;
}
.spriteS-1900009_IMG {
    width: 89px;
    height: 64px;
    background-position: -363px -392px;
}
.spriteS-1900010_IMG {
    width: 89px;
    height: 64px;
    background-position: -454px -392px;
}
.spriteS-1900011_IMG {
    width: 88px;
    height: 63px;
    background-position: -545px -392px;
}
.spriteS-1900014_IMG {
    width: 88px;
    height: 63px;
    background-position: -635px -392px;
}
.spriteS-1900015_IMG {
    width: 89px;
    height: 64px;
    background-position: -725px -392px;
}
.spriteS-1900017_IMG {
    width: 88px;
    height: 63px;
    background-position: -816px -392px;
}
.spriteS-1900018_IMG {
    width: 89px;
    height: 64px;
    background-position: -906px -392px;
}
.spriteS-1900020_IMG {
    width: 89px;
    height: 64px;
    background-position: -1px -458px;
}
.spriteS-1900025_IMG {
    width: 89px;
    height: 64px;
    background-position: -92px -458px;
}
.spriteS-1900037_IMG {
    width: 88px;
    height: 63px;
    background-position: -183px -458px;
}
.spriteS-1900038_IMG {
    width: 88px;
    height: 63px;
    background-position: -273px -458px;
}
.spriteS-1900039_IMG {
    width: 88px;
    height: 63px;
    background-position: -363px -458px;
}
.spriteS-1900040_IMG {
    width: 88px;
    height: 63px;
    background-position: -453px -458px;
}
.spriteS-1900041_IMG {
    width: 89px;
    height: 64px;
    background-position: -543px -458px;
}
.spriteS-1900042_IMG {
    width: 89px;
    height: 64px;
    background-position: -634px -458px;
}
.spriteS-1900105_IMG {
    width: 89px;
    height: 64px;
    background-position: -725px -458px;
}
.spriteS-1900106_IMG {
    width: 89px;
    height: 64px;
    background-position: -816px -458px;
}
.spriteS-1900107_IMG {
    width: 89px;
    height: 64px;
    background-position: -907px -458px;
}
.spriteS-1900108_IMG {
    width: 89px;
    height: 64px;
    background-position: -1px -524px;
}
.spriteS-1900109_IMG {
    width: 89px;
    height: 64px;
    background-position: -92px -524px;
}
.spriteS-1900110_IMG {
    width: 89px;
    height: 64px;
    background-position: -183px -524px;
}
.spriteS-1900118_IMG {
    width: 88px;
    height: 63px;
    background-position: -274px -524px;
}
.spriteS-1900119_IMG {
    width: 88px;
    height: 63px;
    background-position: -364px -524px;
}
.spriteS-1900125_IMG {
    width: 88px;
    height: 63px;
    background-position: -454px -524px;
}
.spriteS-1900128_IMG {
    width: 88px;
    height: 63px;
    background-position: -544px -524px;
}
.spriteS-1900138_IMG {
    width: 88px;
    height: 63px;
    background-position: -634px -524px;
}
.spriteS-1900139_IMG {
    width: 89px;
    height: 64px;
    background-position: -724px -524px;
}
.spriteS-2000001_IMG {
    width: 88px;
    height: 63px;
    background-position: -815px -524px;
}
.spriteS-2000002_IMG {
    width: 88px;
    height: 63px;
    background-position: -905px -524px;
}
.spriteS-2000004_IMG {
    width: 88px;
    height: 63px;
    background-position: -274px -589px;
}
.spriteS-2000008_IMG {
    width: 88px;
    height: 63px;
    background-position: -364px -589px;
}
.spriteS-2000009_IMG {
    width: 88px;
    height: 63px;
    background-position: -454px -589px;
}
.spriteS-2000011_IMG {
    width: 89px;
    height: 64px;
    background-position: -544px -589px;
}
.spriteS-2000014_IMG {
    width: 89px;
    height: 64px;
    background-position: -815px -589px;
}
.spriteS-2000017_IMG {
    width: 88px;
    height: 63px;
    background-position: -906px -589px;
}
.spriteS-2000018_IMG {
    width: 88px;
    height: 63px;
    background-position: -1px -654px;
}
.spriteS-2000019_IMG {
    width: 88px;
    height: 63px;
    background-position: -91px -654px;
}
.spriteS-2000020_IMG {
    width: 88px;
    height: 63px;
    background-position: -181px -654px;
}
.spriteS-2000039_IMG {
    width: 88px;
    height: 63px;
    background-position: -271px -654px;
}
.spriteS-2000041_IMG {
    width: 88px;
    height: 63px;
    background-position: -361px -654px;
}
.spriteS-2000042_IMG {
    width: 88px;
    height: 63px;
    background-position: -451px -654px;
}
.spriteS-2000044_IMG {
    width: 88px;
    height: 63px;
    background-position: -635px -654px;
}
.spriteS-2000045_IMG {
    width: 88px;
    height: 63px;
    background-position: -725px -654px;
}
.spriteS-2000046_IMG {
    width: 88px;
    height: 63px;
    background-position: -906px -654px;
}
.spriteS-2000049_IMG {
    width: 89px;
    height: 64px;
    background-position: -1px -719px;
}
.spriteS-2000066_IMG {
    width: 88px;
    height: 63px;
    background-position: -92px -719px;
}
.spriteS-2000086_IMG {
    width: 88px;
    height: 63px;
    background-position: -182px -719px;
}
.spriteS-2000088_IMG {
    width: 88px;
    height: 63px;
    background-position: -272px -719px;
}
.spriteS-2000092_IMG {
    width: 88px;
    height: 63px;
    background-position: -362px -719px;
}
.spriteS-2000093_IMG {
    width: 88px;
    height: 63px;
    background-position: -452px -719px;
}
.spriteS-2000094_IMG {
    width: 88px;
    height: 63px;
    background-position: -542px -719px;
}
.spriteS-2000099_IMG {
    width: 88px;
    height: 63px;
    background-position: -632px -719px;
}
.spriteS-2000100_IMG {
    width: 88px;
    height: 63px;
    background-position: -722px -719px;
}
.spriteS-2000107_IMG {
    width: 88px;
    height: 63px;
    background-position: -812px -719px;
}
.spriteS-2000109_IMG {
    width: 88px;
    height: 63px;
    background-position: -902px -719px;
}
.spriteS-2000131_IMG {
    width: 88px;
    height: 63px;
    background-position: -92px -784px;
}
.spriteS-2000132_IMG {
    width: 89px;
    height: 64px;
    background-position: -182px -784px;
}
.spriteS-2000137_IMG {
    width: 88px;
    height: 63px;
    background-position: -273px -784px;
}
.spriteS-2000139_IMG {
    width: 88px;
    height: 63px;
    background-position: -363px -784px;
}
.spriteS-2100053_IMG {
    width: 88px;
    height: 63px;
    background-position: -453px -784px;
}
.spriteS-2100065_IMG {
    width: 88px;
    height: 63px;
    background-position: -543px -784px;
}
.spriteS-2100081_IMG {
    width: 88px;
    height: 63px;
    background-position: -633px -784px;
}
.spriteS-2100083_IMG {
    width: 88px;
    height: 63px;
    background-position: -723px -784px;
}
.spriteS-2200014_IMG {
    width: 88px;
    height: 63px;
    background-position: -813px -784px;
}
.spriteS-2400007_IMG {
    width: 88px;
    height: 63px;
    background-position: -903px -784px;
}
.spriteS-2400008_IMG {
    width: 88px;
    height: 63px;
    background-position: -1px -849px;
}
.spriteS-2500010_IMG {
    width: 88px;
    height: 63px;
    background-position: -91px -849px;
}
.spriteS-2500011_IMG {
    width: 88px;
    height: 63px;
    background-position: -273px -849px;
}
.spriteS-2500012_IMG {
    width: 88px;
    height: 63px;
    background-position: -363px -849px;
}
.spriteS-2500014_IMG {
    width: 88px;
    height: 63px;
    background-position: -453px -849px;
}
.spriteS-2500015_IMG {
    width: 89px;
    height: 64px;
    background-position: -543px -849px;
}
.spriteS-2500029_IMG {
    width: 89px;
    height: 64px;
    background-position: -634px -849px;
}
.spriteS-2500041_IMG {
    width: 88px;
    height: 63px;
    background-position: -725px -849px;
}
.spriteS-2500075_IMG {
    width: 89px;
    height: 64px;
    background-position: -815px -849px;
}
.spriteS-2600001_IMG {
    width: 88px;
    height: 63px;
    background-position: -906px -849px;
}
.spriteS-2600002_IMG {
    width: 88px;
    height: 63px;
    background-position: -1px -914px;
}
.spriteS-2600013_IMG {
    width: 88px;
    height: 63px;
    background-position: -91px -914px;
}
.spriteS-2600040_IMG {
    width: 88px;
    height: 63px;
    background-position: -181px -914px;
}
.spriteS-2600041_IMG {
    width: 88px;
    height: 63px;
    background-position: -271px -914px;
}
.spriteS-2600078_IMG {
    width: 88px;
    height: 63px;
    background-position: -361px -914px;
}
.spriteS-2700043_IMG {
    width: 88px;
    height: 63px;
    background-position: -451px -914px;
}
.spriteS-2800009_IMG {
    width: 88px;
    height: 63px;
    background-position: -725px -914px;
}
.spriteS-2800056_IMG {
    width: 88px;
    height: 63px;
    background-position: -906px -914px;
}
.spriteS-2800087_IMG {
    width: 88px;
    height: 63px;
    background-position: -991px -1px;
}
.spriteS-2800101_IMG {
    width: 88px;
    height: 63px;
    background-position: -994px -66px;
}
.spriteS-2800135_IMG {
    width: 88px;
    height: 63px;
    background-position: -994px -131px;
}
.spriteS-2800333_IMG {
    width: 88px;
    height: 63px;
    background-position: -994px -196px;
}
.spriteS-2800334_IMG {
    width: 88px;
    height: 63px;
    background-position: -996px -261px;
}
.spriteS-2800341_IMG {
    width: 88px;
    height: 63px;
    background-position: -996px -326px;
}
.spriteS-2800342_IMG {
    width: 88px;
    height: 63px;
    background-position: -997px -391px;
}
.spriteS-2800344_IMG {
    width: 88px;
    height: 63px;
    background-position: -998px -456px;
}
.spriteS-2800349_IMG {
    width: 89px;
    height: 64px;
    background-position: -998px -521px;
}
.spriteS-2900001_IMG {
    width: 88px;
    height: 63px;
    background-position: -996px -587px;
}
.spriteS-2900003_IMG {
    width: 89px;
    height: 64px;
    background-position: -996px -652px;
}
.spriteS-2900006_IMG {
    width: 89px;
    height: 64px;
    background-position: -996px -718px;
}
.spriteS-2900041_IMG {
    width: 89px;
    height: 64px;
    background-position: -996px -784px;
}
.spriteS-2900055_IMG {
    width: 89px;
    height: 64px;
    background-position: -996px -850px;
}
.spriteS-3100016_IMG {
    width: 88px;
    height: 63px;
    background-position: -541px -916px;
}
.spriteS-3100017_IMG {
    width: 89px;
    height: 64px;
    background-position: -631px -916px;
}
.spriteS-3100019_IMG {
    width: 89px;
    height: 64px;
    background-position: -815px -916px;
}
.spriteS-3100020_IMG {
    width: 89px;
    height: 64px;
    background-position: -996px -916px;
}
.spriteS-3100021_IMG {
    width: 89px;
    height: 64px;
    background-position: -1px -982px;
}
.spriteS-3100023_IMG {
    width: 89px;
    height: 64px;
    background-position: -92px -982px;
}
.spriteS-3200001_IMG {
    width: 88px;
    height: 63px;
    background-position: -183px -982px;
}
.spriteS-3200020_IMG {
    width: 88px;
    height: 63px;
    background-position: -273px -982px;
}
.spriteS-3200022_IMG {
    width: 88px;
    height: 63px;
    background-position: -363px -982px;
}
.spriteS-3200023_IMG {
    width: 88px;
    height: 63px;
    background-position: -453px -982px;
}
.spriteS-3200049_IMG {
    width: 88px;
    height: 63px;
    background-position: -543px -982px;
}
.spriteS-3200053_IMG {
    width: 89px;
    height: 64px;
    background-position: -633px -982px;
}
.spriteS-3200061_IMG {
    width: 88px;
    height: 63px;
    background-position: -724px -982px;
}
.spriteS-3250051_IMG {
    width: 88px;
    height: 63px;
    background-position: -814px -982px;
}
.spriteM {
    background-image: url(/assets/img/spritesheet-MobileM.png);
    background-repeat: no-repeat;
    display: block;
}
.spriteM-1000002_IMG {
    width: 161px;
    height: 116px;
    background-position: -1px -1px;
}
.spriteM-1000003_IMG {
    width: 161px;
    height: 116px;
    background-position: -164px -1px;
}
.spriteM-1000004_IMG {
    width: 161px;
    height: 116px;
    background-position: -327px -1px;
}
.spriteM-1000006_IMG {
    width: 161px;
    height: 116px;
    background-position: -490px -1px;
}
.spriteM-1000007_IMG {
    width: 161px;
    height: 116px;
    background-position: -653px -1px;
}
.spriteM-1000008_IMG {
    width: 161px;
    height: 116px;
    background-position: -816px -1px;
}
.spriteM-1000010_IMG {
    width: 161px;
    height: 116px;
    background-position: -979px -1px;
}
.spriteM-1000011_IMG {
    width: 161px;
    height: 116px;
    background-position: -1142px -1px;
}
.spriteM-1000012_IMG {
    width: 161px;
    height: 116px;
    background-position: -1305px -1px;
}
.spriteM-1000013_IMG {
    width: 161px;
    height: 116px;
    background-position: -1468px -1px;
}
.spriteM-1000014_IMG {
    width: 161px;
    height: 116px;
    background-position: -1631px -1px;
}
.spriteM-1000015_IMG {
    width: 161px;
    height: 116px;
    background-position: -1px -119px;
}
.spriteM-1000016_IMG {
    width: 161px;
    height: 116px;
    background-position: -164px -119px;
}
.spriteM-1000018_IMG {
    width: 161px;
    height: 116px;
    background-position: -327px -119px;
}
.spriteM-1000019_IMG {
    width: 161px;
    height: 116px;
    background-position: -490px -119px;
}
.spriteM-1000023_IMG {
    width: 161px;
    height: 116px;
    background-position: -653px -119px;
}
.spriteM-1000030_IMG {
    width: 161px;
    height: 116px;
    background-position: -816px -119px;
}
.spriteM-1000045_IMG {
    width: 162px;
    height: 117px;
    background-position: -979px -119px;
}
.spriteM-1000049_IMG {
    width: 161px;
    height: 116px;
    background-position: -1143px -119px;
}
.spriteM-1000053_IMG {
    width: 162px;
    height: 117px;
    background-position: -1306px -119px;
}
.spriteM-1000054_IMG {
    width: 162px;
    height: 117px;
    background-position: -1470px -119px;
}
.spriteM-1100001_IMG {
    width: 161px;
    height: 116px;
    background-position: -1634px -119px;
}
.spriteM-1100009_IMG {
    width: 162px;
    height: 117px;
    background-position: -1px -237px;
}
.spriteM-1100011_IMG {
    width: 161px;
    height: 116px;
    background-position: -165px -237px;
}
.spriteM-1100026_IMG {
    width: 161px;
    height: 116px;
    background-position: -328px -237px;
}
.spriteM-1100027_IMG {
    width: 161px;
    height: 116px;
    background-position: -491px -237px;
}
.spriteM-1100028_IMG {
    width: 161px;
    height: 116px;
    background-position: -654px -237px;
}
.spriteM-1100029_IMG {
    width: 161px;
    height: 116px;
    background-position: -1143px -237px;
}
.spriteM-1400005_IMG {
    width: 161px;
    height: 116px;
    background-position: -1634px -237px;
}
.spriteM-1400010_IMG {
    width: 161px;
    height: 116px;
    background-position: -165px -355px;
}
.spriteM-1400013_IMG {
    width: 162px;
    height: 117px;
    background-position: -328px -355px;
}
.spriteM-1500006_IMG {
    width: 161px;
    height: 116px;
    background-position: -492px -355px;
}
.spriteM-1500008_IMG {
    width: 161px;
    height: 116px;
    background-position: -655px -355px;
}
.spriteM-1500046_IMG {
    width: 162px;
    height: 117px;
    background-position: -818px -355px;
}
.spriteM-1500053_IMG {
    width: 161px;
    height: 116px;
    background-position: -982px -355px;
}
.spriteM-1510046_IMG {
    width: 161px;
    height: 116px;
    background-position: -1145px -355px;
}
.spriteM-1700012_IMG {
    width: 161px;
    height: 116px;
    background-position: -1308px -355px;
}
.spriteM-1700024_IMG {
    width: 161px;
    height: 116px;
    background-position: -1471px -355px;
}
.spriteM-1700035_IMG {
    width: 161px;
    height: 116px;
    background-position: -1634px -355px;
}
.spriteM-1700036_IMG {
    width: 161px;
    height: 116px;
    background-position: -1px -473px;
}
.spriteM-1800014_IMG {
    width: 161px;
    height: 116px;
    background-position: -164px -473px;
}
.spriteM-1800017_IMG {
    width: 161px;
    height: 116px;
    background-position: -492px -473px;
}
.spriteM-1800020_IMG {
    width: 162px;
    height: 117px;
    background-position: -982px -473px;
}
.spriteM-1800022_IMG {
    width: 161px;
    height: 116px;
    background-position: -655px -473px;
}
.spriteM-1800029_IMG {
    width: 161px;
    height: 116px;
    background-position: -1146px -473px;
}
.spriteM-1800030_IMG {
    width: 161px;
    height: 116px;
    background-position: -1309px -473px;
}
.spriteM-1800031_IMG {
    width: 161px;
    height: 116px;
    background-position: -1472px -473px;
}
.spriteM-1800032_IMG {
    width: 162px;
    height: 117px;
    background-position: -1635px -473px;
}
.spriteM-1800041_IMG {
    width: 161px;
    height: 116px;
    background-position: -1px -592px;
}
.spriteM-1800043_IMG {
    width: 161px;
    height: 116px;
    background-position: -164px -592px;
}
.spriteM-1800055_IMG {
    width: 162px;
    height: 117px;
    background-position: -327px -592px;
}
.spriteM-1800056_IMG {
    width: 162px;
    height: 117px;
    background-position: -491px -592px;
}
.spriteM-1800118_IMG {
    width: 161px;
    height: 116px;
    background-position: -655px -592px;
}
.spriteM-1800126_IMG {
    width: 161px;
    height: 116px;
    background-position: -818px -592px;
}
.spriteM-1800127_IMG {
    width: 161px;
    height: 116px;
    background-position: -981px -592px;
}
.spriteM-1800128_IMG {
    width: 161px;
    height: 116px;
    background-position: -1144px -592px;
}
.spriteM-1900001_IMG {
    width: 161px;
    height: 116px;
    background-position: -1307px -592px;
}
.spriteM-1900002_IMG {
    width: 161px;
    height: 116px;
    background-position: -1470px -592px;
}
.spriteM-1900003_IMG {
    width: 161px;
    height: 116px;
    background-position: -1633px -592px;
}
.spriteM-1900005_IMG {
    width: 161px;
    height: 116px;
    background-position: -1px -710px;
}
.spriteM-1900008_IMG {
    width: 161px;
    height: 116px;
    background-position: -164px -710px;
}
.spriteM-1900009_IMG {
    width: 162px;
    height: 117px;
    background-position: -655px -710px;
}
.spriteM-1900010_IMG {
    width: 162px;
    height: 117px;
    background-position: -819px -710px;
}
.spriteM-1900011_IMG {
    width: 161px;
    height: 116px;
    background-position: -983px -710px;
}
.spriteM-1900014_IMG {
    width: 161px;
    height: 116px;
    background-position: -1146px -710px;
}
.spriteM-1900015_IMG {
    width: 162px;
    height: 117px;
    background-position: -1309px -710px;
}
.spriteM-1900017_IMG {
    width: 161px;
    height: 116px;
    background-position: -1473px -710px;
}
.spriteM-1900018_IMG {
    width: 162px;
    height: 117px;
    background-position: -1636px -710px;
}
.spriteM-1900020_IMG {
    width: 162px;
    height: 117px;
    background-position: -1px -829px;
}
.spriteM-1900025_IMG {
    width: 162px;
    height: 117px;
    background-position: -165px -829px;
}
.spriteM-1900037_IMG {
    width: 161px;
    height: 116px;
    background-position: -329px -829px;
}
.spriteM-1900038_IMG {
    width: 161px;
    height: 116px;
    background-position: -492px -829px;
}
.spriteM-1900039_IMG {
    width: 161px;
    height: 116px;
    background-position: -655px -829px;
}
.spriteM-1900040_IMG {
    width: 161px;
    height: 116px;
    background-position: -818px -829px;
}
.spriteM-1900041_IMG {
    width: 162px;
    height: 117px;
    background-position: -981px -829px;
}
.spriteM-1900042_IMG {
    width: 162px;
    height: 117px;
    background-position: -1145px -829px;
}
.spriteM-1900105_IMG {
    width: 162px;
    height: 117px;
    background-position: -1309px -829px;
}
.spriteM-1900106_IMG {
    width: 162px;
    height: 117px;
    background-position: -1473px -829px;
}
.spriteM-1900107_IMG {
    width: 162px;
    height: 117px;
    background-position: -1637px -829px;
}
.spriteM-1900108_IMG {
    width: 162px;
    height: 117px;
    background-position: -1px -948px;
}
.spriteM-1900109_IMG {
    width: 162px;
    height: 117px;
    background-position: -165px -948px;
}
.spriteM-1900110_IMG {
    width: 162px;
    height: 117px;
    background-position: -329px -948px;
}
.spriteM-1900118_IMG {
    width: 161px;
    height: 116px;
    background-position: -493px -948px;
}
.spriteM-1900119_IMG {
    width: 161px;
    height: 116px;
    background-position: -656px -948px;
}
.spriteM-1900125_IMG {
    width: 161px;
    height: 116px;
    background-position: -819px -948px;
}
.spriteM-1900128_IMG {
    width: 161px;
    height: 116px;
    background-position: -982px -948px;
}
.spriteM-1900138_IMG {
    width: 161px;
    height: 116px;
    background-position: -1145px -948px;
}
.spriteM-1900139_IMG {
    width: 162px;
    height: 117px;
    background-position: -1308px -948px;
}
.spriteM-2000001_IMG {
    width: 161px;
    height: 116px;
    background-position: -1472px -948px;
}
.spriteM-2000002_IMG {
    width: 161px;
    height: 116px;
    background-position: -1635px -948px;
}
.spriteM-2000004_IMG {
    width: 161px;
    height: 116px;
    background-position: -493px -1066px;
}
.spriteM-2000008_IMG {
    width: 161px;
    height: 116px;
    background-position: -656px -1066px;
}
.spriteM-2000009_IMG {
    width: 161px;
    height: 116px;
    background-position: -819px -1066px;
}
.spriteM-2000011_IMG {
    width: 162px;
    height: 117px;
    background-position: -982px -1066px;
}
.spriteM-2000014_IMG {
    width: 162px;
    height: 117px;
    background-position: -1472px -1066px;
}
.spriteM-2000017_IMG {
    width: 161px;
    height: 116px;
    background-position: -1636px -1066px;
}
.spriteM-2000018_IMG {
    width: 161px;
    height: 116px;
    background-position: -1px -1184px;
}
.spriteM-2000019_IMG {
    width: 161px;
    height: 116px;
    background-position: -164px -1184px;
}
.spriteM-2000020_IMG {
    width: 161px;
    height: 116px;
    background-position: -327px -1184px;
}
.spriteM-2000039_IMG {
    width: 161px;
    height: 116px;
    background-position: -490px -1184px;
}
.spriteM-2000041_IMG {
    width: 161px;
    height: 116px;
    background-position: -653px -1184px;
}
.spriteM-2000042_IMG {
    width: 161px;
    height: 116px;
    background-position: -816px -1184px;
}
.spriteM-2000044_IMG {
    width: 161px;
    height: 116px;
    background-position: -1146px -1184px;
}
.spriteM-2000045_IMG {
    width: 161px;
    height: 116px;
    background-position: -1309px -1184px;
}
.spriteM-2000046_IMG {
    width: 161px;
    height: 116px;
    background-position: -1636px -1184px;
}
.spriteM-2000049_IMG {
    width: 162px;
    height: 117px;
    background-position: -1px -1302px;
}
.spriteM-2000066_IMG {
    width: 161px;
    height: 116px;
    background-position: -165px -1302px;
}
.spriteM-2000086_IMG {
    width: 161px;
    height: 116px;
    background-position: -328px -1302px;
}
.spriteM-2000088_IMG {
    width: 161px;
    height: 116px;
    background-position: -491px -1302px;
}
.spriteM-2000092_IMG {
    width: 161px;
    height: 116px;
    background-position: -654px -1302px;
}
.spriteM-2000093_IMG {
    width: 161px;
    height: 116px;
    background-position: -817px -1302px;
}
.spriteM-2000094_IMG {
    width: 161px;
    height: 116px;
    background-position: -980px -1302px;
}
.spriteM-2000099_IMG {
    width: 161px;
    height: 116px;
    background-position: -1143px -1302px;
}
.spriteM-2000100_IMG {
    width: 161px;
    height: 116px;
    background-position: -1306px -1302px;
}
.spriteM-2000107_IMG {
    width: 161px;
    height: 116px;
    background-position: -1469px -1302px;
}
.spriteM-2000109_IMG {
    width: 161px;
    height: 116px;
    background-position: -1632px -1302px;
}
.spriteM-2000131_IMG {
    width: 161px;
    height: 116px;
    background-position: -165px -1420px;
}
.spriteM-2000132_IMG {
    width: 162px;
    height: 117px;
    background-position: -328px -1420px;
}
.spriteM-2000137_IMG {
    width: 161px;
    height: 116px;
    background-position: -492px -1420px;
}
.spriteM-2000139_IMG {
    width: 161px;
    height: 116px;
    background-position: -655px -1420px;
}
.spriteM-2100053_IMG {
    width: 161px;
    height: 116px;
    background-position: -818px -1420px;
}
.spriteM-2100065_IMG {
    width: 161px;
    height: 116px;
    background-position: -981px -1420px;
}
.spriteM-2100081_IMG {
    width: 161px;
    height: 116px;
    background-position: -1144px -1420px;
}
.spriteM-2100083_IMG {
    width: 161px;
    height: 116px;
    background-position: -1307px -1420px;
}
.spriteM-2200014_IMG {
    width: 161px;
    height: 116px;
    background-position: -1470px -1420px;
}
.spriteM-2400008_IMG {
    width: 161px;
    height: 116px;
    background-position: -1633px -1420px;
}
.spriteM-2500010_IMG {
    width: 161px;
    height: 116px;
    background-position: -1px -1538px;
}
.spriteM-2500011_IMG {
    width: 161px;
    height: 116px;
    background-position: -164px -1538px;
}
.spriteM-2500012_IMG {
    width: 161px;
    height: 116px;
    background-position: -492px -1538px;
}
.spriteM-2500014_IMG {
    width: 161px;
    height: 116px;
    background-position: -655px -1538px;
}
.spriteM-2500015_IMG {
    width: 162px;
    height: 117px;
    background-position: -818px -1538px;
}
.spriteM-2500029_IMG {
    width: 161px;
    height: 116px;
    background-position: -982px -1538px;
}
.spriteM-2500041_IMG {
    width: 161px;
    height: 116px;
    background-position: -1145px -1538px;
}
.spriteM-2500075_IMG {
    width: 162px;
    height: 117px;
    background-position: -1308px -1538px;
}
.spriteM-2600001_IMG {
    width: 161px;
    height: 116px;
    background-position: -1472px -1538px;
}
.spriteM-2600002_IMG {
    width: 161px;
    height: 116px;
    background-position: -1635px -1538px;
}
.spriteM-2600013_IMG {
    width: 161px;
    height: 116px;
    background-position: -1px -1656px;
}
.spriteM-2600040_IMG {
    width: 161px;
    height: 116px;
    background-position: -164px -1656px;
}
.spriteM-2600041_IMG {
    width: 161px;
    height: 116px;
    background-position: -327px -1656px;
}
.spriteM-2600078_IMG {
    width: 161px;
    height: 116px;
    background-position: -490px -1656px;
}
.spriteM-2700043_IMG {
    width: 161px;
    height: 116px;
    background-position: -653px -1656px;
}
.spriteM-2800009_IMG {
    width: 161px;
    height: 116px;
    background-position: -982px -1656px;
}
.spriteM-2800056_IMG {
    width: 161px;
    height: 116px;
    background-position: -1145px -1656px;
}
.spriteM-2800087_IMG {
    width: 161px;
    height: 116px;
    background-position: -1472px -1656px;
}
.spriteM-2800101_IMG {
    width: 161px;
    height: 116px;
    background-position: -1635px -1656px;
}
.spriteM-2800135_IMG {
    width: 161px;
    height: 116px;
    background-position: -1794px -1px;
}
.spriteM-2800333_IMG {
    width: 161px;
    height: 116px;
    background-position: -1797px -119px;
}
.spriteM-2800334_IMG {
    width: 161px;
    height: 116px;
    background-position: -1797px -237px;
}
.spriteM-2800341_IMG {
    width: 161px;
    height: 116px;
    background-position: -1797px -355px;
}
.spriteM-2800342_IMG {
    width: 161px;
    height: 116px;
    background-position: -1799px -473px;
}
.spriteM-2800344_IMG {
    width: 161px;
    height: 116px;
    background-position: -1799px -591px;
}
.spriteM-2800349_IMG {
    width: 162px;
    height: 117px;
    background-position: -1800px -709px;
}
.spriteM-2900001_IMG {
    width: 161px;
    height: 116px;
    background-position: -1801px -828px;
}
.spriteM-2900003_IMG {
    width: 162px;
    height: 117px;
    background-position: -1801px -946px;
}
.spriteM-2900006_IMG {
    width: 162px;
    height: 117px;
    background-position: -1799px -1065px;
}
.spriteM-2900041_IMG {
    width: 162px;
    height: 117px;
    background-position: -1799px -1184px;
}
.spriteM-2900055_IMG {
    width: 162px;
    height: 117px;
    background-position: -1796px -1303px;
}
.spriteM-3100016_IMG {
    width: 161px;
    height: 116px;
    background-position: -1798px -1422px;
}
.spriteM-3100017_IMG {
    width: 162px;
    height: 117px;
    background-position: -1798px -1540px;
}
.spriteM-3100019_IMG {
    width: 162px;
    height: 117px;
    background-position: -816px -1659px;
}
.spriteM-3100020_IMG {
    width: 162px;
    height: 117px;
    background-position: -1308px -1659px;
}
.spriteM-3100021_IMG {
    width: 162px;
    height: 117px;
    background-position: -1798px -1659px;
}
.spriteM-3100023_IMG {
    width: 162px;
    height: 117px;
    background-position: -1px -1778px;
}
.spriteM-3200001_IMG {
    width: 161px;
    height: 116px;
    background-position: -165px -1778px;
}
.spriteM-3200020_IMG {
    width: 161px;
    height: 116px;
    background-position: -328px -1778px;
}
.spriteM-3200022_IMG {
    width: 161px;
    height: 116px;
    background-position: -491px -1778px;
}
.spriteM-3200023_IMG {
    width: 161px;
    height: 116px;
    background-position: -654px -1778px;
}
.spriteM-3200049_IMG {
    width: 161px;
    height: 116px;
    background-position: -817px -1778px;
}
.spriteM-3200053_IMG {
    width: 162px;
    height: 117px;
    background-position: -980px -1778px;
}
.spriteM-3200061_IMG {
    width: 161px;
    height: 116px;
    background-position: -1144px -1778px;
}
.spriteM-3250051_IMG {
    width: 161px;
    height: 116px;
    background-position: -1307px -1778px;
}
.spriteL {
    background-image: url(/assets/img/spritesheet-MobileL.png);
    background-repeat: no-repeat;
    display: block;
}
.spriteL-1000002_IMG {
    width: 250px;
    height: 180px;
    background-position: -1px -1px;
}
.spriteL-1000003_IMG {
    width: 250px;
    height: 180px;
    background-position: -253px -1px;
}
.spriteL-1000004_IMG {
    width: 250px;
    height: 180px;
    background-position: -505px -1px;
}
.spriteL-1000006_IMG {
    width: 250px;
    height: 180px;
    background-position: -757px -1px;
}
.spriteL-1000007_IMG {
    width: 250px;
    height: 180px;
    background-position: -1009px -1px;
}
.spriteL-1000008_IMG {
    width: 250px;
    height: 180px;
    background-position: -1261px -1px;
}
.spriteL-1000010_IMG {
    width: 250px;
    height: 180px;
    background-position: -1513px -1px;
}
.spriteL-1000011_IMG {
    width: 250px;
    height: 180px;
    background-position: -1765px -1px;
}
.spriteL-1000012_IMG {
    width: 250px;
    height: 180px;
    background-position: -2017px -1px;
}
.spriteL-1000013_IMG {
    width: 250px;
    height: 180px;
    background-position: -2269px -1px;
}
.spriteL-1000014_IMG {
    width: 250px;
    height: 180px;
    background-position: -2521px -1px;
}
.spriteL-1000015_IMG {
    width: 250px;
    height: 180px;
    background-position: -1px -183px;
}
.spriteL-1000016_IMG {
    width: 250px;
    height: 180px;
    background-position: -253px -183px;
}
.spriteL-1000018_IMG {
    width: 250px;
    height: 180px;
    background-position: -505px -183px;
}
.spriteL-1000019_IMG {
    width: 250px;
    height: 180px;
    background-position: -757px -183px;
}
.spriteL-1000023_IMG {
    width: 250px;
    height: 180px;
    background-position: -1009px -183px;
}
.spriteL-1000030_IMG {
    width: 250px;
    height: 180px;
    background-position: -1261px -183px;
}
.spriteL-1000045_IMG {
    width: 251px;
    height: 181px;
    background-position: -1513px -183px;
}
.spriteL-1000049_IMG {
    width: 250px;
    height: 180px;
    background-position: -1766px -183px;
}
.spriteL-1000053_IMG {
    width: 251px;
    height: 181px;
    background-position: -2018px -183px;
}
.spriteL-1000054_IMG {
    width: 251px;
    height: 181px;
    background-position: -2271px -183px;
}
.spriteL-1100001_IMG {
    width: 250px;
    height: 180px;
    background-position: -2524px -183px;
}
.spriteL-1100009_IMG {
    width: 251px;
    height: 181px;
    background-position: -1px -365px;
}
.spriteL-1100011_IMG {
    width: 250px;
    height: 180px;
    background-position: -254px -365px;
}
.spriteL-1100026_IMG {
    width: 250px;
    height: 180px;
    background-position: -506px -365px;
}
.spriteL-1100027_IMG {
    width: 250px;
    height: 180px;
    background-position: -758px -365px;
}
.spriteL-1100028_IMG {
    width: 250px;
    height: 180px;
    background-position: -1010px -365px;
}
.spriteL-1100029_IMG {
    width: 250px;
    height: 180px;
    background-position: -1766px -365px;
}
.spriteL-1400005_IMG {
    width: 250px;
    height: 180px;
    background-position: -2524px -365px;
}
.spriteL-1400010_IMG {
    width: 250px;
    height: 180px;
    background-position: -254px -547px;
}
.spriteL-1400013_IMG {
    width: 251px;
    height: 181px;
    background-position: -506px -547px;
}
.spriteL-1500006_IMG {
    width: 250px;
    height: 180px;
    background-position: -759px -547px;
}
.spriteL-1500008_IMG {
    width: 250px;
    height: 180px;
    background-position: -1011px -547px;
}
.spriteL-1500046_IMG {
    width: 251px;
    height: 181px;
    background-position: -1263px -547px;
}
.spriteL-1500053_IMG {
    width: 250px;
    height: 180px;
    background-position: -1516px -547px;
}
.spriteL-1510046_IMG {
    width: 250px;
    height: 180px;
    background-position: -1768px -547px;
}
.spriteL-1700012_IMG {
    width: 250px;
    height: 180px;
    background-position: -2020px -547px;
}
.spriteL-1700024_IMG {
    width: 250px;
    height: 180px;
    background-position: -2272px -547px;
}
.spriteL-1700035_IMG {
    width: 250px;
    height: 180px;
    background-position: -2524px -547px;
}
.spriteL-1700036_IMG {
    width: 250px;
    height: 180px;
    background-position: -1px -729px;
}
.spriteL-1800014_IMG {
    width: 250px;
    height: 180px;
    background-position: -253px -729px;
}
.spriteL-1800017_IMG {
    width: 250px;
    height: 180px;
    background-position: -759px -729px;
}
.spriteL-1800020_IMG {
    width: 251px;
    height: 181px;
    background-position: -1516px -729px;
}
.spriteL-1800022_IMG {
    width: 250px;
    height: 180px;
    background-position: -1011px -729px;
}
.spriteL-1800029_IMG {
    width: 250px;
    height: 180px;
    background-position: -1769px -729px;
}
.spriteL-1800030_IMG {
    width: 250px;
    height: 180px;
    background-position: -2021px -729px;
}
.spriteL-1800031_IMG {
    width: 250px;
    height: 180px;
    background-position: -2273px -729px;
}
.spriteL-1800032_IMG {
    width: 251px;
    height: 181px;
    background-position: -2525px -729px;
}
.spriteL-1800041_IMG {
    width: 250px;
    height: 180px;
    background-position: -1px -912px;
}
.spriteL-1800043_IMG {
    width: 250px;
    height: 180px;
    background-position: -253px -912px;
}
.spriteL-1800055_IMG {
    width: 251px;
    height: 181px;
    background-position: -505px -912px;
}
.spriteL-1800056_IMG {
    width: 251px;
    height: 181px;
    background-position: -758px -912px;
}
.spriteL-1800118_IMG {
    width: 250px;
    height: 180px;
    background-position: -1011px -912px;
}
.spriteL-1800126_IMG {
    width: 250px;
    height: 180px;
    background-position: -1263px -912px;
}
.spriteL-1800127_IMG {
    width: 250px;
    height: 180px;
    background-position: -1515px -912px;
}
.spriteL-1800128_IMG {
    width: 250px;
    height: 180px;
    background-position: -1767px -912px;
}
.spriteL-1900001_IMG {
    width: 250px;
    height: 180px;
    background-position: -2019px -912px;
}
.spriteL-1900002_IMG {
    width: 250px;
    height: 180px;
    background-position: -2271px -912px;
}
.spriteL-1900003_IMG {
    width: 250px;
    height: 180px;
    background-position: -2523px -912px;
}
.spriteL-1900005_IMG {
    width: 250px;
    height: 180px;
    background-position: -1px -1094px;
}
.spriteL-1900008_IMG {
    width: 250px;
    height: 180px;
    background-position: -253px -1094px;
}
.spriteL-1900009_IMG {
    width: 251px;
    height: 181px;
    background-position: -1011px -1094px;
}
.spriteL-1900010_IMG {
    width: 251px;
    height: 181px;
    background-position: -1264px -1094px;
}
.spriteL-1900011_IMG {
    width: 250px;
    height: 180px;
    background-position: -1517px -1094px;
}
.spriteL-1900014_IMG {
    width: 250px;
    height: 180px;
    background-position: -1769px -1094px;
}
.spriteL-1900015_IMG {
    width: 251px;
    height: 181px;
    background-position: -2021px -1094px;
}
.spriteL-1900017_IMG {
    width: 250px;
    height: 180px;
    background-position: -2274px -1094px;
}
.spriteL-1900018_IMG {
    width: 251px;
    height: 181px;
    background-position: -2526px -1094px;
}
.spriteL-1900020_IMG {
    width: 251px;
    height: 181px;
    background-position: -1px -1277px;
}
.spriteL-1900025_IMG {
    width: 251px;
    height: 181px;
    background-position: -254px -1277px;
}
.spriteL-1900037_IMG {
    width: 250px;
    height: 180px;
    background-position: -507px -1277px;
}
.spriteL-1900038_IMG {
    width: 250px;
    height: 180px;
    background-position: -759px -1277px;
}
.spriteL-1900039_IMG {
    width: 250px;
    height: 180px;
    background-position: -1011px -1277px;
}
.spriteL-1900040_IMG {
    width: 250px;
    height: 180px;
    background-position: -1263px -1277px;
}
.spriteL-1900041_IMG {
    width: 251px;
    height: 181px;
    background-position: -1515px -1277px;
}
.spriteL-1900042_IMG {
    width: 251px;
    height: 181px;
    background-position: -1768px -1277px;
}
.spriteL-1900105_IMG {
    width: 251px;
    height: 181px;
    background-position: -2021px -1277px;
}
.spriteL-1900106_IMG {
    width: 251px;
    height: 181px;
    background-position: -2274px -1277px;
}
.spriteL-1900107_IMG {
    width: 251px;
    height: 181px;
    background-position: -2527px -1277px;
}
.spriteL-1900108_IMG {
    width: 251px;
    height: 181px;
    background-position: -1px -1460px;
}
.spriteL-1900109_IMG {
    width: 251px;
    height: 181px;
    background-position: -254px -1460px;
}
.spriteL-1900110_IMG {
    width: 251px;
    height: 181px;
    background-position: -507px -1460px;
}
.spriteL-1900118_IMG {
    width: 250px;
    height: 180px;
    background-position: -760px -1460px;
}
.spriteL-1900119_IMG {
    width: 250px;
    height: 180px;
    background-position: -1012px -1460px;
}
.spriteL-1900125_IMG {
    width: 250px;
    height: 180px;
    background-position: -1264px -1460px;
}
.spriteL-1900128_IMG {
    width: 250px;
    height: 180px;
    background-position: -1516px -1460px;
}
.spriteL-1900138_IMG {
    width: 250px;
    height: 180px;
    background-position: -1768px -1460px;
}
.spriteL-1900139_IMG {
    width: 251px;
    height: 181px;
    background-position: -2020px -1460px;
}
.spriteL-2000001_IMG {
    width: 250px;
    height: 180px;
    background-position: -2273px -1460px;
}
.spriteL-2000002_IMG {
    width: 250px;
    height: 180px;
    background-position: -2525px -1460px;
}
.spriteL-2000004_IMG {
    width: 250px;
    height: 180px;
    background-position: -760px -1642px;
}
.spriteL-2000008_IMG {
    width: 250px;
    height: 180px;
    background-position: -1012px -1642px;
}
.spriteL-2000009_IMG {
    width: 250px;
    height: 180px;
    background-position: -1264px -1642px;
}
.spriteL-2000011_IMG {
    width: 251px;
    height: 181px;
    background-position: -1516px -1642px;
}
.spriteL-2000014_IMG {
    width: 251px;
    height: 181px;
    background-position: -2273px -1642px;
}
.spriteL-2000017_IMG {
    width: 250px;
    height: 180px;
    background-position: -2526px -1642px;
}
.spriteL-2000018_IMG {
    width: 250px;
    height: 180px;
    background-position: -1px -1824px;
}
.spriteL-2000019_IMG {
    width: 250px;
    height: 180px;
    background-position: -253px -1824px;
}
.spriteL-2000020_IMG {
    width: 250px;
    height: 180px;
    background-position: -505px -1824px;
}
.spriteL-2000039_IMG {
    width: 250px;
    height: 180px;
    background-position: -757px -1824px;
}
.spriteL-2000041_IMG {
    width: 250px;
    height: 180px;
    background-position: -1009px -1824px;
}
.spriteL-2000042_IMG {
    width: 250px;
    height: 180px;
    background-position: -1261px -1824px;
}
.spriteL-2000044_IMG {
    width: 250px;
    height: 180px;
    background-position: -1769px -1824px;
}
.spriteL-2000045_IMG {
    width: 250px;
    height: 180px;
    background-position: -2021px -1824px;
}
.spriteL-2000046_IMG {
    width: 250px;
    height: 180px;
    background-position: -2526px -1824px;
}
.spriteL-2000049_IMG {
    width: 251px;
    height: 181px;
    background-position: -1px -2006px;
}
.spriteL-2000066_IMG {
    width: 250px;
    height: 180px;
    background-position: -254px -2006px;
}
.spriteL-2000086_IMG {
    width: 250px;
    height: 180px;
    background-position: -506px -2006px;
}
.spriteL-2000088_IMG {
    width: 250px;
    height: 180px;
    background-position: -758px -2006px;
}
.spriteL-2000092_IMG {
    width: 250px;
    height: 180px;
    background-position: -1010px -2006px;
}
.spriteL-2000093_IMG {
    width: 250px;
    height: 180px;
    background-position: -1262px -2006px;
}
.spriteL-2000094_IMG {
    width: 250px;
    height: 180px;
    background-position: -1514px -2006px;
}
.spriteL-2000099_IMG {
    width: 250px;
    height: 180px;
    background-position: -1766px -2006px;
}
.spriteL-2000100_IMG {
    width: 250px;
    height: 180px;
    background-position: -2018px -2006px;
}
.spriteL-2000107_IMG {
    width: 250px;
    height: 180px;
    background-position: -2270px -2006px;
}
.spriteL-2000109_IMG {
    width: 250px;
    height: 180px;
    background-position: -2522px -2006px;
}
.spriteL-2000131_IMG {
    width: 250px;
    height: 180px;
    background-position: -254px -2188px;
}
.spriteL-2000132_IMG {
    width: 251px;
    height: 181px;
    background-position: -506px -2188px;
}
.spriteL-2000137_IMG {
    width: 250px;
    height: 180px;
    background-position: -759px -2188px;
}
.spriteL-2000139_IMG {
    width: 250px;
    height: 180px;
    background-position: -1011px -2188px;
}
.spriteL-2100053_IMG {
    width: 250px;
    height: 180px;
    background-position: -1263px -2188px;
}
.spriteL-2100065_IMG {
    width: 250px;
    height: 180px;
    background-position: -1515px -2188px;
}
.spriteL-2100081_IMG {
    width: 250px;
    height: 180px;
    background-position: -1767px -2188px;
}
.spriteL-2100083_IMG {
    width: 250px;
    height: 180px;
    background-position: -2019px -2188px;
}
.spriteL-2200014_IMG {
    width: 250px;
    height: 180px;
    background-position: -2271px -2188px;
}
.spriteL-2400007_IMG {
    width: 250px;
    height: 180px;
    background-position: -2523px -2188px;
}
.spriteL-2400008_IMG {
    width: 250px;
    height: 180px;
    background-position: -1px -2370px;
}
.spriteL-2500010_IMG {
    width: 250px;
    height: 180px;
    background-position: -253px -2370px;
}
.spriteL-2500011_IMG {
    width: 250px;
    height: 180px;
    background-position: -759px -2370px;
}
.spriteL-2500012_IMG {
    width: 250px;
    height: 180px;
    background-position: -1011px -2370px;
}
.spriteL-2500014_IMG {
    width: 250px;
    height: 180px;
    background-position: -1263px -2370px;
}
.spriteL-2500015_IMG {
    width: 251px;
    height: 181px;
    background-position: -1515px -2370px;
}
.spriteL-2500029_IMG {
    width: 250px;
    height: 180px;
    background-position: -1768px -2370px;
}
.spriteL-2500041_IMG {
    width: 250px;
    height: 180px;
    background-position: -2020px -2370px;
}
.spriteL-2500075_IMG {
    width: 251px;
    height: 181px;
    background-position: -2272px -2370px;
}
.spriteL-2600001_IMG {
    width: 250px;
    height: 180px;
    background-position: -2525px -2370px;
}
.spriteL-2600002_IMG {
    width: 250px;
    height: 180px;
    background-position: -1px -2552px;
}
.spriteL-2600013_IMG {
    width: 250px;
    height: 180px;
    background-position: -253px -2552px;
}
.spriteL-2600040_IMG {
    width: 250px;
    height: 180px;
    background-position: -505px -2552px;
}
.spriteL-2600041_IMG {
    width: 250px;
    height: 180px;
    background-position: -757px -2552px;
}
.spriteL-2600078_IMG {
    width: 250px;
    height: 180px;
    background-position: -1009px -2552px;
}
.spriteL-2700043_IMG {
    width: 250px;
    height: 180px;
    background-position: -1261px -2552px;
}
.spriteL-2800009_IMG {
    width: 250px;
    height: 180px;
    background-position: -1768px -2552px;
}
.spriteL-2800056_IMG {
    width: 250px;
    height: 180px;
    background-position: -2020px -2552px;
}
.spriteL-2800087_IMG {
    width: 250px;
    height: 180px;
    background-position: -2525px -2552px;
}
.spriteL-2800101_IMG {
    width: 250px;
    height: 180px;
    background-position: -2773px -1px;
}
.spriteL-2800135_IMG {
    width: 250px;
    height: 180px;
    background-position: -2776px -183px;
}
.spriteL-2800333_IMG {
    width: 250px;
    height: 180px;
    background-position: -2776px -365px;
}
.spriteL-2800334_IMG {
    width: 250px;
    height: 180px;
    background-position: -2776px -547px;
}
.spriteL-2800341_IMG {
    width: 250px;
    height: 180px;
    background-position: -2778px -729px;
}
.spriteL-2800342_IMG {
    width: 250px;
    height: 180px;
    background-position: -2778px -911px;
}
.spriteL-2800344_IMG {
    width: 250px;
    height: 180px;
    background-position: -2779px -1093px;
}
.spriteL-2800349_IMG {
    width: 251px;
    height: 181px;
    background-position: -2780px -1275px;
}
.spriteL-2900001_IMG {
    width: 250px;
    height: 180px;
    background-position: -2780px -1458px;
}
.spriteL-2900003_IMG {
    width: 251px;
    height: 181px;
    background-position: -2778px -1640px;
}
.spriteL-2900006_IMG {
    width: 251px;
    height: 181px;
    background-position: -2778px -1823px;
}
.spriteL-2900041_IMG {
    width: 251px;
    height: 181px;
    background-position: -2775px -2006px;
}
.spriteL-2900055_IMG {
    width: 251px;
    height: 181px;
    background-position: -2777px -2189px;
}
.spriteL-3100016_IMG {
    width: 250px;
    height: 180px;
    background-position: -2777px -2372px;
}
.spriteL-3100017_IMG {
    width: 251px;
    height: 181px;
    background-position: -1513px -2554px;
}
.spriteL-3100019_IMG {
    width: 251px;
    height: 181px;
    background-position: -2272px -2554px;
}
.spriteL-3100020_IMG {
    width: 251px;
    height: 181px;
    background-position: -2777px -2554px;
}
.spriteL-3100021_IMG {
    width: 251px;
    height: 181px;
    background-position: -1px -2737px;
}
.spriteL-3100023_IMG {
    width: 251px;
    height: 181px;
    background-position: -254px -2737px;
}
.spriteL-3200001_IMG {
    width: 250px;
    height: 180px;
    background-position: -507px -2737px;
}
.spriteL-3200020_IMG {
    width: 250px;
    height: 180px;
    background-position: -759px -2737px;
}
.spriteL-3200022_IMG {
    width: 250px;
    height: 180px;
    background-position: -1011px -2737px;
}
.spriteL-3200023_IMG {
    width: 250px;
    height: 180px;
    background-position: -1263px -2737px;
}
.spriteL-3200049_IMG {
    width: 250px;
    height: 180px;
    background-position: -1515px -2737px;
}
.spriteL-3200053_IMG {
    width: 251px;
    height: 181px;
    background-position: -1767px -2737px;
}
.spriteL-3200061_IMG {
    width: 250px;
    height: 180px;
    background-position: -2020px -2737px;
}
.spriteL-3250051_IMG {
    width: 250px;
    height: 180px;
    background-position: -2272px -2737px;
}
.ng-select.ng-select-opened>.ng-select-container{background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}
.ng-select.ng-select-opened>.ng-select-container:hover{box-shadow:none}
.ng-select.ng-select-opened>.ng-select-container .ng-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}
.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover{border-color:transparent transparent #333}
.ng-select.ng-select-opened.ng-select-top>.ng-select-container{border-top-right-radius:0;border-top-left-radius:0}
.ng-select.ng-select-opened.ng-select-right>.ng-select-container{border-top-right-radius:0;border-bottom-right-radius:0}
.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container{border-bottom-right-radius:0;border-bottom-left-radius:0}
.ng-select.ng-select-opened.ng-select-left>.ng-select-container{border-top-left-radius:0;border-bottom-left-radius:0}
.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1)}
.ng-select.ng-select-disabled>.ng-select-container{background-color:#f9f9f9}
.ng-select .ng-has-value .ng-placeholder{display:none}
.ng-select .ng-select-container{color:#333;background-color:#fff;border-radius:4px;border:1px solid #ccc;min-height:36px;align-items:center}
.ng-select .ng-select-container:hover{box-shadow:0 1px 0 rgba(0,0,0,0.06)}
.ng-select .ng-select-container .ng-value-container{align-items:center;padding-left:10px}
[dir="rtl"] .ng-select .ng-select-container .ng-value-container{padding-right:10px;padding-left:0}
.ng-select .ng-select-container .ng-value-container .ng-placeholder{color:#999}
.ng-select.ng-select-single .ng-select-container{height:36px}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{top:5px;left:0;padding-left:10px;padding-right:50px}
[dir="rtl"] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{padding-right:10px;padding-left:50px}
.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value{background-color:#f9f9f9;border:1px solid #e6e6e6}
.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label{padding:0 5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-top:5px;padding-left:7px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-right:7px;padding-left:0}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{font-size:.9em;margin-bottom:5px;color:#333;background-color:#ebf5ff;border-radius:2px;margin-right:5px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{margin-right:0;margin-left:5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled{background-color:#f9f9f9}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:5px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:0;padding-right:5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label{display:inline-block;padding:1px 5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon{display:inline-block;padding:1px 5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover{background-color:#d1e8ff}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-right:1px solid #b8dbff}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-left:1px solid #b8dbff;border-right:none}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:1px solid #b8dbff}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:0;border-right:1px solid #b8dbff}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 0 3px 3px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 3px 3px 0}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input>input{color:#000}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{top:5px;padding-bottom:5px;padding-left:3px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{padding-right:3px;padding-left:0}
.ng-select .ng-clear-wrapper{color:#999}
.ng-select .ng-clear-wrapper:hover .ng-clear{color:#D0021B}
.ng-select .ng-spinner-zone{padding:5px 5px 0 0}
[dir="rtl"] .ng-select .ng-spinner-zone{padding:5px 0 0 5px}
.ng-select .ng-arrow-wrapper{width:25px;padding-right:5px}
[dir="rtl"] .ng-select .ng-arrow-wrapper{padding-left:5px;padding-right:0}
.ng-select .ng-arrow-wrapper:hover .ng-arrow{border-top-color:#666}
.ng-select .ng-arrow-wrapper .ng-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px}
.ng-dropdown-panel{background-color:#fff;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,0.06);left:0}
.ng-dropdown-panel.ng-select-top{bottom:100%;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px;border-top-left-radius:4px}
.ng-dropdown-panel.ng-select-right{left:100%;top:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}
.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px}
.ng-dropdown-panel.ng-select-bottom{top:100%;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-color:#e6e6e6;margin-top:-1px}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}
.ng-dropdown-panel.ng-select-left{left:-100%;top:0;border-top-left-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}
.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child{border-top-left-radius:4px}
.ng-dropdown-panel .ng-dropdown-header{border-bottom:1px solid #ccc;padding:5px 7px}
.ng-dropdown-panel .ng-dropdown-footer{border-top:1px solid #ccc;padding:5px 7px}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup{-webkit-user-select:none;user-select:none;padding:8px 10px;font-weight:500;color:rgba(0,0,0,0.54);cursor:pointer}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled{cursor:default}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked{background-color:#f5faff}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked{color:rgba(0,0,0,0.54);background-color:#ebf5ff;font-weight:600}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{background-color:#fff;color:rgba(0,0,0,0.87);padding:8px 10px}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked{color:#333;background-color:#ebf5ff}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label{font-weight:600}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked{background-color:#f5faff;color:#333}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled{color:#ccc}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-left:22px}
[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-right:22px;padding-left:0}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{font-size:80%;font-weight:400;padding-right:5px}
[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{padding-left:5px;padding-right:0}
[dir="rtl"] .ng-dropdown-panel{direction:rtl;text-align:right}
@font-face {
  font-family: "Inter-Light";
  src: url("/assets/fonts/Inter/Inter-Light.ttf");
}
@font-face {
  font-family: "Inter-Med";
  src: url("/assets/fonts/Inter/Inter-Medium.ttf");
}
@font-face {
  font-family: "Playfair Display";
  src: url("/assets/fonts/PlayfairDisplay-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Inter-300";
  src: url("/assets/fonts/Inter/Inter-Light.ttf");
}
@font-face {
  font-family: "Inter-500";
  src: url("/assets/fonts/Inter/Inter-Medium.ttf");
}
@font-face {
  font-family: "Knockout HTF93-UltmtHeviwt";
  src: url("/assets/fonts/Knockout/Knockout-HTF93-UltmtHeviwt.otf");
}
@font-face {
  font-family: "Knockout HTF92-UltmtCruiserwt";
  src: url("/assets/fonts/Knockout/Knockout-HTF92-UltmtCruiserwt.otf");
}
@font-face {
  font-family: "Knockout HTF29-JuniorLiteweight";
  src: url("/assets/fonts/Knockout/Knockout-HTF29-JuniorLiteweight.otf");
}
@font-face {
  font-family: "Knockout HTF49-Liteweight";
  src: url("/assets/fonts/Knockout/Knockout-HTF49-Liteweight.otf");
}
@font-face {
  font-family: "Knockout HTF29-JuniorLiteweight";
  src: url("/assets/fonts/Knockout/Knockout-HTF29-JuniorLiteweight.otf");
}
@font-face {
  font-family: "Inter-100";
  src: url("/assets/fonts/Inter/Inter-Thin.ttf");
}
@font-face {
  font-family: "Inter-200";
  src: url("/assets/fonts/Inter/Inter-ExtraLight.ttf");
}
@font-face {
  font-family: "Inter-400";
  src: url("/assets/fonts/Inter/Inter-Regular.ttf");
}
@font-face {
  font-family: "Inter-600";
  src: url("/assets/fonts/Inter/Inter-SemiBold.ttf");
}
@font-face {
  font-family: "Inter-700";
  src: url("/assets/fonts/Inter/Inter-Bold.ttf");
}
@font-face {
  font-family: "Inter-800";
  src: url("/assets/fonts/Inter/Inter-ExtraBold.ttf");
}
@font-face {
  font-family: "Inter-900";
  src: url("/assets/fonts/Inter/Inter-Black.ttf");
}
/** NUEVA MAQUETACIÓN **/
.m-auto {
  margin: auto !important;
}
.mtb-auto {
  margin: auto 0 !important;
}
.mtb-32 {
  margin: 32px 0 !important;
}
.mb-160 {
  margin-bottom: 160px !important;
}
.mtb-24 {
  margin: 24px 0px !important;
}
.m-24 {
  margin: 24px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-48 {
  margin-bottom: 48px !important;
}
.mt-48 {
  margin-top: 48px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-72 {
  margin-bottom: 72px !important;
}
.mb-168 {
  margin-bottom: 168px !important;
}
.mt-64 {
  margin-top: 64px !important;
}
.ml-8 {
  margin-left: 8px !important;
}
.ml-24 {
  margin-left: 24px !important;
}
.mr-8 {
  margin-right: 8px !important;
}
.mr-4 {
  margin-right: 4px !important;
}
.m-0-24 {
  margin: 0 24px !important;
}
.mlr-24 {
  margin: 0 24px !important;
}
.mtb-140 {
  margin: 140px 0 !important;
}
.ml-56 {
  margin-left: 56px !important;
}
.mlr-8 {
  margin: 0 8px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-24 {
  margin-right: 24px !important;
}
.mr-32 {
  margin-right: 32px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mtb-4 {
  margin: 4px 0 !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-2 {
  margin-top: 2px !important;
}
.mt-3 {
  margin-top: 3px !important;
}
.mt-4 {
  margin-top: 4px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-6 {
  margin-top: 6px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-11 {
  margin-top: 11px !important;
}
.mt-12 {
  margin-top: 12px !important;
}
.mt-14 {
  margin-top: 14px !important;
}
.mt-16 {
  margin-top: 16px !important;
}
.mt-19_5 {
  margin-top: 19.5px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-23 {
  margin-top: 23px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mt-26 {
  margin-top: 26px !important;
}
.mt-28 {
  margin-top: 28px !important;
}
.mt-29 {
  margin-top: 29px !important;
}
.mt-32 {
  margin-top: 32px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-130 {
  margin-top: 130px !important;
}
.mt-110 {
  margin-top: 110px !important;
}
.mt-112 {
  margin-top: 112px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mt-160 {
  margin-top: 160px !important;
}
.mt-250 {
  margin-top: 250px !important;
}
/* */
.mb-auto {
  margin-bottom: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-2 {
  margin-bottom: 2px !important;
}
.mb-4 {
  margin-bottom: 4px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-6 {
  margin-bottom: 6px !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.mb-9 {
  margin-bottom: 9px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-12 {
  margin-bottom: 12px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-20_5 {
  margin-bottom: 24.5px !important;
}
.mb-22 {
  margin-bottom: 22px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.mb-24_5 {
  margin-bottom: 24.5px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-32 {
  margin-bottom: 32px !important;
}
.mb-52 {
  margin-bottom: 52px !important;
}
.mb-56 {
  margin-bottom: 56px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
/* */
.ml-auto {
  margin-left: auto !important;
}
.ml-2 {
  margin-left: 2px !important;
}
.ml-4 {
  margin-left: 4px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-6 {
  margin-left: 6px !important;
}
.ml-8 {
  margin-left: 8px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-12 {
  margin-left: 12px !important;
}
.ml-14 {
  margin-left: 14px !important;
}
.ml-16 {
  margin-left: 16px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-22 {
  margin-left: 22px !important;
}
.ml-32 {
  margin-left: 32px !important;
}
/* */
.mr-auto {
  margin-right: auto !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mr-1 {
  margin-right: 1px !important;
}
.mr-3 {
  margin-right: 3px !important;
}
.mr-3_75 {
  margin-right: 3.75px !important;
}
.mr-6 {
  margin-right: 6px !important;
}
.mr-8 {
  margin-right: 8px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-12 {
  margin-right: 12px !important;
}
.mr-16 {
  margin-right: 16px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
/* */
.m-auto {
  margin: auto;
}
.mtb-auto {
  margin: auto 0;
}
.m-0-auto {
  margin: 0 auto;
}
.m-auto-0 {
  margin: auto 0;
}
.m-auto-6 {
  margin: auto 6px !important;
}
.m-auto-8 {
  margin: auto 8px !important;
}
.m-auto-12 {
  margin: auto 12px !important;
}
.m-auto-0-auto-auto {
  margin: auto 0 auto auto !important;
}
.m-auto-0-auto-15 {
  margin: auto 0 auto 15px !important;
}
.m-auto-auto-auto-20 {
  margin: auto auto auto 20px !important;
}
.m-20-auto-auto-auto {
  margin: auto 20px auto auto !important;
}
/* */
.m-8-0 {
  margin: 8px 0 !important;
}
.m-12-0 {
  margin: 12px 0 !important;
}
.m-16-0 {
  margin: 16px 0 !important;
}
.m-20-16 {
  margin: 20px 16px !important;
}
.m-24-16 {
  margin: 24px 16px !important;
}
.m-100-0 {
  margin: 100px 0px !important;
}
.m-t--42 {
  margin-top: -42px !important;
}
/* */
.m-0 {
  margin: 0;
}
.m-32 {
  margin: 32px !important;
}
.m-0-16 {
  margin: 0 16px !important;
}
.m-16-0-4-0 {
  margin: 16px 0 4px 0 !important;
}
.m-0-16-24-26 {
  margin: 0 16px 24px 16px !important;
}
.m-24-16-16-16 {
  margin: 24px 16px 16px 16px !important;
}
.mlr-16 {
  margin: 0 16px;
}
.mlr-32 {
  margin: 0 32px;
}
.mlr-20 {
  margin: 0 20px;
}
.mb-145px {
  margin-bottom: 145px !important;
}
/** NUEVA MAQUETACIÓN **/
.p-56-24 {
  padding: 56px 24px !important;
}
.p-10-8 {
  padding: 10px 8px !important;
}
.p-18-16 {
  padding: 18px 16px !important;
}
.p-11-16 {
  padding: 11px 16px !important;
}
.ptb-8 {
  padding: 8px 0px !important;
}
.ptb-16 {
  padding: 16px 0px !important;
}
.ptb-24 {
  padding: 24px 0px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-24 {
  padding: 24px !important;
}
.p-72 {
  padding: 72px !important;
}
.pr-16 {
  padding-right: 16px !important;
}
.pb-12 {
  padding-bottom: 12px !important;
}
.pt-12 {
  padding-top: 12px !important;
}
.pb-32 {
  padding-bottom: 32px !important;
}
.pb-4 {
  padding-bottom: 4px !important;
}
.pt-32 {
  padding-top: 32px !important;
}
.pt-56 {
  padding-top: 56px !important;
}
.p-20-16 {
  padding: 20px 16px !important;
}
.p-16-24 {
  padding: 16px 24px !important;
}
.p-16-8 {
  padding: 16px 8px !important;
}
.p-20-32_5 {
  padding: 20px 32.5px !important;
}
.pb-8 {
  padding-bottom: 8px !important;
}
.ptb-14 {
  padding: 14px 0 !important;
}
.p-0-24 {
  padding: 0 24px !important;
}
.pl-8 {
  padding-left: 8px !important;
}
.p-8 {
  padding: 8px !important;
}
.p-64 {
  padding: 64px !important;
}
.pt-8 {
  padding-top: 8px !important;
}
.p-14-16 {
  padding: 14px 16px !important;
}
.p-8-16 {
  padding: 8px 16px !important;
}
.pt-16 {
  padding-top: 16px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
/* */
.pb-16 {
  padding-bottom: 16px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-24 {
  padding-bottom: 24px !important;
}
/* */
.pl-12 {
  padding-left: 12px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-inherit {
  padding-left: inherit !important;
}
/* */
.pr-inherit {
  padding-right: inherit !important;
}
/* */
.pr-10 {
  padding-right: 10px !important;
}
.plr-12 {
  padding: 0 12px !important;
}
/* */
.p-0 {
  padding: 0px !important;
  --padding: 0 !important;
}
.p-0-16 {
  padding: 0 16px !important;
}
.p-0-20p {
  padding: 0 20%;
}
.p-0-34 {
  padding: 0 34px !important;
}
.p-0-25 {
  padding: 0 25px !important;
}
.p-0-32 {
  padding: 0 32px !important;
}
.p-16 {
  padding: 16px !important;
}
.p-6-8 {
  padding: 6px 8px !important;
}
.p-20-16 {
  padding: 20px 16px !important;
}
.p-24-16 {
  padding: 24px 16px !important;
}
.p-24-32 {
  padding: 24px 32px !important;
}
.p-16-12 {
  padding: 16px 12px !important;
}
.p-16-0 {
  padding: 16px 0 !important;
}
.p-6-4 {
  padding: 6px 4px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-11_5 {
  padding: 11.5px;
}
.p-16 {
  padding: 16px !important;
}
.p-12 {
  padding: 12px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-28-16 {
  padding: 28px 22px !important;
}
.p-12-20 {
  padding: 12px 20px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.p-32-20 {
  padding: 32px 20px !important;
}
.p-e-16 {
  --padding-end: 16px !important;
}
.p-e-20 {
  --padding-end: 20px !important;
}
.p-s-0 {
  --padding-start: 0px !important;
  --inner-padding-start: 0px !important;
}
.p-48-24 {
  padding: 48px 24px !important;
}
.ps-32 {
  --pading-start: 32px;
}
.p-12-16 {
  padding: 12px 16px !important;
}
.ps-12 {
  --padding-start: 12px !important;
}
/* */
.p-0-5-0-0 {
  padding: 0 5px 0 0 !important;
}
.p-0-0-0-5 {
  padding: 0 0 0 5px !important;
}
.p-0-8-0-0 {
  padding: 0 8px 0 0 !important;
}
.p-0-0-0-8 {
  padding: 0 0 0 8px !important;
}
/* */
.p-24-12-20-12 {
  padding: 24px 12px 20px 12px !important;
}
.p-12-16-8-16 {
  padding: 12px 16px 8px 16px !important;
}
.p-20-16-16-16 {
  padding: 20px 16px 16px 16px !important;
}
.p-11-16-20-16 {
  padding: 11px 16px 20px 16px !important;
}
.p-inline-0 {
  padding-inline: 0px !important;
}
.p-inline-e-0 {
  padding-inline-end: 0 !important;
  --padding-inline-end: 0 !important;
}
.p-inline-s-20 {
  padding-inline-start: 20px !important;
}
.p-28-16-20-16 {
  padding: 28px 16px 20px 16px !important;
}
.p-16-24-32-24 {
  padding: 16px 24px 32px 24px !important;
}
.p-16-14-14-14 {
  padding: 16px 14px 14px 14px !important;
}
.p-24-16-20-16 {
  padding: 24px 16px 20px 16px !important;
}
.pt-248 {
  padding-top: 248px !important;
}
.w-fit-c {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.-h-250px {
  --height: 250px !important;
}
.-h-296px {
  --height: 296px !important;
}
.-h-366px {
  --height: 366px !important ;
}
.-h-380px {
  --height: 380px !important ;
}
.-h-670px {
  --height: 670px !important;
}
.-h-705px {
  --height: 705px !important;
}
.-w-100p {
  --width: 100% !important;
}
.-w-950px {
  --width: 900px !important;
}
.-h-100p {
  --height: 100% !important;
}
.w-120px {
  width: 120px !important;
}
.w-189px {
  width: 189px !important;
}
.w-200px {
  width: 200px !important;
}
.w-260px {
  width: 260px !important;
}
.h-180px {
  height: 180px !important;
}
.h-44px {
  height: 44px !important;
}
.h-70px {
  height: 70px !important;
}
.h-96px {
  height: 96px !important;
}
.m-w-100p {
  max-width: 100% !important;
}
.m-w-200px {
  max-width: 200px !important;
}
.m-w-290px {
  max-width: 290px !important;
}
.-w-493px {
  --width: 493px !important;
}
.-h-118px {
  --height: 118px !important;
}
.-h-198px {
  --height: 198px !important;
}
.-h-auto {
  --height: auto !important;
}
.-w-auto {
  --width: auto !important;
}
.w-auto {
  width: auto !important;
}
.-w-390px {
  --width: 390px !important;
}
.w-40px {
  width: 40px !important;
}
.h-40px {
  height: 40px !important;
}
.-h-220px {
  --height: 220px !important;
}
.-w-383px {
  --width: 383px !important;
}
.-w-392px {
  --width: 392px !important;
}
.h-26px {
  height: 26px !important;
}
.h-170px {
  height: 170px !important;
}
.max-h-48 {
  max-height: 48px !important;
}
.w-80px {
  width: 80px !important;
}
.w-1px {
  width: 1px !important;
}
.h-40px {
  height: 40px !important;
}
.w-48px {
  width: 48px !important;
}
.h-48px {
  height: 48px !important;
}
.w-64px {
  width: 64px !important;
}
.w-248px {
  width: 248px !important;
}
.h-64px {
  height: 64px !important;
}
.w-400px {
  width: 400px !important;
}
.w-104px {
  width: 104px !important;
}
.w-4px {
  width: 4px !important;
}
.w-9px {
  width: 9px !important;
}
.w-14_79px {
  width: 14.79px !important;
}
.w-19px {
  width: 19px !important;
}
.w-20px {
  width: 20px !important;
}
.w-24px {
  width: 24px !important;
}
.w-32px {
  width: 32px !important;
}
.w-52px {
  width: 52px !important;
}
.w-56px {
  width: 56px !important;
}
.w-77px {
  width: 77px !important;
}
.w-133px {
  width: 133px !important;
}
.w-162px {
  width: 162px !important;
}
.w-279px {
  width: 279px !important;
}
.w-300px {
  width: 300px !important;
}
.-w-75p {
  --width: 75% !important;
}
.-w-600px {
  --width: 600px !important;
}
.w-48p {
  width: 48% !important;
}
.w-50p {
  width: 50% !important;
}
.w-60p {
  width: 60% !important;
}
.w-65p {
  width: 65% !important;
}
.w-70p {
  width: 70% !important;
}
.w-80p {
  width: 80% !important;
}
.w-85p {
  width: 85% !important;
}
.w-90p {
  width: 90% !important;
}
.w-95p {
  width: 95% !important;
}
.w-99p {
  width: 99% !important;
}
.w-86p {
  width: 86% !important;
}
.w-100p {
  width: 100% !important;
}
/* */
.m-w-none {
  max-width: none !important;
}
.m-w-32px {
  max-width: 32px !important;
}
.m-w-327px {
  max-width: 327px !important;
}
.m-w-60p {
  max-width: 60% !important;
}
/* */
.w-100vh {
  width: 100vw;
}
/* */
.w-100p-32px {
  width: calc(100% - 32px);
}
.w-100p-88px {
  width: calc(100% - 88px);
}
/* */
.m-w-fit-content {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}
/***************/
.h-4px {
  height: 4px !important;
}
.h-9px {
  height: 9px !important;
}
.h-18px {
  height: 18px !important;
}
.h-19px {
  height: 19px !important;
}
.h-20px {
  height: 20px !important;
}
.h-24px {
  height: 24px !important;
}
.h-32px {
  height: 32px !important;
}
.h-36px {
  height: 36px !important;
}
.h-46px {
  height: 46px !important;
}
.h-47px {
  height: 47px !important;
}
.h-50px {
  height: 50px !important;
}
.h-52px {
  height: 52px !important;
}
.h-53px {
  height: 53px !important;
}
.h-56px {
  height: 56px !important;
}
.h-68px {
  height: 68px !important;
}
.h-69px {
  height: 69px !important;
}
.h-76px {
  height: 76px !important;
}
.h-80px {
  height: 80px !important;
}
.h-83px {
  height: 83px !important;
}
.h-84px {
  height: 84px !important;
}
.h-85px {
  height: 85px !important;
}
.h-136px {
  height: 136px !important;
}
.h-150px {
  height: 150px !important;
}
.h-200px {
  height: 200px !important;
}
.h-220px {
  height: 220px !important;
}
.h-300px {
  height: 300px !important;
}
/* */
.h-100p {
  height: 100% !important;
}
.h-100vh {
  height: 100vh !important;
}
.h-100vh-100px {
  height: calc(100vh - 100px) !important;
}
.max-h-47 {
  max-height: 47px !important;
}
.m-h-32px {
  min-height: 32px !important;
}
.m-h-310px {
  min-height: 310px !important;
}
.m-h-360px {
  min-height: 360px !important;
}
.mh-47px {
  max-height: 47px !important;
}
@media (min-width: 1024px) {
  ion-content {
    --padding-start: 0px !important;
    --padding-end: 0px !important;
    --offset-bottom: auto !important;
    --overflow: auto;
    overflow: auto;
    background: var(--ion-color-blanco) !important;
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  ion-content::-webkit-scrollbar {
    width: 5px;
  }
  ion-content::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  ion-content::-webkit-scrollbar-thumb {
    background: #888;
  }
  ion-content::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}
ion-content {
  --padding-start: 0px !important;
  --padding-end: 0px !important;
}
ion-menu::part(container) {
  width: 100%;
}
.header-md::after {
  background-image: none !important;
}
ion-tab-bar {
  height: 80px;
}
ion-toolbar {
  --min-height: 56px !important;
}
ion-toolbar .toolbar-background {
  background: var(--ion-color-blanco) !important;
}
ion-checkbox {
  --border-color: var(--ion-color-gris-40);
  --border-width: 1px;
}
ion-checkbox::part(container) {
  border-radius: 0 !important;
  height: 24px;
  width: 24px;
}
ion-checkbox.checkbox-checked {
  --background-checked: var(--ion-color-negro);
  --border-color-checked: var(--ion-color-negro);
}
ion-checkbox.checkbox-disabled {
  opacity: 1 !important;
  --background-checked: var(--ion-color-gris-10);
  --border-color-checked: var(--ion-color-gris-30);
}
ion-checkbox.checkbox-disabled::part(mark) {
  stroke: var(--ion-color-gris-30) !important;
}
ion-checkbox.checkbox-inactive {
  opacity: 1 !important;
  --background-checked: var(--ion-color-gris-40);
  --border-color-checked: var(--ion-color-gris-40);
}
ion-checkbox.checkbox-inactive::part(mark) {
  stroke: var(--ion-color-blanco) !important;
}
ion-checkbox#inactive {
  --background-checked: var(--ion-color-gris-10);
  --border-color-checked: var(--ion-color-gris-20);
}
ion-input {
  height: 48px;
  color: var(--ion-color-negro);
  --placeholder-color: var(--ion-color-gris-60);
  border: 1px solid var(--ion-color-gris-20);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.puntitos {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
ion-input:hover {
  filter: drop-shadow(0px 1px 8px rgba(100, 99, 99, 0.35));
}
input,
textarea {
  opacity: 1 !important;
}
ion-textarea {
  --placeholder-color: var(--ion-color-gris-60) !important;
  --placeholder-opacity: .5 !important;
}
ion-input input {
  background: white !important;
  padding: 12px 30px 12px 12px !important;
}
ion-input.ion-invalid {
  border: 1px solid var(--ion-color-s-rojo);
}
ion-checkbox.ion-invalid {
  border: none !important;
}
.ion-invalid {
  border: 1px solid var(--ion-color-s-rojo);
}
ion-textarea {
  padding: 0 !important;
}
ion-searchbar.searchbar-has-focus,
ion-input.has-focus,
intl-input-phone:focus,
textarea:focus {
  box-shadow: 0px 1px 8px rgba(100, 99, 99, 0.35) !important;
}
.ion-input-ion-invalid {
  border: 1px solid var(--ion-color-gris-20) !important;
  box-shadow: none !important;
}
.ion-checkbox-red {
  --border-color: var(--ion-color-s-rojo) !important;
}
ion-segment-button {
  text-transform: none;
  --color-checked: var(--ion-color-negro) !important;
  height: 35px;
  min-height: 35px;
  color: var(--ion-color-blanco);
  --background-hover: transparent;
}
ion-segment-button::part(native) {
  color: transparent !important;
}
ion-segment-button.segment-button-checked > ion-label, ion-segment-button:hover > ion-label {
  font-family: "Inter-Med";
  font-weight: 500 !important;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  color: var(--ion-color-negro) !important;
}
ion-segment-button::part(indicator) {
  width: 16px;
  margin: 0 auto;
}
ion-segment-button:hover::part(indicator) {
  opacity: 1;
}
@media (max-width: 1023px) {
  ion-button {
    height: 38px !important;
  }
}
ion-button {
  height: 52px;
  color: var(--ion-color-blanco);
  opacity: 1 !important;
}
ion-button:hover {
  opacity: 1 !important;
  box-shadow: 0px 0px 14px 2px rgba(80, 77, 67, 0.29);
}
.button:disabled,
.button[disabled] {
  background: var(--ion-color-gris-10) !important;
  color: var(--ion-color-gris-30) !important;
}
ion-button.btn-primary.button-disabled {
  background: var(--ion-color-gris-10) !important;
  color: var(--ion-color-gris-30) !important;
}
ion-button.btn-secondary.button-disabled {
  background: var(--ion-color-blanco) !important;
  color: var(--ion-color-gris-30) !important;
  border: 1px solid var(--ion-color-gris-30) !important;
}
ion-searchbar {
  opacity: 1 !important;
  --placeholder-color: var(--ion-color-gris-60);
  border: 1px solid var(--ion-color-gris-20) !important;
  --border-radius: 0px;
}
ion-searchbar:hover {
  filter: drop-shadow(0px 1px 8px rgba(100, 99, 99, 0.35));
}
.searchbar-input.sc-ion-searchbar-ios {
  background: var(--ion-color-white) !important;
  padding-inline-start: 38px !important;
  padding-inline-end: 30px !important;
}
.searchbar-input-container.sc-ion-searchbar-ios {
  border: 1px solid var(--ion-color-gris-20);
  height: 47px;
  border-radius: 0px;
}
.searchbar-input-container.sc-ion-searchbar-ios > input {
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  font-family: "Inter-Light";
  font-weight: 300 !important;
  border-radius: 0px;
}
.searchbar-disabled .sc-ion-searchbar-ios-h {
  opacity: 1 !important;
}
.searchbar-search-icon {
  content: url("/assets/Iconos Rodilla/24px/Buscar.svg") !important;
  margin-left: 3px !important;
  width: 24px !important;
  opacity: 1 !important;
}
ion-select {
  padding: 0;
  color: var(--ion-color-negro);
}
ion-select::part(placeholder) {
  color: var(--ion-color-gris-60) !important;
}
ion-select::part(icon) {
  content: url("/assets/Iconos Rodilla/24px/Arrow 24px/Down.svg");
  width: 24px;
  height: 24px;
  opacity: 1;
  margin-right: 8px;
}
ion-select::part(text) {
  white-space: normal !important;
  transform: none !important;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  font-family: "Inter-Light";
  font-weight: 300 !important;
}
.ion-select-invalid {
  border: 1px solid var(--ion-color-s-rojo) !important;
}
.alert-title.sc-ion-alert-ios, .alert-title.sc-ion-alert-md {
  color: var(--ion-color-verde) !important;
  font-family: "Inter-Med";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
.alert-button-role-cancel .alert-button-inner.sc-ion-alert-ios, .alert-button-inner.sc-ion-alert-md {
  color: var(--ion-color-negro) !important;
  font-family: "Inter-Light";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}
.alert-button-inner.sc-ion-alert-ios, .alert-button-inner.sc-ion-alert-md {
  color: var(--ion-color-verde) !important;
  font-family: "Inter-Med";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.alert-radio-inner.sc-ion-alert-ios, .alert-radio-inner.sc-ion-alert-md {
  border-color: var(--ion-color-verde) !important;
}
[aria-checked=true].sc-ion-alert-ios .alert-radio-label.sc-ion-alert-ios, [aria-checked=true].sc-ion-alert-md .alert-radio-label.sc-ion-alert-md {
  color: var(--ion-color-verde) !important;
  border-color: var(--ion-color-verde) !important;
  font-family: "Inter-Med";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.alert-radio-label.sc-ion-alert-ios, .alert-radio-label.sc-ion-alert-md {
  font-family: "Inter-Light";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}
.ion-radio-invalid {
  border: 1px solid var(--ion-color-s-rojo) !important;
  border-radius: 50% !important;
}
ion-grid {
  padding: 0 !important;
}
ion-popover {
  --width: auto;
  --border-radius: 8px;
  filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.3));
}
ion-popover::part(backdrop) {
  background-color: transparent !important;
}
ion-popover ion-content {
  --background: var(--ion-color-blanco);
  text-align: center;
}
ion-popover::part(arrow) {
  --background: var(--ion-color-blanco);
}
ion-popover ion-content::part(scroll) {
  font-family: "Inter-Med";
  font-style: normal;
  font-weight: 500;
  font-size: 15.5px;
  line-height: 120%;
  overflow: hidden;
}
.ion-accordion-toggle-icon {
  margin: 0 !important;
  content: url("/assets/Iconos Rodilla/24px/Arrow 24px/Up.svg");
}
ion-toast.custom-toast {
  --background: transparent;
  --box-shadow: none;
}
ion-toast.custom-toast::part(container) {
  box-shadow: 0px 4px 25px rgba(149, 146, 134, 0.17);
  background: var(--ion-color-verde-light);
  height: 56px;
  margin-bottom: 97px;
}
ion-toast.custom-toast::part(message) {
  font-family: "Inter-Med";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
ion-toast.custom-toast::part(button) {
  padding: 0;
}
ion-toast.custom-toast::part(button) > .toast-button-inner > .toast-button-icon {
  width: 24px;
  height: 24px;
}
ion-toast > .toast-middle {
  top: auto !important;
  bottom: 0px !important;
}
ion-toast::part(container) {
  margin: 0 16px;
}
#accord.accordion-expanded > [slot=header] .ion-accordion-toggle-icon {
  transform: rotate(360deg) !important;
}
#accord ion-icon.ion-accordion-toggle-icon {
  transform: rotate(180deg);
}
.ion-page {
  overflow-y: auto !important;
}
/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  /*ADD_HOST*/
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.desktop {
  display: none !important;
}
.mobile {
  display: block !important;
}
.mobile.seeOrder {
  display: grid !important;
  height: 100vh;
}
.desktop-2 {
  display: none !important;
}
.mobile-2 {
  display: block !important;
}
.pac-container.pac-logo.hdpi::after {
  display: none !important;
}
.ion-accordion-toggle-icon {
  margin-right: 8px !important;
}
.native-input.sc-ion-input-md,
.native-input.sc-ion-input-ios {
  padding: 14px 8px !important;
}
.ng-select .ng-has-value .ng-placeholder {
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  font-family: "Inter-Light";
  font-weight: 300 !important;
}
.ng-select .ng-select-container .ng-value-container {
  padding: 14px 8px !important;
}
.input-main-div .CountryNumberInput {
  background-color: var(--ion-color-blanco) !important;
  color: var(--ion-color-negro) !important;
  border: none !important;
  height: 43px !important;
  text-indent: 20px !important;
  font-family: "Inter-Light";
  font-weight: 300 !important;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  width: 70% !important;
}
@media (max-width: 1023px) {
  .input-main-div .CountryNumberInput {
    min-width: 60% !important;
  }
  .h4-desktop {
    font-family: "Inter-Med" !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
  }
}
@media (max-width: 767px) {
  .-w-392px {
    --width: 100% !important;
  }
}
input:focus {
  outline-width: 0 !important;
}
.input-main-div {
  height: 45px !important;
  border: 1px solid var(--ion-color-gris-20) !important;
  display: flex;
}
.input-main-div:hover {
  filter: drop-shadow(0px 1px 8px rgba(100, 99, 99, 0.35)) !important;
}
.input-select-div {
  width: 40%;
  position: relative !important;
}
.select2-container {
  width: -webkit-fill-available !important;
  height: 44px !important;
}
.select2-container--default .select2-selection--single {
  border: none !important;
  border-radius: 0 !important;
  height: 43px !important;
  padding: 9px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  margin-top: 7px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: var(--ion-color-blanco) !important;
  color: var(--ion-color-negro) !important;
}
.select2-dropdown {
  border: 1px solid var(--ion-color-gris-20) !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--ion-color-gris-20) !important;
}
.CountryOptionItem div.CountryCode {
  margin-left: 10px !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 18px !important;
  font-family: "Inter-Light" !important;
  font-weight: 300 !important;
}
.CountryOptionItem div.CountryText {
  margin-left: 10px !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 18px !important;
  font-family: "Inter-Med" !important;
  font-weight: 500 !important;
}
.CountryNumberInput .form-control {
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 18px !important;
  font-family: "Inter-Light" !important;
  font-weight: 300 !important;
}
.ng-dropdown-panel .ng-dropdown-panel-items {
  max-height: 150px !important;
}
.ng-select span {
  display: flex !important;
  cursor: pointer;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  font-family: "Inter-Light";
  font-weight: 300 !important;
}
.ng-select .ng-clear-wrapper {
  display: none !important;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: none !important;
}
.ng-select.ng-select-single .ng-select-container {
  border: 1px solid var(--ion-color-gris-20) !important;
  border-radius: 0 !important;
  height: 51px !important;
  cursor: pointer !important;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  border: 1px solid var(--ion-color-gris-20) !important;
  border-radius: 0 !important;
  background-color: var(--ion-color-blanco) !important;
  cursor: pointer !important;
  min-height: 50px !important;
  padding: 15px 10px !important;
}
.ng-dropdown-panel.ng-select-bottom {
  border: none !important;
  border-radius: 0 !important;
  margin-top: 0 !important;
  cursor: pointer !important;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  display: none !important;
}
.ng-option-label img {
  display: none !important;
}
.ng-option.ng-option-marked:hover {
  background-color: var(--ion-color-gris-10) !important;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: var(--ion-color-gris-30) !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 18px !important;
  font-family: "Inter-Light" !important;
  font-weight: 300 !important;
}
swiper-container::part(button-prev),
swiper-container::part(button-next) {
  color: var(--ion-color-gris-30) !important;
}
@media (min-width: 1024px) {
  ion-content {
    --padding-start: 0px !important;
    --padding-end: 0px !important;
    --padding-top: 0px !important;
    --padding-bottom: 48px !important;
  }
  .desktop {
    display: block !important;
  }
  .mobile {
    display: none !important;
  }
  .mobile.seeOrder {
    display: none !important;
  }
  .desktop-2 {
    display: block !important;
  }
  .mobile-2 {
    display: none !important;
  }
}
@media (max-width: 1250px) {
  .p-1250px {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}
.mobile-3 {
  display: none;
}
.desktop-3 {
  display: block;
}
@media (max-width: 1120px) {
  .mobile-3 {
    display: block !important;
  }
  .desktop-3 {
    display: none !important;
  }
}
@media (max-width: 1400px) {
  .p-1400px {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}
.c-pointer {
  cursor: pointer !important;
}
.a-i-f-e {
  align-items: flex-end !important;
}
.j-c-f-e {
  justify-content: flex-end !important;
}
.j-c-s-e {
  justify-content: space-evenly !important;
}
.j-c-s-b {
  justify-content: space-between !important;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.b-0 {
  bottom: 0 !important;
}
* {
  color: var(--ion-color-negro);
}
a {
  color: var(--ion-color-verde);
  cursor: pointer !important;
}
a:hover {
  color: #464636 !important;
}
.titlesProfile {
  font-family: "Playfair Display";
  font-size: 44px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}
.thanksOrder {
  font-family: "Playfair Display";
  font-size: 96px;
  font-weight: 500;
  line-height: 128px;
  letter-spacing: 0em;
  text-align: left;
}
.select-modal {
  margin-left: auto;
  margin-right: 40px;
  width: 30% !important;
}
h1 {
  margin: 0;
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 52px;
}
.h1-mobile {
  font-family: "Playfair Display";
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
}
h2 {
  margin: 0;
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
}
.h2-desktop {
  font-family: "Playfair Display";
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0em;
  text-align: left;
}
.h2-app {
  font-family: "Playfair Display";
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
}
.h2-mobile {
  font-family: "Playfair Display";
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}
h3,
#alert-3-hdr {
  margin: 0;
  font-family: "Inter-Med";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
.h3-desktop {
  font-family: "Playfair Display";
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
}
.h3-mobile {
  font-family: "Playfair Display";
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.h3-app {
  font-family: "Inter-Med";
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}
.h4-desktop {
  font-family: "Inter-Med";
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
}
.h4-mobile {
  font-family: "Inter-Med";
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.h5-desktop {
  font-family: "Playfair Display";
  font-size: 96px;
  font-weight: 500;
  line-height: 96px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--ion-color-gris-30);
  width: -moz-fit-content;
  width: fit-content;
  min-width: 380px;
}
.h5-mobile {
  font-family: "Playfair Display";
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--ion-color-gris-30);
}
#alert-3-msg,
.alert-button-inner {
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  font-family: "Inter-Light";
  font-weight: 300 !important;
}
.body-l {
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.body-m {
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.body-s {
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.light {
  font-family: "Inter-Light";
  font-weight: 300 !important;
}
.med {
  font-family: "Inter-Med";
  font-weight: 500 !important;
}
.sombra {
  background: #D9D9D9;
}
.sombra-general {
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.08);
}
.sombra-arriba {
  box-shadow: 0px -4px 25px rgba(149, 146, 134, 0.17);
}
.sombra-abajo {
  box-shadow: 0px 4px 25px rgba(149, 146, 134, 0.17);
}
.sombra-focus {
  box-shadow: 0px 0px 14px 2px rgba(80, 77, 67, 0.29);
}
.c-blanco {
  color: var(--ion-color-blanco) !important;
}
.c-gris-40 {
  color: var(--ion-color-gris-40) !important;
}
.c-negro {
  color: var(--ion-color-negro) !important;
}
.c-verde-light {
  color: var(--ion-color-verde-light) !important;
}
.c-verde {
  color: var(--ion-color-verde) !important;
}
.c-verde-oscuro {
  color: var(--ion-color-verde-oscuro) !important;
}
.c-gris-10 {
  color: var(--ion-color-gris-10) !important;
}
.c-gris-20 {
  color: var(--ion-color-gris-20) !important;
}
.c-gris-30 {
  color: var(--ion-color-gris-30) !important;
}
.c-gris-60 {
  color: var(--ion-color-gris-60) !important;
}
.c-s-verde {
  color: var(--ion-color-s-verde) !important;
}
.c-s-rojo-claro {
  color: var(--ion-color-s-rojo-claro) !important;
}
.c-s-rojo {
  color: var(--ion-color-s-rojo) !important;
}
.bc-F6F6F6 {
  background-color: #F6F6F6 !important;
}
.bc-blanco {
  background-color: var(--ion-color-blanco) !important;
  --background: var(--ion-color-blanco) !important;
}
.bc-gris-40 {
  background-color: var(--ion-color-gris-40) !important;
}
.bc-negro {
  background-color: var(--ion-color-negro) !important;
}
.bc-verde-light {
  background-color: var(--ion-color-verde-light) !important;
}
.bc-verde {
  background-color: var(--ion-color-verde) !important;
}
.bc-verde-oscuro {
  background-color: var(--ion-color-verde-oscuro) !important;
}
.bc-gris-10 {
  background-color: var(--ion-color-gris-10) !important;
}
.bc-gris-20 {
  background-color: var(--ion-color-gris-20) !important;
}
.bc-gris-30 {
  background-color: var(--ion-color-gris-30) !important;
}
.bc-gris-60 {
  background-color: var(--ion-color-gris-60) !important;
}
.bc-s-verde {
  background-color: var(--ion-color-s-verde) !important;
}
.bc-s-rojo-claro {
  background-color: var(--ion-color-s-rojo-claro) !important;
}
.bc-s-rojo {
  background-color: var(--ion-color-s-rojo) !important;
}
.bc-transparent {
  background-color: transparent !important;
  --background: transparent !important;
}
.b-1-gris-20 {
  border: 1px solid var(--ion-color-gris-20);
}
.b-1-gris-40 {
  border: 1px solid var(--ion-color-gris-40);
}
.b-1-blanco {
  border: 1px solid var(--ion-color-blanco);
}
.b-1-s-rojo {
  border: 1px solid var(--ion-color-s-rojo) !important;
}
.b-1-verde {
  border: 1px solid var(--ion-color-verde);
}
.b-none {
  border: none !important;
}
.b-b-1-verde-light {
  border-bottom: 1px solid var(--ion-color-verde-light);
}
.b-b-1-negro {
  border-bottom: 1px solid var(--ion-color-negro);
}
.b-b-1-gris-20 {
  border-bottom: 1px solid var(--ion-color-gris-20);
}
.b-b-1-gris-30 {
  border-bottom: 1px solid var(--ion-color-gris-30);
}
.b-b-1-gris-40 {
  border-bottom: 1px solid var(--ion-color-gris-40);
}
.b-t-1-verde-light {
  border-top: 1px solid var(--ion-color-verde-light);
}
.b-t-1-gris-20 {
  border-top: 1px solid var(--ion-color-gris-20);
}
.b-t-1-gris-30 {
  border-top: 1px solid var(--ion-color-gris-30);
}
.b-1-verde-light {
  border: 1px solid var(--ion-color-verde-light);
}
.b-1-negro {
  border: 1px solid var(--ion-color-negro);
}
.b-1-gris-20 {
  border: 1px solid var(--ion-color-gris-20);
}
.b-r-verde-oscuro {
  border-right: 1px solid var(--ion-color-verde-oscuro);
}
.puntitos-2-lineas {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
ion-alert.sc-ion-alert-ios-h {
  --height: auto !important;
  --max-width: 90% !important;
}
textarea {
  height: 80px;
}
.j-c-c {
  justify-content: center !important;
}
.price {
  margin: auto auto auto 0;
}
.pts {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 4px;
  background: var(--ion-color-gris-10);
  background-color: var(--ion-color-gris-10);
}
.pts-number {
  font-family: "Inter-800";
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: var(--ion-color-dark-green);
}
.new-link {
  font-family: "Inter-600";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-decoration-line: underline;
  color: #000000;
}
.pos-absolute {
  position: absolute;
}
.pos-unset {
  position: unset !important;
}
.modal-wrapper {
  background: transparent !important;
}
.bold {
  font-weight: bold !important;
}
ion-item {
  --padding-end: 0px;
  --inner-padding-end: 0px;
}
ion-toolbar {
  padding: 0 8px;
  --padding: 0 8px;
}
ion-loading.custom-loading {
  --spinner-color: var(--ion-color-dark-green);
  color: var(--ion-color-dark-green);
}
.segment-button-indicator {
  padding: 0px 10px;
}
ion-card {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.change-address-shipping-modal {
  --height: 45%;
  align-items: flex-end;
}
.cookies {
  --height: auto;
  --width: 100%;
  align-items: flex-end;
}
.addedProduct {
  --height: auto;
  align-items: flex-end;
  padding-bottom: 76px;
  --padding-bottom: 76px;
  --border-radius: 16px !important;
}
.d-grid {
  display: grid !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-none {
  display: none;
}
.d-block {
  display: block !important;
}
.object-fit-cover {
  object-fit: cover !important;
}
p {
  margin: 0px;
}
h4 {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  font-family: "Inter-Med";
  font-style: normal;
  margin: 0;
}
h5 {
  font-family: "Knockout HTF29-JuniorLiteweight";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--ion-color-black);
}
h6 {
  font-family: "Inter-800";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.002em;
  color: var(--ion-color-black);
}
.h7 {
  font-family: "Inter-700";
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0.002em;
  color: var(--ion-color-black);
}
.h8 {
  font-family: "Inter-700";
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--ion-color-black);
}
.tabs-text {
  font-family: "Inter-600";
  font-style: normal;
  font-weight: 600;
  font-size: 13.5px;
  line-height: 140%;
}
input::placeholder {
  font-family: "Inter-Light";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: var(--ion-color-gris-60) !important;
}
.menu-extrabold-circle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 16px;
  background: var(--ion-color-white);
  border: 1px solid var(--ion-color-semantic-gray);
  border-radius: 42px;
}
.menu-extrabold {
  font-family: "Inter-800";
  font-style: normal;
  font-weight: 800;
  font-size: 13.5px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: var(--ion-color-dark-green);
}
.text {
  font-style: normal;
  color: var(--ion-color-black) !important;
}
.text-header {
  font-family: "Inter-600";
  font-weight: 600;
  font-size: 15.5px;
  line-height: 120%;
  letter-spacing: -0.01em;
}
.text-tabs {
  font-size: 17px;
  line-height: 100%;
}
.text-tabs-active {
  font-family: "Inter-800";
  font-weight: 800;
}
.text-tabs-inactive {
  font-family: "Inter-600";
  font-weight: 600;
}
.text-price-highlighted {
  font-family: "Inter-700";
  font-weight: 700;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0.002em;
}
.text-paragraph {
  font-family: "Inter-400";
  font-size: 17px;
  line-height: 140%;
  font-weight: 400;
}
.text-paragraph-bold {
  font-family: "Inter-700";
  font-weight: 700;
}
.text-body {
  font-family: "Inter-400";
  font-size: 15.5px;
  line-height: 140%;
  font-weight: 400;
}
.text-body-bold {
  font-family: "Inter-700";
  font-weight: 700;
}
.text-input {
  font-family: "Inter-400";
  font-size: 15.5px;
  font-weight: 400;
  line-height: 125%;
}
.text-input-title {
  font-family: "Inter-500";
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.01em;
}
.text-link {
  font-family: "Inter-700";
  line-height: 100%;
  font-weight: 700;
  font-size: 15.5px;
  letter-spacing: -0.01em;
}
.text-link-small {
  font-family: "Inter-600";
  font-weight: 600;
  font-size: 13.5px;
}
.text-card-product-name {
  font-family: "Inter-700";
  font-weight: 700;
  font-size: 15.5px;
  line-height: 125%;
  text-transform: uppercase;
}
.text-card-product-body {
  font-family: "Inter-400";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.text-card-product-link {
  font-family: "Inter-600";
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  text-decoration-line: underline;
}
.text-small {
  font-family: "Inter-400" !important;
  font-size: 13.5px !important;
  font-weight: 400 !important;
  line-height: 140% !important;
}
.text-small-bold {
  font-family: "Inter-700" !important;
  font-weight: 700 !important;
  line-height: 100% !important;
  letter-spacing: -0.01em !important;
}
.text-caption {
  font-family: "Inter-500";
  font-size: 13.5px;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: -0.01em;
  color: var(--ion-color-semantic-dark-gray);
}
.text-caption-status-track {
  color: var(--ion-color-dark-green) !important;
}
.text-caption-bold {
  font-family: "Inter-700";
  font-weight: 700;
}
.text-track {
  font-family: "Inter-600";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--ion-color-dark-green);
}
.text-profile-items {
  font-family: "Inter-500";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
}
.small-regular {
  font-family: "Inter-400";
  font-style: normal;
  font-weight: 400;
  font-size: 13.5px;
  line-height: 140%;
}
.button-small {
  width: auto;
}
.button-medium {
  width: 75%;
}
.button-large {
  width: 100%;
}
.button-cta-button {
  font-family: "Knockout HTF93-UltmtHeviwt";
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.01em;
}
.button:disabled, .button[disabled] {
  pointer-events: none;
  background: var(--ion-color-gris-10) !important;
  color: var(--ion-color-gris-30) !important;
}
.button-social-button {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.booking-modal {
  --height: auto !important;
  --width: 90% !important;
}
.header-ios ion-toolbar:last-of-type {
  --border-width: 0 !important;
}
.modalBackground {
  --backdrop-opacity: var(--ion-backdrop-opacity, 0.4) !important;
}
.c-white {
  color: var(--ion-color-white);
}
.text-transform-none {
  text-transform: none !important;
}
.text-transform-capitalize {
  text-transform: capitalize !important;
}
.text-decoration-none {
  text-decoration: none;
}
.text-decoration-underline {
  text-decoration: underline;
}
.text-decoration-line-through {
  text-decoration: line-through;
}
.position-relative {
  position: relative;
}
.box-shadow-none {
  box-shadow: none !important;
  --box-shadow: none !important;
}
ion-icon {
  z-index: 1;
}
.select-icon-inner {
  left: 0px !important;
}
.alert-wrapper.sc-ion-alert-ios {
  width: 100% !important;
}
.alert-radio-group.sc-ion-alert-ios,
.alert-checkbox-group.sc-ion-alert-ios {
  max-height: 100% !important;
  height: 100% !important;
}
.changeStore {
  --border-radius: 4px;
}
.loaderModal {
  --background: rgba(248, 245, 239, 0.6) !important;
  background: rgba(248, 245, 239, 0.6) !important;
}
ion-modal::part(content) {
  background: transparent !important;
  box-shadow: none !important;
}
ion-radio {
  width: 24px;
  height: 24px;
}
ion-radio::part(container) {
  border: 1px solid var(--ion-color-semantic-gray);
  background-color: white;
}
ion-radio.radio-checked::part(container) {
  border: 1px solid var(--ion-color-black) !important;
}
ion-radio.radio-checked::part(mark) {
  width: 16px !important;
  height: 16px !important;
}
.c-black {
  color: black !important;
}
.border-top-gray {
  border-top: 1px solid var(--ion-color-semantic-gray);
}
.border-red {
  border: 1px solid var(--ion-color-semantic-red);
}
.m-t-safe-area {
  margin-top: constant(safe-area-inset-top) !important;
  margin-top: env(safe-area-inset-top) !important;
}
body {
  margin-top: constant(safe-area-inset-top) !important;
  margin-top: env(safe-area-inset-top) !important;
}
body.ios-body {
  height: calc(100vh - 44px);
}
@media (max-width: 1023px) {
  #map {
    height: calc(100vh - 90px);
    width: 100%;
    position: fixed !important;
    z-index: 999;
  }
}
#map {
  height: calc(100vh - 90px);
  width: 100%;
}
#mapDesktop {
  height: calc(100vh - 90px);
  width: 100%;
}
.ios-map {
  height: calc(100vh - 244px) !important;
}
ion-header ion-toolbar:first-of-type {
  padding-top: 0px !important;
}
.img-detailcart {
  width: 88px;
  height: 63px;
}
ion-textarea {
  padding-right: 12px;
}
.br-8px {
  border-radius: 8px !important;
}
.br-16px {
  border-radius: 16px !important;
}
.br-4px {
  border-radius: 4px !important;
}
.br-50p {
  border-radius: 50% !important;
}
.br-50px {
  border-radius: 50px !important;
}
.br-80px {
  border-radius: 80px !important;
}
.br-6-6-0-0 {
  border-radius: 6px 6px 0px 0px !important;
}
.b-0_7-semantic-gray {
  border: 0.7px solid var(--ion-color-semantic-gray);
}
.bc-semantic-gray {
  background-color: var(--ion-color-semantic-gray);
}
.b-1-semantic-gray {
  border: 1px solid var(--ion-color-semantic-gray);
}
.bt-1-semantic-gray {
  border-top: 1px solid var(--ion-color-semantic-gray);
}
.bb-1-semantic-gray {
  border-bottom: 1px solid var(--ion-color-semantic-gray);
}
.c-medium-green {
  color: var(--ion-color-medium-green);
}
.b-1-medium-green {
  border: 1px solid var(--ion-color-medium-green);
}
.b-1_5-medium-green {
  border: 1.5px solid var(--ion-color-medium-green);
}
.bc-medium-gray {
  background: var(--ion-color-medium-gray);
}
.bc-light-green {
  background: var(--ion-color-light-green);
}
.c-semantic-medium-gray {
  color: var(--ion-color-semantic-medium-gray) !important;
}
.bb-1-semantic-medium-gray {
  border-bottom: var(--ion-color-semantic-medium-gray) !important;
}
.c-semantic-dark-gray {
  color: var(--ion-color-semantic-dark-gray) !important;
}
.fd-shadow {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.bc-light-gray {
  background: var(--ion-color-light-gray);
}
.float-l {
  float: left;
}
.b-1-dark-gray {
  border: 1px solid var(--ion-color-dark-gray);
}
.b-1-semantic-dark-gray {
  border: 1px solid var(--ion-color-semantic-dark-gray);
}
.b-0_5-semantic-medium-gray {
  border: 0.5px solid var(--ion-color-semantic-medium-gray);
}
.bt-0_5-semantic-medium-gray {
  border-top: 0.5px solid var(--ion-color-semantic-medium-gray);
}
.b-0_5-semantic-gray {
  border: 0.5px solid var(--ion-color-semantic-gray);
}
.z-index-999 {
  z-index: 999;
}
.z-index-1 {
  z-index: 1;
}
.z-index-21 {
  z-index: 21;
}
.z-index-22 {
  z-index: 22;
}
.bottom-0 {
  bottom: 0;
}
.pos-fixed {
  position: fixed;
}
.transition-timing-function-ease {
  transition-timing-function: ease;
}
.pos-relative {
  position: relative;
}
.bc-dark-gray {
  background: var(--ion-color-dark-gray);
}
.bc-semantic-dark-gray {
  background: var(--ion-color-semantic-dark-gray);
}
.br-16px {
  border-radius: 16px;
}
.b-1-light-gray {
  border: 1px solid var(--ion-color-light-gray);
}
.bc-semantic-medium-gray {
  background: var(--ion-color-semantic-medium-gray);
}
.br-5 {
  border-radius: 5px !important;
}
.bc-semantic-red {
  background: var(--ion-color-semantic-red) !important;
}
.b-1-semantic-red {
  border: 1px solid var(--ion-color-semantic-red) !important;
}
.bc-dark-green {
  background: var(--ion-color-dark-green) !important;
}
.c-dark-green {
  color: var(--ion-color-dark-green) !important;
}
.b-0 {
  bottom: 0 !important;
}
.p-e-none {
  pointer-events: none !important;
}
.box-shadow {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}
.box-shadow2 {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.box-shadow3 {
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
}
.justify-content-center {
  justify-content: center !important;
}
.r-10 {
  right: 10px;
}
.t-35 {
  top: 35px;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.r-22 {
  right: 22px;
}
.t-10 {
  top: 10px;
}
.white-space-nowrap {
  white-space: nowrap !important;
}
.bc-transparent {
  background: transparent;
}
.t-0 {
  top: 0;
}
.l-0 {
  left: 0;
}
.b-0 {
  bottom: 0;
}
.r-0 {
  right: 0;
}
.z-index-10 {
  z-index: 10;
}
.b-90px {
  bottom: 90px;
}
.bc-light-blue-green {
  background: var(--ion-color-light-blue-green) !important;
}
.b-EBDA9D {
  background: #EBDA9D !important;
}
.b-81px {
  bottom: 81px !important;
}
.br-8-8-0-0 {
  border-radius: 8px 8px 0px 0px !important;
}
.br-0-8-0-0 {
  border-radius: 0px 8px 0px 0px !important;
}
.br-0-8-8-0 {
  border-radius: 0px 8px 8px 0px !important;
}
.b--1px {
  bottom: -1px;
}
.align-items-center {
  align-items: center;
}
.fixedHeader {
  position: fixed;
  z-index: 99;
}
.div-invalid {
  border: 1px solid var(--ion-color-s-rojo) !important;
}
