@font-face {
  font-family: 'Bungee';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(bungee.woff2) format('woff2');
}

:root {
  --blue: #0066ff;
  --n02: #fff;
  --n10: #f6f8fb;
  --n20: #eef1f6;
  --n30: #dfe4ec;
  --n40: #b9c2d0;
  --n50: #8b96a8;
  --n60: #657184;
  --n80: #1a2947;
}

/* Browser polish */

:root {
  --ui-select-bg: var(--blue);
  --ui-select-text: #ffffff;
  --ui-focus: rgba(0, 102, 255, .26);
  --ui-scroll-track: var(--n10);
  --ui-scroll-thumb: #c9d2e0;
  --ui-scroll-thumb-hover: var(--blue);
}

::selection {
  background: var(--ui-select-bg);
  color: var(--ui-select-text);
  text-shadow:
    0 1px 0 rgba(0, 0, 0, .12),
    1px 0 0 rgba(0, 0, 0, .08),
    -1px 0 0 rgba(0, 0, 0, .08);
}

::-moz-selection {
  background: var(--ui-select-bg);
  color: var(--ui-select-text);
  text-shadow:
    0 1px 0 rgba(0, 0, 0, .12),
    1px 0 0 rgba(0, 0, 0, .08),
    -1px 0 0 rgba(0, 0, 0, .08);
}

html {
  scrollbar-width: thin;
  scrollbar-color: var(--ui-scroll-thumb) var(--ui-scroll-track);
  scrollbar-gutter: stable;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: var(--ui-scroll-track);
}

::-webkit-scrollbar-thumb {
  min-height: 44px;
  border: 3px solid var(--ui-scroll-track);
  border-radius: 999px;
  background: var(--ui-scroll-thumb);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--ui-scroll-thumb-hover);
}

::-webkit-scrollbar-corner {
  background: var(--ui-scroll-track);
}

input,
textarea,
select {
  caret-color: var(--blue);
  accent-color: var(--blue);
}

input::placeholder,
textarea::placeholder {
  color: var(--n50);
  opacity: 1;
}

button,
a,
input,
textarea,
select,
summary,
[role="button"] {
  -webkit-tap-highlight-color: rgba(0, 102, 255, .12);
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 2px solid var(--ui-focus);
  outline-offset: 3px;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible,
[role="button"]:focus-visible {
  border-radius: 8px;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline-offset: 2px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--n80);
  box-shadow: 0 0 0 1000px var(--n02) inset;
  caret-color: var(--blue);
  transition: background-color 9999s ease-out;
}

mark {
  padding: 0 .18em;
  border-radius: 4px;
  background: rgba(0, 102, 255, .12);
  color: var(--blue);
}

hr {
  height: 1px;
  border: 0;
  background: var(--n30);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}

* { box-sizing: border-box; }
html, body { min-height: 100%; }
body { margin: 0; background: var(--n02); color: var(--n80); font-family: OpenSans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button, input { margin: 0; font: inherit; }
button { padding: 0; border: 0; background: none; color: inherit; cursor: pointer; }
button:disabled { cursor: not-allowed; }
i { position: relative; display: inline-block; font-style: normal; }

.stage { position: relative; min-height: 100vh; overflow: hidden; background: var(--n02); }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { display: block; width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.load-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: #fff;
  transform: translate(-50%, -50%);
  will-change: opacity, transform;
}
.load-mark span { font: 400 9px/1 system-ui, sans-serif; letter-spacing: .04em; }

.yema-logo {
  --mark-size: 50px;
  --text-size: calc(var(--mark-size) * .68);
  --ink: var(--blue);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: calc(var(--mark-size) * .18);
  color: var(--ink);
  font-family: "Bungee", system-ui, sans-serif;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  will-change: top, opacity, transform;
}
.yema-logo svg { display: block; width: var(--mark-size); height: var(--mark-size); flex: 0 0 auto; }
.yema-logo > div { display: flex; align-items: baseline; gap: .36em; font-size: var(--text-size); opacity: 0; will-change: opacity, transform; }
.yema-logo span { display: block; font-weight: 400; letter-spacing: -.0333em; }
.yema-logo sup { margin-left: 0; font-family: system-ui, sans-serif; font-size: .4em; font-weight: 100; vertical-align: top; letter-spacing: 0; }

.search {
  position: absolute;
  top: calc(34% + 86px);
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 64%;
  max-width: 960px;
  min-width: 620px;
  margin: 0 auto;
  padding: 9.5px 12px;
  border: .5px solid var(--n30);
  border-radius: 12px;
  background: var(--n02);
  box-shadow: 0 8px 24px #1a29470a, 0 2px 8px #1a294714;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 18px);
  will-change: opacity, transform;
}
.search .line { display: inline-block; width: 1px; height: 36px; background: var(--n30); }
.search .options { position: relative; width: 200px; height: 40px; margin-right: 24px; border-radius: 4px; background: var(--n10); }
.search .options .active-name { position: absolute; inset: 0; padding-left: 16px; color: var(--n80); font-size: 14px; font-weight: 600; line-height: 40px; }
.search .options .all-btn { display: none; }
.search .options .type-item { position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-between; padding-right: 10px; text-align: left; border-radius: 4px; transition: color .2s ease-in-out; }
.search .options .type-item span { display: block; min-width: 0; padding-right: 14px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.search .options .type-item .icon { width: 18px; height: 18px; color: var(--n40); transition: color .2s ease-in-out, transform .2s ease-in-out; }
.search .options .type-item:hover .icon,
.search .options.open .type-item .icon { color: var(--blue); transform: rotate(180deg); }
.search .options .type-item:disabled .icon { opacity: 0; }
.search .options .type-list { position: absolute; top: -10px; left: -12px; z-index: 9; display: none; width: 232px; max-height: calc(100vh - 40px); overflow-y: auto; padding: 10px 0; border: .5px solid var(--n30); border-radius: 12px; background: var(--n02); box-shadow: 0 4px 12px #1a29470a, 0 1px 4px #1a29471a; }
.search .options.open .type-list { display: block; }
.search .options .type-name {
  position: relative;
  display: block;
  width: calc(100% - 28px);
  margin: 0 14px;
  padding: 0 34px 0 14px;
  border-radius: 6px;
  text-align: left;
  font-size: 14px;
  line-height: 40px;
  transition: color .2s ease-in-out, background .2s ease-in-out;
}

.search .options .type-name:after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 19px;
  width: 6px;
  height: 2px;
  background: var(--n40);
  transform-origin: right center;
  transition: width .2s ease-in-out, background .2s ease-in-out;
}

.search .options .type-name:hover {
  background: var(--n10);
}

.search .options .type-name:hover:after,
.search .options .type-name.active:after {
  width: 12px;
  background: var(--blue);
}
.search .options .type-name:hover { background: var(--n10); }
.search .options .type-name:hover:after,
.search .options .type-name.active:after { width: 12px; background: var(--blue); }
.search .options .type-name.active { color: var(--blue); }
.search .input { flex: 1; display: flex; align-items: center; margin-left: 24px; }
.search .input .search-icon { flex: 0 0 auto; color: var(--n40); transition: color .2s ease-in-out; cursor: pointer; }
.search .input.active .search-icon { color: var(--blue); }
.search .input .item { flex: 1; display: flex; align-items: center; min-width: 0; }
.search .input .item input { width: 100%; height: 40px; padding-left: 16px; border: 0; outline: 0; background: var(--n02); color: var(--n80); font-size: 16px; }
.search .input .item input::placeholder { color: var(--n50); }
.search .input .item .auth-fields {
  display: none;
  flex: 1;
  min-width: 0;
  gap: 8px;
  opacity: 0;
  transform: translateY(8px);
}

.search .input .item .auth-field {
  flex: 1;
  min-width: 0;
  height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 8px;
  outline: 0;
  background: var(--n10);
  color: var(--n80);
  font-size: 14px;
  font-weight: 600;
  transition:
    background .2s ease,
    box-shadow .2s ease,
    transform .2s ease;
}

.search .input .item .auth-field:focus {
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, .1);
}

.search .input .item .auth-submit-btn {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 104px;
  height: 40px;
  margin-left: 12px;
  padding: 0 16px;
  border-radius: 9px;
  background: var(--blue);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(0, 102, 255, .22);
  transition:
    transform .2s ease,
    box-shadow .2s ease,
    background .2s ease;
}

.search .input .item .auth-submit-btn .icon {
  width: 18px;
  height: 18px;
}

.search .input .item .auth-submit-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(0, 102, 255, .28);
}

.search .input .item .auth-submit-btn:active {
  transform: translateY(0) scale(.98);
}

.search.is-auth-mode {
  border-color: rgba(0, 102, 255, .2);
  box-shadow: 0 16px 46px rgba(0, 102, 255, .1), 0 4px 14px #1a294714;
}

.search.is-auth-mode .search-icon {
  color: var(--blue);
  transform: rotate(-8deg) scale(1.05);
}

.search.is-auth-mode .search-query-field,
.search.is-auth-mode .clear-btn,
.search.is-auth-mode .country-btn {
  display: none !important;
}

.search.is-auth-mode .auth-fields {
  display: flex !important;
  animation: auth-fields-in .38s cubic-bezier(.22, 1, .36, 1) both;
}

.search.is-auth-mode .auth-submit-btn {
  display: inline-flex !important;
}

.search.is-auth-error .auth-field:focus,
.search.is-auth-error .auth-field {
  box-shadow: 0 0 0 3px rgba(255, 48, 69, .12);
}

/*
body.auth-mode .erp-login-link {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate(-50%, -8px) !important;
}
*/

body.news-preview-hiding .legal-updates {
  visibility: visible;
  pointer-events: none;
}

@keyframes auth-fields-in {
  from {
    opacity: 0;
    transform: translateY(8px) scale(.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.search .input .item .clear-btn { display: none; width: 20px; height: 20px; margin: 0 24px 0 10px; color: var(--n40); border-radius: 50%; }
.search .input .item .clear-btn .icon { width: 20px; height: 20px; }
.search.has-value .input .item .clear-btn { display: inline-flex; }
.search .input .item .clear-btn:hover { color: var(--n50); }
.search .input .item .coll-btn { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; margin-left: 12px; border-radius: 6px; background: var(--n02); color: var(--n60); outline: none; }
.search .input .item .coll-btn:hover { background: var(--n10); }

@media (max-width: 768px) {
  .search { top: calc(30% + 74px); width: calc(100% - 24px); min-width: 0; height: 40px; padding: 6px; }
  .search .line { height: 20px; }
  .search .options { display: flex; align-items: center; justify-content: center; width: 48px; margin-right: 6px; background: transparent; }
  .search .options .active-name { padding-left: 6px; }
  .search .options .all-btn { display: flex; align-items: center; gap: 2px; color: var(--n80); }
  .search .options .all-btn .icon { width: 16px; height: 16px; }
  .search .options .all-btn .arrow { width: 14px; height: 14px; color: var(--n50); transition: transform .2s ease-in-out; }
  .search .options.open .all-btn .arrow { transform: rotate(180deg); }
  .search .options .type-item { display: none; }
  .search .options .type-list { top: -4px; width: 140px; max-height: 40vh; }
  .search .options .type-name {
    width: calc(100% - 12px);
    margin: 0 6px;
    padding: 0 28px 0 12px;
    font-size: 12px;
    line-height: 26px;
  }

  .search .options .type-name:after {
    right: 10px;
    bottom: 12px;
  }
  .search .input { margin-left: 10px; }
  .search .input .search-icon { width: 16px; height: 16px; }
  .search .input .item input { height: inherit; padding-left: 10px; font-size: 12px; }
  .search .input .item .line,
  .search .input .item .line,
  .search .input .item .coll-btn { display: none; }

  .search.is-auth-mode {
    height: auto;
    min-height: 40px;
  }

  .search.is-auth-mode .input {
    align-items: flex-start;
  }

  .search.is-auth-mode .input .item {
    align-items: stretch;
  }

  .search.is-auth-mode .auth-fields {
    flex-direction: column;
    gap: 6px;
  }

  .search.is-auth-mode .auth-field {
    height: 34px;
    font-size: 12px;
  }

  .search.is-auth-mode .auth-submit-btn {
    min-width: 42px;
    width: 42px;
    height: 34px;
    margin-left: 8px;
    padding: 0;
  }

  .search.is-auth-mode .auth-submit-btn span {
    display: none;
  }
  .search .input .item .clear-btn { margin-right: 6px; }
}


.search.legal-search .options {
  width: 200px;
}

.search.legal-search .options .active-name {
  padding-left: 16px;
}

.search.legal-search .options .type-list {
  width: 232px;
}

.search .input .item .country-btn {
  position: relative;
}

.search .input .item .country-btn .folder {
  display: none;
  width: 24px;
  height: 24px;
}

.search .input .item .country-btn .flag {
  position: static;
  display: block;
  width: 24px;
  height: 16px;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
  stroke: none;
}

.search .input .item .country-btn:hover {
  background: var(--n10);
}

.search .input .item .country-btn:hover .flag {
  opacity: .9;
}

.rd-popup-mask {
  position: fixed;
  inset: 0;
  z-index: 190;
  background: rgba(23, 23, 26, .6);
  opacity: 0;
  transition: opacity .22s ease;
}

.rd-popup-wrapper {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  opacity: 0;
  transform: translateY(16px) scale(.985);
  transition: opacity .24s ease, transform .24s cubic-bezier(.22, 1, .36, 1);
}

.rd-popup-mask.is-open,
.rd-popup-wrapper.is-open {
  opacity: 1;
}

.rd-popup-wrapper.is-open {
  transform: translateY(0) scale(1);
}

.rd-popup {
  position: relative;
  width: min(720px, calc(100vw - 56px));
  max-height: calc(100vh - 56px);
  overflow-y: auto;
  border: .5px solid var(--n30);
  border-radius: 16px;
  background: var(--n02);
}

.rd-popup-body {
  height: 100%;
  padding: 40px 0 14px;
}

.rd-popup-content {
  height: 100%;
  padding: 0 32px;
  overflow-y: auto;
}

.collection .header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 72px;
}

.collection .title h2 {
  margin: 4px 0 0;
  color: var(--n80);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.collection .action {
  display: flex;
  align-items: center;
}

.rd-space {
  display: flex;
}

.rd-space-horizontal {
  flex-direction: row;
}

.rd-space-align-center {
  align-items: center;
}

.rd-space-item {
  display: flex;
  margin-right: 16px;
}

.rd-space-item:last-child {
  margin-right: 0;
}

.rd-btn-group {
  display: inline-flex;
}

.rd-btn-group .rd-btn:first-child {
  border-radius: 6px 0 0 6px;
}

.rd-btn-group .rd-btn:last-child {
  margin-left: -1px;
  border-radius: 0 6px 6px 0;
}

.rd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  border: 1px solid var(--n30);
  border-radius: 6px;
  background: var(--n02);
  color: var(--n60);
  transition: background .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease;
}

.rd-btn .icon {
  width: 16px;
  height: 16px;
}

.rd-btn-only-icon {
  width: 48px;
}

.rd-btn-size-large {
  min-width: 94px;
  height: 36px;
  gap: 8px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 600;
}

.rd-btn-primary {
  border-color: transparent;
  background: var(--n10);
  color: var(--n40);
}

.rd-btn:disabled,
.rd-btn-disabled {
  cursor: not-allowed;
  opacity: .72;
}

.collection .content.empty {
  min-height: 154px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
}

.collection .content.empty h3 {
  margin: 0 0 28px;
  color: var(--n80);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.collection .content.empty p {
  margin: 0;
  color: var(--n60);
  font-size: 14px;
  line-height: 22px;
}

.icon-edit-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  margin: 0 -32px;
  padding: 14px 32px 0;
  border-top: .5px solid var(--n30);
}

.icon-edit-bar.disabled {
  pointer-events: none;
}

.color-size {
  display: inline-flex;
  align-items: center;
  width: 116px;
  height: 38px;
  border: 1px solid var(--n30);
  border-radius: 6px;
  color: var(--n40);
  overflow: hidden;
}

.current-color {
  width: 42px;
  height: 28px;
  display: grid;
  place-items: center;
  margin-left: 8px;
  border-radius: 4px;
  background: var(--n10);
}

.current-color .flag {
  width: 28px;
  height: 18px;
  border-radius: 4px;
}

.color-size .divider {
  width: 1px;
  height: 20px;
  margin: 0 12px;
  background: var(--n30);
}

.current-size {
  color: var(--n50);
  font-size: 14px;
  font-weight: 600;
}

.icon-actions .rd-btn {
  margin-left: 0;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 768px) {
	.search.legal-search .options {
	  width: 48px;
	  margin-right: 6px;
	  background: transparent;
	}

	.search.legal-search .options .active-name {
	  padding-left: 6px;
	}

	.search.legal-search .options .all-btn {
	  display: flex;
	}

	.search.legal-search .options .type-item {
	  display: none;
	}

	.search.legal-search .options .type-list {
	  top: -4px;
	  width: 140px;
	  max-height: 40vh;
	}

  .rd-popup-wrapper {
    align-items: flex-end;
    padding: 12px;
  }

  .rd-popup {
    width: 100%;
    max-height: calc(100vh - 24px);
  }

  .rd-popup-body {
    padding-top: 24px;
  }

  .rd-popup-content {
    padding: 0 20px;
  }

  .collection .header {
    min-height: 64px;
  }

  .collection .title h2 {
    font-size: 16px;
  }

  .collection .content.empty {
    min-height: 140px;
  }

  .icon-edit-bar {
    margin: 0 -20px;
    padding: 12px 20px 0;
  }

  .icon-actions .rd-space-item {
    margin-right: 8px;
  }

  .rd-btn-size-large {
    min-width: 72px;
    padding: 0 10px;
  }
}

.rd-popup-mask[hidden],
.rd-popup-wrapper[hidden] {
  display: none !important;
}



.pe-flag {
  display: block;
  width: 24px;
  height: 16px;
  background: linear-gradient(90deg, #d91023 0 33.333%, #fff 33.333% 66.666%, #d91023 66.666% 100%);
}

.search .input .item .country-btn .folder {
  display: none;
}

.search .input .item .country-btn .flag,
.search .input .item .country-btn .pe-flag {
  width: 24px;
  height: 16px;
  border-radius: 0;
  box-shadow: none;
}

.peru-info-modal {
  padding: 24px;
}

.peru-info-alert {
  width: min(500px, calc(100vw - 48px));
  overflow: hidden;
}

.peru-info-alert .rd-popup-body {
  padding: 0;
}

.peru-info-alert .rd-popup-content {
  padding: 0;
  overflow: visible;
}

.peru-info-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 24px 24px 18px;
}

.peru-info-head .pe-flag {
  flex: 0 0 auto;
  margin-top: 5px;
}

.peru-info-title {
  flex: 1;
  min-width: 0;
}

.peru-info-title h2 {
  margin: 0;
  color: var(--n80);
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.peru-info-title p {
  margin: 4px 0 0;
  color: var(--n50);
  font-size: 13px;
  line-height: 18px;
}

.peru-info-close {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin: -4px -6px 0 0;
  border-radius: 8px;
  color: var(--n40);
  transition: background .2s ease, color .2s ease;
}

.peru-info-close .icon {
  width: 20px;
  height: 20px;
}

.peru-info-close:hover {
  background: var(--n10);
  color: var(--n60);
}

.peru-info-content {
  padding: 0 24px 22px;
}

.peru-info-content p {
  margin: 0;
  color: var(--n60);
  font-size: 14px;
  line-height: 22px;
}

.peru-info-content p + p {
  margin-top: 12px;
}

.peru-info-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 24px 24px;
  border-top: .5px solid var(--n30);
}

.peru-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--n10);
  color: var(--n50);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.peru-pill.active {
  background: #e8f0ff;
  color: var(--blue);
}

.peru-info-mask[hidden],
.peru-info-modal[hidden] {
  display: none !important;
}

@media (max-width: 768px) {
  .peru-info-modal {
    align-items: flex-end;
    padding: 12px;
  }

  .peru-info-alert {
    width: 100%;
  }

  .peru-info-head {
    padding: 20px 20px 16px;
  }

  .peru-info-content {
    padding: 0 20px 20px;
  }

  .peru-info-foot {
    padding: 14px 20px 20px;
  }
}


.search .input .search-icon {
  cursor: pointer;
}

.search .input .search-icon:hover,
.search .input .search-icon:focus-visible {
  color: var(--blue);
}


.legal-updates {
  visibility: hidden;
  position: absolute;
  top: calc(34% + 196px);
  left: 50%;
  z-index: 0;
  width: 64%;
  max-width: 960px;
  min-width: 620px;
  border: .5px solid var(--n30);
  border-radius: 14px;
  background: transparent;
  box-shadow: 0 8px 24px #1a294706;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 24px);
  will-change: opacity, transform;
}

body.news-preview-visible .legal-updates,
body.news-expanded .legal-updates {
  visibility: visible;
}

body.is-ready.news-preview-visible .legal-updates,
body.news-expanded .legal-updates {
  pointer-events: auto;
}

.legal-updates-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.legal-update-card {
  min-height: 138px;
  padding: 18px 20px 16px;
  border-right: .5px solid var(--n30);
  opacity: 0;
  transform: translateY(12px);
  will-change: opacity, transform;
}

.legal-update-card:last-child {
  border-right: 0;
}

.legal-update-card time {
  display: block;
  margin-bottom: 10px;
  color: var(--n50);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .015em;
  text-transform: none;
  opacity: .78;
}

.legal-update-card h3 {
  margin: 0 0 8px;
  color: var(--n80);
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.legal-update-card p {
  margin: 0;
  color: var(--n60);
  font-size: 13px;
  line-height: 20px;
}

.legal-updates-more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-top: .5px solid var(--n30);
  color: var(--n50);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}

.legal-updates-more:hover {
  background: rgba(0, 102, 255, .035);
  color: var(--blue);
}

.legal-updates-more::after {
  content: "";
  width: 8px;
  height: 2px;
  margin-left: 10px;
  background: currentColor;
  transform-origin: left center;
  transition: width .2s ease;
}

.legal-updates-more:hover::after {
  width: 16px;
}



.search .input .item input[type="search"]::-webkit-search-decoration,
.search .input .item input[type="search"]::-webkit-search-cancel-button,
.search .input .item input[type="search"]::-webkit-search-results-button,
.search .input .item input[type="search"]::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
  appearance: none;
}

.search .input .item input::-ms-clear,
.search .input .item input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}


.erp-login-link {
  position: absolute;
  top: calc(34% + 154px);
  left: 50%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1px;
  padding-right: 65px;
  font-size: 13px;
  line-height: 19px;
  width: 64%;
  max-width: 960px;
  min-width: 620px;
  color: var(--blue);
  font-weight: 500;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: color .2s ease;
  will-change: opacity, transform;
}

body.is-ready .erp-login-link {
  pointer-events: auto;
}

.erp-login-link span {
  display: inline-block;
}

.erp-login-link svg {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  transition: transform .22s cubic-bezier(.2, .9, .2, 1);
}

.erp-login-link:hover svg {
  transform: translate(2px, -2px);
}

.erp-login-link:active {
  color: var(--n80);
}

@media (max-width: 768px) {
  .erp-login-link {
    top: calc(30% + 124px);
    width: calc(100% - 24px);
    min-width: 0;
    padding-right: 2px;
    font-size: 13px;
  }
}




@media (max-width: 768px) {
  .legal-updates {
    top: calc(30% + 166px);
    width: calc(100% - 24px);
    min-width: 0;
    border-radius: 12px;
  }
  
  .erp-login-link {
    top: calc(30% + 124px);
    width: calc(100% - 24px);
    min-width: 0;
    padding-left: 2px;
    font-size: 13px;
  }

  .legal-updates-grid {
    grid-template-columns: 1fr;
  }

  .legal-update-card {
    min-height: auto;
    padding: 14px 16px;
    border-right: 0;
    border-bottom: .5px solid var(--n30);
  }

  .legal-update-card h3 {
    font-size: 14px;
    line-height: 19px;
  }

  .legal-update-card p {
    font-size: 12px;
    line-height: 18px;
  }

  .legal-updates-more {
    min-height: 40px;
    font-size: 12px;
  }
  
  .erp-login-link {
    top: calc(30% + 124px);
    width: calc(100% - 24px);
    min-width: 0;
    padding-right: 2px;
    font-size: 12px;
    line-height: 18px;
  }
  
  .erp-login-link svg {
    width: 13px;
    height: 13px;
  }
}



/* Site chrome */

.site-topnav {
  position: absolute;
  top: 28px;
  right: 32px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  gap: 26px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  will-change: opacity, transform;
}

.site-topnav-links {
  display: inline-flex;
  align-items: center;
  gap: 24px;
}

.site-topnav-links a {
  color: var(--n60);
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s ease;
}

.site-topnav-links a:hover {
  color: var(--blue);
}

.site-menu-button {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  width: 34px;
  height: 28px;
  border-radius: 8px;
  color: var(--n80);
}

.site-menu-button span {
  display: block;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition:
    width .22s cubic-bezier(.2, .9, .2, 1),
    transform .22s cubic-bezier(.2, .9, .2, 1),
    opacity .18s ease,
    color .2s ease;
}

.site-menu-button span:nth-child(1) {
  width: 24px;
}

.site-menu-button span:nth-child(2) {
  width: 17px;
}

.site-menu-button span:nth-child(3) {
  width: 28px;
}

.site-menu-button:hover {
  color: var(--blue);
}

.site-menu-button:hover span {
  width: 28px;
}

.site-menu-button.is-open span:nth-child(1) {
  width: 24px;
  transform: translateY(7px) rotate(45deg);
}

.site-menu-button.is-open span:nth-child(2) {
  opacity: 0;
}

.site-menu-button.is-open span:nth-child(3) {
  width: 24px;
  transform: translateY(-7px) rotate(-45deg);
}

.site-menu-panel {
  position: absolute;
  top: calc(100% + 16px);
  right: 0;
  width: 302px;
  padding: 14px;
  border: .5px solid var(--n30);
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 42px #1a29471a, 0 4px 14px #1a29470f;
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(-6px) scale(.985);
  transform-origin: top right;
  transition:
    opacity .22s ease,
    transform .24s cubic-bezier(.22, 1, .36, 1);
}

.site-menu-panel.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.site-menu-panel[hidden] {
  display: none !important;
}

.site-menu-item {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 10px;
  color: var(--n80);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}

.site-menu-item:hover {
  background: var(--n10);
  color: var(--blue);
}

.site-menu-icon {
  color: #8ba7ff;
  font-size: 18px;
  line-height: 1;
}

.site-menu-item i {
  color: var(--n40);
  font-size: 17px;
}

.site-menu-item-accent {
  color: var(--blue);
}

.site-menu-line {
  height: 1px;
  margin: 10px 4px;
  background: var(--n30);
}

.site-legal-links {
  position: absolute;
  right: 32px;
  bottom: 24px;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  will-change: opacity, transform;
}

.site-legal-links a,
.site-legal-links span {
  color: var(--n50);
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}

.site-legal-links a {
  text-decoration: none;
  transition: color .2s ease;
}

.site-legal-links a:hover {
  color: var(--blue);
}

.legal-info-modal {
  padding: 24px;
}

.legal-info-alert {
  width: min(560px, calc(100vw - 48px));
  overflow: hidden;
}

.legal-info-alert .rd-popup-body {
  padding: 0;
}

.legal-info-alert .rd-popup-content {
  padding: 0;
  overflow: visible;
}

.legal-info-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 26px 28px 18px;
}

.legal-info-head h2 {
  margin: 0;
  color: var(--n80);
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.legal-info-head p {
  margin: 4px 0 0;
  color: var(--n50);
  font-size: 13px;
  line-height: 18px;
}

.legal-info-close {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin: -4px -6px 0 0;
  border-radius: 8px;
  color: var(--n40);
  transition: background .2s ease, color .2s ease;
}

.legal-info-close .icon {
  width: 20px;
  height: 20px;
}

.legal-info-close:hover {
  background: var(--n10);
  color: var(--n60);
}

.legal-info-content {
  padding: 0 28px 28px;
}

.legal-info-content p {
  margin: 0;
  color: var(--n60);
  font-size: 14px;
  line-height: 22px;
}

.legal-info-content p + p {
  margin-top: 12px;
}

.legal-info-mask[hidden],
.legal-info-modal[hidden] {
  display: none !important;
}

@media (max-width: 768px) {
  .site-topnav {
    top: 18px;
    right: 16px;
    gap: 14px;
  }

  .site-topnav-links {
    display: none;
  }

  .site-menu-panel {
    width: min(302px, calc(100vw - 32px));
  }

  .site-legal-links {
    right: 16px;
    bottom: 16px;
    left: 16px;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 5px 7px;
    text-align: right;
  }

  .site-legal-links a,
  .site-legal-links span {
    font-size: 10px;
  }

  .legal-info-modal {
    align-items: flex-end;
    padding: 12px;
  }

  .legal-info-alert {
    width: 100%;
  }

  .legal-info-head {
    padding: 22px 20px 16px;
  }

  .legal-info-content {
    padding: 0 20px 24px;
  }
}




/* Refined top navigation */

.site-topnav {
  right: 30px;
  gap: 20px;
}

.site-topnav-links {
  gap: 8px;
}

.site-topnav-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 0 10px;
  border: .5px solid rgba(0, 102, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .55);
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  backdrop-filter: blur(10px);
  transition:
    border-color .2s ease,
    background .2s ease,
    color .2s ease,
    transform .2s cubic-bezier(.2, .9, .2, 1);
}

.site-topnav-links a:hover {
  border-color: rgba(0, 102, 255, .28);
  background: rgba(0, 102, 255, .045);
  color: var(--blue);
  transform: translateY(-1px);
}

.site-nav-icon {
  display: block;
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .82;
}

.site-menu-button {
  position: relative;
  z-index: 4;
  width: 28px;
  height: 24px;
  gap: 4px;
  color: var(--blue);
}

.site-menu-button span {
  height: 1px;
}

.site-menu-button span:nth-child(1) {
  width: 20px;
}

.site-menu-button span:nth-child(2) {
  width: 14px;
}

.site-menu-button span:nth-child(3) {
  width: 24px;
}

.site-menu-button:hover span {
  width: 24px;
}

.site-menu-button.is-open span:nth-child(1) {
  width: 20px;
  transform: translateY(5.5px) rotate(45deg);
}

.site-menu-button.is-open span:nth-child(2) {
  opacity: 0;
}

.site-menu-button.is-open span:nth-child(3) {
  width: 20px;
  transform: translateY(-5.5px) rotate(-45deg);
}

.site-menu-panel {
  top: -12px;
  right: -12px;
  width: 306px;
  padding: 50px 12px 12px;
  border: .5px solid rgba(0, 102, 255, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 42px #1a29471a, 0 4px 14px #1a29470f;
  backdrop-filter: blur(18px);
  transform: scale(.982);
  transform-origin: top right;
}

.site-menu-panel.is-open {
  transform: scale(1);
}

.site-menu-item {
  grid-template-columns: 24px 1fr auto;
  gap: 12px;
  min-height: 40px;
  padding: 0 10px;
  color: var(--n80);
  font-size: 13px;
}

.site-menu-item:hover {
  background: rgba(0, 102, 255, .045);
  color: var(--blue);
}

.site-menu-icon {
  display: block;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: var(--blue);
  opacity: .78;
}

.site-menu-item i {
  color: var(--n40);
  font-size: 15px;
}

.site-menu-item-accent {
  color: var(--blue);
}

.site-menu-item-accent .site-menu-icon {
  opacity: 1;
}

.site-menu-line {
  margin: 10px 6px;
  background: rgba(0, 102, 255, .12);
}

/* Centered legal footer */

.site-legal-links {
  left: 0;
  right: 0;
  bottom: 22px;
  justify-content: center;
  width: 100%;
  padding: 0 24px;
  text-align: center;
}

.site-legal-links a,
.site-legal-links span {
  font-size: 10.5px;
  color: var(--n50);
}

.site-legal-links a:hover {
  color: var(--blue);
}

@media (max-width: 768px) {
  .site-topnav {
    right: 14px;
  }

  .site-topnav-links {
    display: none;
  }

  .site-menu-panel {
    right: -2px;
    width: min(306px, calc(100vw - 28px));
  }

  .site-legal-links {
    left: 0;
    right: 0;
    bottom: 14px;
    justify-content: center;
    padding: 0 16px;
    text-align: center;
  }
}




/* News expansion mode */

.legal-update-card {
  display: block;
  color: inherit;
  text-decoration: none;
  border-bottom: .5px solid var(--n30);
  transition:
    background .22s ease,
    box-shadow .22s ease,
    transform .22s cubic-bezier(.2, .9, .2, 1),
    border-color .22s ease;
}

.legal-update-card:nth-child(3n) {
  border-right: 0;
}

.legal-update-card:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.legal-update-card:hover {
  background: linear-gradient(180deg, rgba(0, 102, 255, .04), rgba(255, 255, 255, .28));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75);
}

.legal-update-card:hover h3 {
  color: var(--blue);
}

.legal-updates-more {
  overflow: hidden;
}

.legal-updates-more::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -40%;
  width: 38%;
  background: linear-gradient(90deg, transparent, rgba(0, 102, 255, .10), transparent);
  opacity: 0;
  transform: skewX(-18deg);
}

.legal-updates-more:hover::before,
.legal-updates-more.is-loading::before {
  opacity: 1;
  animation: legal-more-shine 920ms cubic-bezier(.22, 1, .36, 1) infinite;
}

.legal-updates-more.is-loading,
.legal-updates-more.is-disabled {
  pointer-events: none;
}

.legal-updates-more.is-loading {
  color: var(--blue);
}

.legal-updates-more.is-disabled {
  color: var(--n40);
}

.legal-updates-more.is-loading::after {
  width: 14px;
  animation: legal-more-pulse 680ms ease-in-out infinite;
}

@keyframes legal-more-shine {
  from { left: -40%; }
  to { left: 110%; }
}

@keyframes legal-more-pulse {
  0%, 100% { transform: scaleX(.72); opacity: .45; }
  50% { transform: scaleX(1.35); opacity: 1; }
}

body.news-expanded {
  background: var(--n02);
}

body.news-expanded .stage {
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: visible;
  padding: 132px 0 92px;
}

body.news-expanded .yema-logo {
  --mark-size: 38px;
  position: fixed;
  top: 32px !important;
  left: 30px;
  z-index: 22;
  opacity: 1 !important;
  transform: translate(0, -50%) !important;
  pointer-events: auto;
  transition:
    top .52s cubic-bezier(.22, 1, .36, 1),
    left .52s cubic-bezier(.22, 1, .36, 1),
    transform .52s cubic-bezier(.22, 1, .36, 1),
    opacity .22s ease;
}

body.news-expanded .yema-logo > div {
  opacity: 1 !important;
}

body.news-expanded .search {
  position: fixed;
  top: 13px !important;
  left: 50%;
  z-index: 21;
  width: min(760px, calc(100vw - 420px));
  min-width: 360px;
  max-width: 760px;
  padding: 6px 9px;
  border-color: rgba(0, 102, 255, .16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 1); /* .88 */
  box-shadow: 0 14px 38px #1a294714, 0 3px 12px #1a29470d;
  backdrop-filter: blur(18px);
  opacity: 1 !important;
  pointer-events: auto;
  transform: translate(-50%, 0) !important;
  transition:
    top .52s cubic-bezier(.22, 1, .36, 1),
    width .52s cubic-bezier(.22, 1, .36, 1),
    min-width .52s cubic-bezier(.22, 1, .36, 1),
    box-shadow .32s ease,
    background .32s ease,
    transform .52s cubic-bezier(.22, 1, .36, 1);
}

body.news-expanded .search .options {
  width: 126px;
  margin-right: 10px;
}

body.news-expanded .search .options .type-list {
  width: 178px;
}

body.news-expanded .search .line {
  height: 28px;
}

body.news-expanded .search .input {
  margin-left: 12px;
}

body.news-expanded .search .input .item input {
  height: 32px;
  font-size: 13px;
}

body.news-expanded .search .input .item .coll-btn {
  width: 32px;
  height: 32px;
}

body.news-expanded .search.is-auth-mode .auth-field {
  height: 32px;
  font-size: 13px;
}

body.news-expanded .search.is-auth-mode .auth-submit-btn {
  height: 32px;
  min-width: 92px;
}

body.news-expanded .site-topnav {
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 23;
}

body.news-expanded .site-topnav-links {
  display: flex;
  gap: 0;
}

body.news-expanded .site-topnav-links a:not(:first-child) {
  width: 0;
  min-width: 0;
  padding-right: 0;
  padding-left: 0;
  border-width: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(-8px) scale(.96);
}

body.news-expanded .site-topnav-links a:first-child {
  background: rgba(0, 102, 255, .065);
  box-shadow: 0 10px 28px rgba(0, 102, 255, .08);
}

body.news-expanded .erp-login-link {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate(-50%, -8px) !important;
}

body.news-expanded .legal-updates {
  position: relative;
  top: auto;
  left: auto;
  z-index: 2;
  width: min(960px, calc(100% - 64px));
  min-width: 0;
  max-width: 960px;
  margin: 0 auto;
  border-color: rgba(0, 102, 255, .14);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 26px 70px #1a29470f, 0 7px 22px #1a29470a;
  backdrop-filter: blur(16px);
  opacity: 1 !important;
  pointer-events: auto;
  transform: none !important;
  transition:
    width .52s cubic-bezier(.22, 1, .36, 1),
    margin .52s cubic-bezier(.22, 1, .36, 1),
    border-color .32s ease,
    box-shadow .32s ease,
    background .32s ease;
}

body.news-expanded .legal-updates-grid {
  grid-auto-rows: 1fr;
}

@media (max-width: 920px) {
  body.news-expanded .search {
    top: 58px !important;
    width: calc(100% - 28px);
    min-width: 0;
  }

  body.news-expanded .stage {
    padding-top: 114px;
  }
}

@media (max-width: 768px) {
  .legal-update-card:nth-child(3n) {
    border-right: 0;
  }

  .legal-update-card:nth-last-child(-n + 3) {
    border-bottom: .5px solid var(--n30);
  }

  .legal-update-card:last-child {
    border-bottom: 0;
  }

  body.news-expanded .stage {
    padding: 104px 0 76px;
  }

  body.news-expanded .yema-logo {
    --mark-size: 30px;
    top: 28px !important;
    left: 14px;
  }

  body.news-expanded .search {
    top: 56px !important;
    width: calc(100% - 24px);
    min-width: 0;
    height: 40px;
    padding: 6px;
    border-radius: 12px;
  }

  body.news-expanded .search .options {
    width: 48px;
    margin-right: 6px;
  }

  body.news-expanded .search .input {
    margin-left: 10px;
  }

  body.news-expanded .search .input .item input {
    height: inherit;
    font-size: 12px;
  }

  body.news-expanded .site-topnav {
    top: 18px;
    right: 14px;
  }

  body.news-expanded .legal-updates {
    width: calc(100% - 24px);
    border-radius: 14px;
  }
  
  .search.is-auth-mode .auth-submit-btn {
    flex: 0 0 42px;
    min-width: 42px;
    width: 42px;
    height: 34px;
    margin-left: 0;
    padding: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .legal-updates-more::before,
  .legal-updates-more.is-loading::after {
    animation: none !important;
  }
}




@media (prefers-reduced-motion: reduce) {
  .search.is-auth-mode .auth-fields {
    animation: none !important;
  }
}


/* Auth search layout fix */

.search.is-auth-mode .input {
  min-width: 0;
  gap: 14px;
}

.search.is-auth-mode .input .search-icon {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  margin-right: 0;
  overflow: visible;
}

.search.is-auth-mode .input .search-icon use,
.search.is-auth-mode .input .search-icon path,
.search.is-auth-mode .input .search-icon circle {
  overflow: visible;
}

.search.is-auth-mode .input .item {
  flex: 1 1 auto;
  min-width: 0;
  gap: 12px;
}

.search.is-auth-mode .input .item > .line {
  display: none !important;
}

.search.is-auth-mode .auth-fields {
  flex: 1 1 auto;
  min-width: 0;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
}

.search.is-auth-mode .auth-field {
  width: 100% !important;
  min-width: 0;
  padding: 0 14px !important;
}

.search.is-auth-mode .auth-submit-btn {
  flex: 0 0 auto;
  margin-left: 0 !important;
}



/* Solutions dropdown */

.search .options .type-list {
  --type-row-height: 40px;
  --type-visible-rows: 7;

  width: 272px;
  max-height: calc((var(--type-row-height) * var(--type-visible-rows)) + 20px);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #c9d2e0 transparent;
  scrollbar-gutter: stable;
}

.search .options .type-list::-webkit-scrollbar {
  width: 8px;
}

.search .options .type-list::-webkit-scrollbar-track {
  background: transparent;
}

.search .options .type-list::-webkit-scrollbar-thumb {
  border: 2px solid var(--n02);
  border-radius: 999px;
  background: #c9d2e0;
}

.search .options .type-list::-webkit-scrollbar-thumb:hover {
  background: var(--blue);
}

.search .options .type-name {
  min-height: var(--type-row-height);
  line-height: 18px;
  padding-top: 11px;
  padding-bottom: 11px;
  white-space: normal;
}

.search .options .type-name:after {
  bottom: 19px;
}

.search .options .type-list::before,
.search .options .type-list::after {
  content: "";
  position: sticky;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 10px;
  pointer-events: none;
}

.search .options .type-list::before {
  top: -10px;
  margin-top: -10px;
  background: linear-gradient(to bottom, var(--n02), rgba(255, 255, 255, 0));
}

.search .options .type-list::after {
  bottom: -10px;
  margin-bottom: -10px;
  background: linear-gradient(to top, var(--n02), rgba(255, 255, 255, 0));
}

@media (max-width: 768px) {
  .search .options .type-list {
    --type-row-height: 34px;
    --type-visible-rows: 7;

    width: 196px;
    max-height: calc((var(--type-row-height) * var(--type-visible-rows)) + 20px);
  }

  .search .options .type-name {
    min-height: var(--type-row-height);
    line-height: 16px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .search .options .type-name:after {
    bottom: 16px;
  }
}




/* Solution icon switching */

.search .input .search-icon {
  transition:
    color .2s ease,
    transform .24s cubic-bezier(.22, 1, .36, 1),
    opacity .2s ease;
}

.search.is-auth-mode .input .search-icon {
  color: var(--blue);
  transform: scale(1.06);
}

.search.is-auth-mode .input.active .search-icon {
  transform: scale(1.12) rotate(-4deg);
}

/* Purchase request modal */

.purchase-request-mask[hidden],
.purchase-request-modal[hidden] {
  display: none !important;
}

.purchase-request-modal {
  padding: 24px;
}

.purchase-request-card {
  width: min(640px, calc(100vw - 48px));
  overflow: hidden;
}

.purchase-request-form {
  padding: 0;
}

.purchase-request-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 4px 0 0;
}

.purchase-field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.purchase-field-full {
  grid-column: 1 / -1;
}

.purchase-field span {
  color: var(--n60);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.purchase-field input,
.purchase-field select,
.purchase-field textarea {
  width: 100%;
  min-width: 0;
  border: .5px solid var(--n30);
  border-radius: 10px;
  background: var(--n10);
  color: var(--n80);
  font: inherit;
  font-size: 14px;
  outline: 0;
  transition:
    border-color .2s ease,
    background .2s ease,
    box-shadow .2s ease;
}

.purchase-field input,
.purchase-field select {
  height: 42px;
  padding: 0 13px;
}

.purchase-field textarea {
  resize: vertical;
  min-height: 104px;
  padding: 12px 13px;
  line-height: 20px;
}

.purchase-field input:focus,
.purchase-field select:focus,
.purchase-field textarea:focus {
  border-color: rgba(0, 102, 255, .32);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, .09);
}

.purchase-request-actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 18px;
}

.purchase-submit {
  min-width: 170px;
  border-color: transparent;
  background: var(--blue);
  color: #fff;
  box-shadow: 0 14px 30px rgba(0, 102, 255, .2);
}

.purchase-submit .icon {
  width: 17px;
  height: 17px;
}

@media (max-width: 768px) {
  .purchase-request-modal {
    align-items: flex-end;
    padding: 12px;
  }

  .purchase-request-card {
    width: 100%;
  }

  .purchase-request-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .purchase-request-actions {
    justify-content: stretch;
  }

  .purchase-submit {
    width: 100%;
  }
}




/* Universal solutions flyout */

.solutions-panel {
  position: fixed;
  top: 74px;
  left: 50%;
  z-index: 28;
  width: min(1120px, calc(100vw - 48px));
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -18px) scale(.985);
  transform-origin: top center;
  transition:
    opacity .22s ease,
    transform .28s cubic-bezier(.22, 1, .36, 1);
}

.solutions-panel.is-open {
  pointer-events: auto;
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.solutions-panel[hidden] {
  display: none !important;
}

.solutions-panel-inner {
  overflow: hidden;
  border: .5px solid rgba(185, 194, 208, .78);
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
  box-shadow:
    0 28px 72px rgba(26, 41, 71, .13),
    0 8px 24px rgba(26, 41, 71, .08);
  backdrop-filter: blur(22px);
}

.solutions-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 24px 18px;
  border-bottom: .5px solid var(--n30);
}

.solutions-panel-head p {
  margin: 0 0 6px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .02em;
}

.solutions-panel-head h2 {
  margin: 0;
  color: var(--n80);
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: -.02em;
}

.solutions-panel-close {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  color: var(--n40);
  transition:
    background .2s ease,
    color .2s ease,
    transform .2s ease;
}

.solutions-panel-close .icon {
  width: 20px;
  height: 20px;
}

.solutions-panel-close:hover {
  background: var(--n10);
  color: var(--n80);
  transform: rotate(4deg);
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--n30);
}

.solution-card {
  display: grid;
  grid-template-columns: 36px 1fr;
  grid-template-rows: auto auto;
  align-items: flex-start;
  gap: 6px 12px;
  min-height: 134px;
  padding: 18px;
  background: rgba(255, 255, 255, .96);
  text-align: left;
  transition:
    background .2s ease,
    transform .22s cubic-bezier(.22, 1, .36, 1),
    box-shadow .22s ease;
}

.solution-card .icon {
  grid-row: 1 / span 2;
  width: 28px;
  height: 28px;
  margin-top: 1px;
  color: var(--blue);
  stroke-width: 1.8;
}

.solution-card strong {
  display: block;
  color: var(--n80);
  font-size: 14px;
  font-weight: 850;
  line-height: 20px;
}

.solution-card span {
  display: block;
  color: var(--n60);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.solution-card:hover {
  position: relative;
  z-index: 1;
  background: #fff;
  transform: translateY(-2px);
  box-shadow:
    0 18px 36px rgba(0, 102, 255, .09),
    0 0 0 1px rgba(0, 102, 255, .08);
}

.solution-card:hover strong {
  color: var(--blue);
}

.solutions-panel-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 20px;
  background:
    linear-gradient(90deg, rgba(0, 102, 255, .055), rgba(255, 255, 255, .92));
}

.solutions-foot-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition:
    background .2s ease,
    transform .2s ease;
}

.solutions-foot-link:hover {
  background: rgba(0, 102, 255, .08);
  transform: translateY(-1px);
}

.site-topnav-links a.is-open,
.site-menu-item.is-open {
  color: var(--blue);
}

.site-menu-panel .site-menu-item[data-legal-info="sobre"] {
  background: rgba(0, 102, 255, .045);
}

@media (max-width: 1024px) {
  .solutions-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .solutions-panel {
    top: 64px;
    width: calc(100vw - 24px);
  }

  .solutions-panel-inner {
    max-height: calc(100vh - 84px);
    overflow-y: auto;
    border-radius: 16px;
  }

  .solutions-panel-head {
    padding: 18px;
  }

  .solutions-panel-head h2 {
    font-size: 18px;
    line-height: 25px;
  }

  .solutions-grid {
    grid-template-columns: 1fr;
  }

  .solution-card {
    min-height: auto;
    padding: 15px 16px;
  }

  .solutions-panel-foot {
    flex-direction: column;
    align-items: stretch;
  }

  .solutions-foot-link {
    justify-content: center;
  }
}




/* Marketing panels: click controlled */

.solutions-panel,
.plans-panel {
  position: fixed;
  top: 74px;
  left: 50%;
  z-index: 28;
  width: min(1120px, calc(100vw - 48px));
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -18px) scale(.985);
  transform-origin: top center;
  transition:
    opacity .22s ease,
    transform .28s cubic-bezier(.22, 1, .36, 1);
}

.solutions-panel.is-open,
.plans-panel.is-open {
  pointer-events: auto;
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.solutions-panel[hidden],
.plans-panel[hidden] {
  display: none !important;
}

.plans-panel-inner {
  overflow: hidden;
  border: .5px solid rgba(185, 194, 208, .78);
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
  box-shadow:
    0 28px 72px rgba(26, 41, 71, .13),
    0 8px 24px rgba(26, 41, 71, .08);
  backdrop-filter: blur(22px);
}

.plans-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 24px 18px;
  border-bottom: .5px solid var(--n30);
}

.plans-panel-head p {
  margin: 0 0 6px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .02em;
}

.plans-panel-head h2 {
  margin: 0;
  color: var(--n80);
  font-size: 22px;
  font-weight: 850;
  line-height: 30px;
  letter-spacing: -.02em;
}

.plans-panel-head span {
  display: block;
  max-width: 720px;
  margin-top: 6px;
  color: var(--n60);
  font-size: 13px;
  line-height: 20px;
}

.plans-panel-close {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  color: var(--n40);
  transition:
    background .2s ease,
    color .2s ease,
    transform .2s ease;
}

.plans-panel-close .icon {
  width: 20px;
  height: 20px;
}

.plans-panel-close:hover {
  background: var(--n10);
  color: var(--n80);
  transform: rotate(4deg);
}

.plans-tabs {
  display: flex;
  gap: 8px;
  padding: 14px 20px;
  border-bottom: .5px solid var(--n30);
  overflow-x: auto;
  scrollbar-width: thin;
}

.plans-tab {
  flex: 0 0 auto;
  min-height: 32px;
  padding: 0 12px;
  border: .5px solid var(--n30);
  border-radius: 999px;
  background: #fff;
  color: var(--n60);
  font-size: 12px;
  font-weight: 800;
  transition:
    background .2s ease,
    border-color .2s ease,
    color .2s ease,
    transform .2s ease;
}

.plans-tab:hover,
.plans-tab.is-active {
  border-color: rgba(0, 102, 255, .22);
  background: rgba(0, 102, 255, .075);
  color: var(--blue);
  transform: translateY(-1px);
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--n30);
}

.plan-card {
  display: flex;
  flex-direction: column;
  min-height: 292px;
  padding: 18px;
  background: rgba(255, 255, 255, .96);
  transition:
    background .2s ease,
    transform .22s cubic-bezier(.22, 1, .36, 1),
    box-shadow .22s ease;
}

.plan-card[hidden] {
  display: none !important;
}

.plan-card:hover {
  position: relative;
  z-index: 1;
  background: #fff;
  transform: translateY(-2px);
  box-shadow:
    0 18px 36px rgba(0, 102, 255, .09),
    0 0 0 1px rgba(0, 102, 255, .08);
}

.plan-card-top {
  display: grid;
  gap: 7px;
  margin-bottom: 12px;
}

.plan-card-top span {
  display: inline-flex;
  width: fit-content;
  min-height: 24px;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  background: var(--n10);
  color: var(--n50);
  font-size: 11px;
  font-weight: 850;
}

.plan-card-top strong {
  color: var(--n80);
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
}

.plan-card p {
  margin: 0 0 12px;
  color: var(--n60);
  font-size: 12px;
  line-height: 18px;
}

.plan-card ul {
  display: grid;
  gap: 7px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.plan-card li {
  position: relative;
  padding-left: 16px;
  color: var(--n60);
  font-size: 12px;
  line-height: 17px;
}

.plan-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 2px;
  border-radius: 999px;
  background: var(--blue);
}

.plan-card button {
  width: 100%;
  min-height: 36px;
  margin-top: auto;
  border-radius: 9px;
  background: var(--n10);
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  transition:
    background .2s ease,
    color .2s ease,
    transform .2s ease;
}

.plan-card button:hover {
  background: var(--blue);
  color: #fff;
  transform: translateY(-1px);
}

.plan-card-featured {
  box-shadow: inset 0 0 0 1px rgba(0, 102, 255, .14);
}

.plan-card-featured .plan-card-top span {
  background: rgba(0, 102, 255, .08);
  color: var(--blue);
}

.plan-card-dark {
  background:
    radial-gradient(circle at 20% 0, rgba(0, 102, 255, .22), transparent 34%),
    #101b33;
}

.plan-card-dark .plan-card-top strong,
.plan-card-dark p,
.plan-card-dark li {
  color: #fff;
}

.plan-card-dark .plan-card-top span {
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.plan-card-dark button {
  background: #fff;
  color: var(--blue);
}

.plans-panel-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 20px;
  background:
    linear-gradient(90deg, rgba(0, 102, 255, .055), rgba(255, 255, 255, .92));
}

.plans-panel-foot span {
  color: var(--n60);
  font-size: 12px;
  line-height: 18px;
}

.plans-panel-foot button {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 12px 24px rgba(0, 102, 255, .18);
}

.site-topnav-links a.is-open,
.site-menu-item.is-open {
  color: var(--blue);
}

@media (max-width: 1024px) {
  .plans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Purchase request modal polish */

.purchase-request-card .rd-popup-body {
  padding: 0 !important;
}

.purchase-request-card .rd-popup-content {
  padding: 0 !important;
  overflow: visible;
}

.purchase-request-card .legal-info-head {
  margin: 0;
  padding: 28px 32px 18px;
}

.purchase-request-card .purchase-request-grid {
  padding: 0 32px;
}

.purchase-request-card .purchase-request-actions {
  padding: 20px 32px 30px;
}

.purchase-request-card .purchase-submit {
  min-height: 40px;
}

@media (max-width: 768px) {
  .purchase-request-card .legal-info-head {
    padding: 22px 20px 16px;
  }

  .purchase-request-card .purchase-request-grid {
    padding: 0 20px;
  }

  .purchase-request-card .purchase-request-actions {
    padding: 18px 20px 24px;
  }
}

@media (max-width: 768px) {
  .solutions-panel,
  .plans-panel {
    top: 64px;
    width: calc(100vw - 24px);
  }

  .plans-panel-inner {
    max-height: calc(100vh - 84px);
    overflow-y: auto;
    border-radius: 16px;
  }

  .plans-panel-head {
    padding: 18px;
  }

  .plans-panel-head h2 {
    font-size: 18px;
    line-height: 25px;
  }

  .plans-grid {
    grid-template-columns: 1fr;
  }

  .plan-card {
    min-height: auto;
    padding: 16px;
  }

  .plans-panel-foot {
    flex-direction: column;
    align-items: stretch;
  }

  .plans-panel-foot button {
    width: 100%;
  }
}



/* Click-only marketing panels guard */

.site-topnav-links a[data-solutions-trigger]:hover,
.site-menu-item[data-solutions-trigger]:hover {
  color: var(--blue);
}

.solutions-panel:not(.is-open) {
  pointer-events: none !important;
  opacity: 0;
}




/* Auth helper link: keep visible as forgot password */

body.auth-mode .erp-login-link {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translate(-50%, 0) !important;
}

body.auth-mode .erp-login-link span {
  color: var(--blue);
}


/* Support + Libro de Reclamaciones modals */

.access-support-mask[hidden],
.access-support-modal[hidden],
.claims-book-mask[hidden],
.claims-book-modal[hidden] {
  display: none !important;
}

.support-card,
.claims-book-card {
  width: min(640px, calc(100vw - 48px));
  overflow: hidden;
}

.support-card .rd-popup-body,
.claims-book-card .rd-popup-body {
  padding: 0 !important;
}

.support-card .rd-popup-content,
.claims-book-card .rd-popup-content {
  padding: 0 !important;
  overflow: visible;
}

.support-card .legal-info-head,
.claims-book-card .legal-info-head {
  margin: 0;
  padding: 28px 32px 18px;
}

.support-grid,
.claims-book-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0 32px;
}

.support-field,
.claims-field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.support-field-full,
.claims-field-full {
  grid-column: 1 / -1;
}

.support-field span,
.claims-field span,
.claims-check span {
  color: var(--n60);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.support-field input,
.support-field textarea,
.claims-field input,
.claims-field select,
.claims-field textarea {
  width: 100%;
  min-width: 0;
  border: .5px solid var(--n30);
  border-radius: 10px;
  background: var(--n10);
  color: var(--n80);
  font: inherit;
  font-size: 14px;
  outline: 0;
  transition:
    border-color .2s ease,
    background .2s ease,
    box-shadow .2s ease;
}

.support-field input,
.claims-field input,
.claims-field select {
  height: 42px;
  padding: 0 13px;
}

.support-field textarea,
.claims-field textarea {
  resize: vertical;
  min-height: 86px;
  padding: 12px 13px;
  line-height: 20px;
}

.support-field input:focus,
.support-field textarea:focus,
.claims-field input:focus,
.claims-field select:focus,
.claims-field textarea:focus {
  border-color: rgba(0, 102, 255, .32);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, .09);
}

.claims-check {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  padding: 2px 0 0;
}

.claims-check input {
  width: 16px;
  height: 16px;
  margin-top: 1px;
}

.claims-note {
  margin: 14px 32px 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(0, 102, 255, .055);
  color: var(--n60);
  font-size: 12px;
  line-height: 18px;
}

.claims-note strong {
  color: var(--n80);
}

.support-actions,
.claims-actions {
  display: flex;
  justify-content: flex-end;
  padding: 20px 32px 30px;
}

.support-submit,
.claims-submit {
  min-width: 150px;
  min-height: 40px;
  border-color: transparent;
  background: var(--blue);
  color: #fff;
  box-shadow: 0 14px 30px rgba(0, 102, 255, .2);
}

/* Mobile polish */

@media (max-width: 768px) {
  .access-support-modal,
  .claims-book-modal {
    align-items: flex-end;
    padding: 12px;
  }

  .support-card,
  .claims-book-card {
    width: 100%;
    max-height: calc(100vh - 24px);
  }

  .support-card .legal-info-head,
  .claims-book-card .legal-info-head {
    padding: 22px 20px 16px;
  }

  .support-grid,
  .claims-book-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 20px;
  }

  .support-actions,
  .claims-actions {
    justify-content: stretch;
    padding: 18px 20px 24px;
  }

  .support-submit,
  .claims-submit {
    width: 100%;
  }

  .claims-note {
    margin: 14px 20px 0;
  }
}


@media (max-width: 768px) {
  .search {
    max-width: none;
  }

  .site-topnav {
    right: 14px;
    gap: 12px;
  }

  .site-topnav-links {
    gap: 8px;
  }

  .site-topnav-links a {
    min-height: 30px;
    padding: 0 9px;
    border: .5px solid var(--n30);
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    font-size: 12px;
  }

  .site-menu-panel {
    right: 0;
    width: min(302px, calc(100vw - 24px));
    max-height: calc(100vh - 82px);
    overflow-y: auto;
  }

  .solutions-panel-inner,
  .plans-panel-inner {
    max-height: calc(100vh - 84px);
    overflow-y: auto;
  }

  .erp-login-link {
    justify-content: center;
    padding-right: 0 !important;
    text-align: center;
  }
}


/* Magnetic Entrar button */

.auth-submit-btn {
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.search.is-auth-mode .auth-submit-btn {
  position: relative;
  overflow: hidden;
}

.search.is-auth-mode .auth-submit-btn::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, .36), transparent 32%),
    linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, .28), transparent 70%);
  opacity: 0;
  transform: translateX(-18%) rotate(12deg);
  transition:
    opacity .24s ease,
    transform .42s cubic-bezier(.22, 1, .36, 1);
  pointer-events: none;
}

.search.is-auth-mode .auth-submit-btn:hover::before {
  opacity: 1;
  transform: translateX(18%) rotate(12deg);
}

.search.is-auth-mode .auth-submit-btn span,
.search.is-auth-mode .auth-submit-btn .icon {
  position: relative;
  z-index: 1;
}




/* Flowing blue border on cards */

.legal-update-card,
.solution-card,
.plan-card {
  position: relative;
  overflow: hidden;
}

.legal-update-card::before,
.legal-update-card::after,
.solution-card::before,
.solution-card::after,
.plan-card::before,
.plan-card::after {
  content: "";
  position: absolute;
  z-index: 4;
  pointer-events: none;
  border-color: var(--blue);
  border-style: solid;
  opacity: 0;
}

.legal-update-card::before,
.solution-card::before,
.plan-card::before {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 1px 0 0 1px;
  transition:
    width .24s cubic-bezier(.22, 1, .36, 1),
    height .24s cubic-bezier(.22, 1, .36, 1) .18s,
    opacity .12s ease;
}

.legal-update-card::after,
.solution-card::after,
.plan-card::after {
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 0 1px 1px 0;
  transition:
    height .24s cubic-bezier(.22, 1, .36, 1) .22s,
    width .24s cubic-bezier(.22, 1, .36, 1) .4s,
    opacity .12s ease;
}

.legal-update-card:hover::before,
.legal-update-card:hover::after,
.solution-card:hover::before,
.solution-card:hover::after,
.plan-card:hover::before,
.plan-card:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.legal-update-card:hover,
.solution-card:hover,
.plan-card:hover {
  border-color: rgba(0, 102, 255, .22);
}


/* ERP gate transition */

body.erp-gate-transition {
  overflow: hidden;
}

body.erp-gate-transition .search,
body.erp-gate-transition .erp-login-link,
body.erp-gate-transition .legal-updates,
body.erp-gate-transition .site-topnav,
body.erp-gate-transition .site-legal-links,
body.erp-gate-transition .solutions-panel,
body.erp-gate-transition .plans-panel,
body.erp-gate-transition .site-menu-panel {
  opacity: 0 !important;
  pointer-events: none !important;
  transition:
    opacity .34s ease,
    transform .48s cubic-bezier(.22, 1, .36, 1) !important;
}

body.erp-gate-transition .search {
  transform: translate(-50%, 24px) scale(.985) !important;
}

body.erp-gate-transition .erp-login-link {
  transform: translate(-50%, 12px) !important;
}

body.erp-gate-transition .site-topnav,
body.erp-gate-transition .site-legal-links {
  transform: translateY(-10px) !important;
}

body.erp-gate-transition .yema-logo {
  --mark-size: 58px;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 2600 !important;
  opacity: 1 !important;
  pointer-events: none !important;
  transform: translate(-50%, -50%) scale(1.05) !important;
  transition:
    top .58s cubic-bezier(.22, 1, .36, 1),
    transform .58s cubic-bezier(.22, 1, .36, 1),
    opacity .24s ease !important;
}

body.erp-gate-transition .yema-logo > div {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

body.erp-gate-transition::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 2700;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      #0057dc 0%,
      #0066ff 34%,
      #7db8ff 46%,
      #ffffff 50%,
      #61a8ff 54%,
      #0066ff 70%,
      #003f9f 100%
    );
  transform: scaleX(0);
  transform-origin: left center;
  animation: erp-gate-curtain .96s .62s cubic-bezier(.77, 0, .18, 1) forwards;
}

body.erp-gate-transition::after {
  content: "";
  position: fixed;
  top: -20vh;
  bottom: -20vh;
  left: -28vw;
  z-index: 2701;
  width: 24vw;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, .18),
      rgba(255, 255, 255, .85),
      rgba(255, 255, 255, .18),
      transparent
    );
  transform: skewX(-14deg);
  opacity: 0;
  animation: erp-gate-shine .82s .82s cubic-bezier(.22, 1, .36, 1) forwards;
}

@keyframes erp-gate-curtain {
  0% {
    transform: scaleX(0);
  }

  72% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(1);
  }
}

@keyframes erp-gate-shine {
  0% {
    left: -28vw;
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    left: 116vw;
    opacity: 0;
  }
}


/* Access support modal */

.access-support-mask[hidden],
.access-support-modal[hidden] {
  display: none !important;
}

.access-support-card {
  width: min(600px, calc(100vw - 48px));
  overflow: hidden;
}

.access-support-card .rd-popup-body {
  padding: 0 !important;
}

.access-support-card .rd-popup-content {
  padding: 0 !important;
  overflow: visible;
}

.access-support-card .legal-info-head {
  margin: 0;
  padding: 28px 32px 18px;
}

.access-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0 32px;
}

.access-support-field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.access-support-field-full {
  grid-column: 1 / -1;
}

.access-support-field span {
  color: var(--n60);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.access-support-field input,
.access-support-field textarea {
  width: 100%;
  min-width: 0;
  border: .5px solid var(--n30);
  border-radius: 10px;
  background: var(--n10);
  color: var(--n80);
  font: inherit;
  font-size: 14px;
  outline: 0;
  transition:
    border-color .2s ease,
    background .2s ease,
    box-shadow .2s ease;
}

.access-support-field input {
  height: 42px;
  padding: 0 13px;
}

.access-support-field textarea {
  resize: vertical;
  min-height: 88px;
  padding: 12px 13px;
  line-height: 20px;
}

.access-support-field input:focus,
.access-support-field textarea:focus {
  border-color: rgba(0, 102, 255, .32);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, .09);
}

.access-support-actions {
  display: flex;
  justify-content: flex-end;
  padding: 20px 32px 30px;
}

.access-support-submit,
.legal-info-action-primary {
  min-height: 40px;
  border-color: transparent;
  background: var(--blue);
  color: #fff;
  box-shadow: 0 14px 30px rgba(0, 102, 255, .2);
}

.legal-info-actions {
  display: flex;
  justify-content: flex-start;
  padding-top: 4px;
}

.legal-info-action-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  padding: 0 16px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 800;
  transition:
    transform .2s ease,
    box-shadow .2s ease;
}

.legal-info-action-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(0, 102, 255, .24);
}

@media (max-width: 768px) {
  .access-support-modal {
    align-items: flex-end;
    padding: 12px;
  }

  .access-support-card {
    width: 100%;
    max-height: calc(100vh - 24px);
  }

  .access-support-card .legal-info-head {
    padding: 22px 20px 16px;
  }

  .access-support-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 20px;
  }

  .access-support-actions {
    justify-content: stretch;
    padding: 18px 20px 24px;
  }

  .access-support-submit {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.erp-gate-transition::before,
  body.erp-gate-transition::after {
    animation-duration: .01ms !important;
    animation-delay: .01ms !important;
  }
}


/* Legal search results */

.search {
  overflow: visible;
}

.search-results {
  position: absolute;
  top: calc(100% + 12px);
  left: 256px;
  right: 12px;
  z-index: 18;
  overflow: hidden;
  border: .5px solid rgba(185, 194, 208, .86);
  border-radius: 14px;
  background: rgba(255, 255, 255, .96);
  box-shadow:
    0 22px 52px rgba(26, 41, 71, .12),
    0 6px 18px rgba(26, 41, 71, .08);
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(-6px) scale(.985);
  transform-origin: top center;
  animation: search-results-in .22s cubic-bezier(.22, 1, .36, 1) forwards;
}

.search-results[hidden],
.search.is-auth-mode .search-results {
  display: none !important;
}

.search-results-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 15px 11px;
  border-bottom: .5px solid var(--n30);
}

.search-results-title strong {
  color: var(--n80);
  font-size: 13px;
  font-weight: 900;
  line-height: 18px;
}

.search-results-title span {
  min-width: 0;
  color: var(--n50);
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  text-align: right;
}

.search-result-item {
  position: relative;
  display: grid;
  gap: 5px;
  width: 100%;
  padding: 13px 15px 14px;
  border-bottom: .5px solid var(--n30);
  background: #fff;
  text-align: left;
  overflow: hidden;
  transition:
    background .2s ease,
    transform .22s cubic-bezier(.22, 1, .36, 1);
}

.search-result-item:last-child {
  border-bottom: 0;
}

.search-result-item:hover {
  background: rgba(0, 102, 255, .035);
  transform: translateY(-1px);
}

.search-result-meta {
  color: var(--n50);
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1;
}

.search-result-item strong {
  color: var(--n80);
  font-size: 13px;
  font-weight: 900;
  line-height: 18px;
}

.search-result-item:hover strong {
  color: var(--blue);
}

.search-result-item small {
  display: -webkit-box;
  max-height: 36px;
  overflow: hidden;
  color: var(--n60);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.search-results-empty {
  padding: 16px;
  color: var(--n60);
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.search.has-search-results .input .search-icon {
  color: var(--blue);
}

@keyframes search-results-in {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 768px) {
  .search-results {
    left: 8px;
    right: 8px;
    top: calc(100% + 8px);
    max-height: min(420px, calc(100vh - 190px));
    overflow-y: auto;
    border-radius: 12px;
  }

  .search-results-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    padding: 12px;
  }

  .search-results-title span {
    text-align: left;
  }

  .search-result-item {
    padding: 12px;
  }
}


/* News animation smoothing */

.legal-update-card {
  backface-visibility: hidden;
  transform: translate3d(0, 12px, 0);
  contain: paint;
}

.legal-updates {
  backface-visibility: hidden;
  transform: translate3d(-50%, 24px, 0);
}


/* ERP gate curtain: pure YEMA blue */

body.erp-gate-transition::before {
  background: var(--blue) !important;
}

body.erp-gate-transition::after {
  display: none !important;
  animation: none !important;
}