/* ../../src/Rl.Platform.360/wwwroot/css/tokens.css */
:root {
  --teal:#0F4C5C;
  --teal-d:#0A3641;
  --teal-50:#E4EDEF;
  --amber:#D4AF37;
  --amber-d:#8A6D12;
  --amber-50:#F7EFD6;
  --sand:#F5EFE3;
  --rose:#A72F5C;
  --rose-50:#F7E7EE;
  --ink:#1F2A2E;
  --muted:#6B7A7E;
  --faint:#8A969A;
  --line:#ECEFEE;
  --line-2:#E3E8E7;
  --ink-deep:#0C3B47;
  --green:#2E7D43;
  --green-50:#E5F3E7;
  --shadow-pill:0 1px 4px rgba(0,0,0,.05);
  --shadow-float:0 12px 44px rgba(20,40,46,.18);
  --r-pill:999px;
  --r-card:15px;
  --r-btn:11px;
}
.logo,
.brand,
.blogo,
.fbrand,
.fb {
  text-transform: uppercase !important;
  letter-spacing: .02em !important;
}
:where(a, button, summary, input, [tabindex]):focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
  border-radius: 4px;
}

/* ../../src/Rl.Platform.360/wwwroot/css/base.css */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family:
    "Manrope",
    system-ui,
    sans-serif;
  color: var(--ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:root {
  --gutter:30px;
}
@media (max-width: 1024px) {
  :root {
    --gutter:24px;
  }
}
@media (max-width: 680px) {
  :root {
    --gutter:16px;
  }
}
.wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.btn-pri {
  background: var(--teal-d);
  color: #fff;
  border: none;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
}
.btn-pri:hover {
  background: #085a6f;
}
header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.hbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -.01em;
  flex: 0 0 auto;
}
.wordmark {
  font-family:
    "Manrope",
    system-ui,
    sans-serif;
  font-weight: 800;
  letter-spacing: .005em;
}
.logo .wordmark {
  color: var(--teal);
}
.wordmark .n360 {
  color: var(--amber);
  font-weight: 700;
}
footer .fbrand .wordmark {
  font-size: 19px;
}
.pill {
  display: flex;
  align-items: center;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  padding: 5px 5px 5px 6px;
  box-shadow: var(--shadow-pill);
  cursor: pointer;
  transition: box-shadow .2s, transform .2s;
}
.pill:hover {
  box-shadow: 0 3px 12px rgba(0, 0, 0, .09);
}
.pill .s {
  font-size: 13.5px;
  font-weight: 600;
  padding: 8px 18px;
  border-right: 1px solid var(--line);
  white-space: nowrap;
}
.pill .s.mut {
  color: var(--faint);
  font-weight: 500;
  border-right: none;
}
.pill .orb {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-left: 8px;
  flex: 0 0 auto;
}
.hr {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13.5px;
  flex: 0 0 auto;
}
.hr {
  align-items: center;
}
.hr .lnk {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
  font-weight: 700;
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--teal-d);
  border: 0;
  background: none;
  cursor: pointer;
  font-family: inherit;
}
.hr .lnk i {
  font-size: 18px;
}
.hr .lnk.iconbtn {
  width: 38px;
  height: 38px;
  padding: 0;
  justify-content: center;
  border-radius: 50%;
}
.rl-logo {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
}
footer .fbrand .rl-logo {
  width: 26px;
  height: 26px;
}
.glb {
  line-height: 1;
}
.glb i {
  font-size: 17px;
}
.hr .lnk:hover {
  background: var(--teal-50);
}
.glb {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--muted);
  cursor: pointer;
}
.glb:hover {
  background: #F4F6F5;
}
.glb {
  position: relative;
}
.langmenu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 6px;
  background: #fff;
  border: 1px solid var(--line-2);
  border-radius: 11px;
  box-shadow: var(--shadow-float);
  padding: 6px;
  min-width: 150px;
  display: none;
  flex-direction: column;
  z-index: 60;
}
.glb.open .langmenu {
  display: flex;
}
.langmenu a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}
.langmenu a:hover {
  background: var(--teal-50);
}
.langmenu a.on {
  color: var(--teal-d);
}
.hr .prof {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  padding: 5px 6px 5px 12px;
  cursor: pointer;
}
.hr .prof:hover {
  box-shadow: var(--shadow-pill);
}
.hr .prof .av {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cats {
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.cats .wrap {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scrollbar-width: none;
}
.cats .wrap::-webkit-scrollbar {
  display: none;
}
.cat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 13px 2px;
  font-size: 12.5px;
  color: var(--faint);
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color .15s;
}
.cat i {
  font-size: 24px;
}
.cat:hover {
  color: var(--ink);
}
.cat.on {
  color: var(--ink);
  border-bottom-color: var(--ink);
  font-weight: 700;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: absolute;
  left: 8px;
  top: -48px;
  z-index: 1000;
  background: var(--ink,#0C3B47);
  color: #fff;
  padding: 10px 16px;
  border-radius: 0 0 10px 10px;
  font-weight: 700;
  font-size: 14px;
  transition: top .15s ease;
}
.skip-link:focus {
  top: 0;
  outline: 3px solid var(--teal,#0F4C5C);
}
:focus-visible {
  outline: 3px solid var(--teal,#0F4C5C);
  outline-offset: 2px;
}
.price-note {
  font-size: 12px;
  line-height: 1.45;
  color: var(--muted,#6b7b7e);
  margin: 18px 0 0;
  padding-bottom: 34px;
}
@keyframes rl-spin {
  to {
    transform: rotate(360deg);
  }
}
.rl-spin {
  display: inline-block;
  animation: rl-spin .6s linear infinite;
}
[data-busy=on] {
  pointer-events: none;
  opacity: .85;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}
@media (pointer: coarse) {
  .iconbtn {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .glb {
    min-height: 44px;
    min-width: 44px;
    justify-content: center;
  }
  .crumb a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
}

/* ../../src/Rl.Platform.360/wwwroot/css/home.css */
.hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
}
.hero-img {
  position: absolute;
  inset: 0;
}
.hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  display: block;
}
.hero-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      100deg,
      rgba(12, 59, 71, .82) 0%,
      rgba(12, 59, 71, .50) 45%,
      rgba(12, 59, 71, .20) 100%),
    linear-gradient(
      180deg,
      rgba(12, 59, 71, .15) 0%,
      rgba(12, 59, 71, .35) 60%,
      rgba(12, 59, 71, .62) 100%);
}
.hero-img::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .5;
  background:
    radial-gradient(
      120% 80% at 70% 0%,
      rgba(255, 255, 255, .10),
      rgba(255, 255, 255, 0) 55%);
}
.hero-c {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 65px 0;
}
.hero-c .wrap {
  color: #fff;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .28);
  backdrop-filter: blur(4px);
  padding: 6px 13px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.hero h1 {
  font-size: clamp(30px, 4.4vw, 52px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -.025em;
  max-width: 19ex;
  margin-bottom: 14px;
  text-shadow: 0 2px 24px rgba(0, 0, 0, .28);
}
.hero p {
  font-size: clamp(15px, 1.4vw, 18px);
  max-width: 54ch;
  margin-bottom: 24px;
  opacity: .95;
}
.reveal {
  opacity: 0;
  transform: translateY(14px);
  animation: rise .7s cubic-bezier(.2, .7, .2, 1) forwards;
}
.d1 {
  animation-delay: .05s;
}
.d2 {
  animation-delay: .16s;
}
.d3 {
  animation-delay: .28s;
}
.d4 {
  animation-delay: .4s;
}
@keyframes rise {
  to {
    opacity: 1;
    transform: none;
  }
}
.omni {
  background: #fff;
  border-radius: 18px;
  max-width: 920px;
  box-shadow: var(--shadow-float);
}
.otabs {
  display: flex;
  gap: 2px;
  padding: 7px 8px 0;
  border-bottom: 1px solid var(--line);
  border-radius: 18px 18px 0 0;
}
.ofields .of[data-control] .popover {
  z-index: 90;
}
.otab {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--muted);
  padding: 11px 16px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  white-space: nowrap;
}
.otab i {
  font-size: 18px;
}
.otab.on {
  color: var(--teal-d);
  background: var(--teal-50);
}
.otab:hover:not(.on) {
  background: #F4F6F5;
}
.ofields {
  display: flex;
  align-items: stretch;
  gap: 0;
  padding: 8px;
}
.of {
  flex: 1;
  padding: 8px 16px;
  border-right: 1px solid var(--line);
  min-width: 0;
}
.of:last-of-type {
  border-right: none;
}
.of.dest {
  flex: 1.9;
}
.of .l {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--faint);
  margin-bottom: 3px;
}
.of .v {
  font-size: 15px;
  color: var(--ink);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.of .v i {
  color: var(--teal);
  font-size: 18px;
}
.of .v .ph-mut {
  color: var(--faint);
  font-weight: 500;
}
.obtn {
  flex: 0 0 auto;
  align-self: center;
  margin: 0 6px;
  background: var(--teal-d);
  color: #fff;
  border: none;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  padding: 0 24px;
  height: 52px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: background .15s;
}
.obtn:hover {
  background: #085a6f;
}
.ofoot {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0 16px 12px;
  flex-wrap: wrap;
}
.ofoot[hidden] {
  display: none;
}
.xs {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  color: var(--muted);
  font-weight: 600;
  cursor: pointer;
  user-select: none;
}
.xs .sw {
  width: 34px;
  height: 20px;
  border-radius: 999px;
  background: var(--line-2);
  position: relative;
  transition: background .18s;
  flex: 0 0 auto;
}
.xs .sw::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  transition: transform .18s;
}
.xs.on .sw {
  background: var(--teal);
}
.xs.on .sw::after {
  transform: translateX(14px);
}
.wave {
  display: block;
  width: 100%;
  height: 26px;
  color: var(--teal-50);
}
section .wrap {
  padding: 56px var(--gutter);
}
.sh {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.sh h2 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.015em;
}
.sh .sub {
  font-size: 14.5px;
  color: var(--muted);
  margin-top: 5px;
  font-weight: 500;
}
.sh a.more {
  font-size: 14.5px;
  color: var(--teal-d);
  font-weight: 700;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
}
.sh a.more:hover {
  gap: 9px;
}
.g4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.g3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ptype {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3/4;
  display: block;
}
.ptype img {
  transition: transform .5s cubic-bezier(.2, .7, .2, 1);
}
.ptype::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 38%,
      rgba(0, 0, 0, .6));
}
.ptype:hover img {
  transform: scale(1.06);
}
.ptype .lab {
  position: absolute;
  left: 16px;
  bottom: 15px;
  z-index: 2;
  color: #fff;
}
.ptype .lab .n {
  font-size: 19px;
  font-weight: 800;
}
.ptype .lab .c {
  font-size: 13px;
  opacity: .92;
  margin-top: 2px;
}
.card {
  cursor: pointer;
  display: block;
}
.card .cph {
  aspect-ratio: 4/3;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.card .cph img {
  transition: transform .5s cubic-bezier(.2, .7, .2, 1);
}
.card:hover .cph img {
  transform: scale(1.05);
}
.card .cph .tag {
  position: absolute;
  left: 11px;
  top: 11px;
  background: var(--amber-50);
  color: var(--amber-d);
  font-size: 12px;
  font-weight: 800;
  padding: 4px 11px;
  border-radius: 999px;
  white-space: nowrap;
}
.card .cph .card-badge-suggested {
  position: absolute;
  left: 11px;
  top: 11px;
  z-index: 1;
  background: var(--teal);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .02em;
  padding: 4px 10px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
}
.card .cph .heart {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .45));
  cursor: pointer;
  transition: transform .15s;
}
.card .cph .heart:hover {
  transform: scale(1.15);
}
.card .t {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 11px;
}
.card .t .ct {
  min-width: 0;
}
.card .t .rt {
  font-weight: 700;
  color: var(--muted);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  flex: 0 0 auto;
  line-height: 1.5;
}
.card .m {
  font-size: 13.5px;
  color: var(--faint);
  margin-top: 2px;
}
.card .p {
  font-size: 14.5px;
  margin-top: 7px;
  color: var(--muted);
}
.card .p b {
  font-weight: 800;
  color: var(--ink);
}
.scroller {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
}
.scroller::-webkit-scrollbar {
  display: none;
}
.theme {
  flex: 0 0 230px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 5/6;
}
.theme img {
  transition: transform .5s;
}
.theme:hover img {
  transform: scale(1.06);
}
.theme::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, .05),
      rgba(0, 0, 0, .5));
}
.theme .lab {
  position: absolute;
  left: 14px;
  bottom: 13px;
  z-index: 2;
  color: #fff;
  font-weight: 800;
  font-size: 17px;
}
.theme .lab small {
  display: block;
  font-weight: 600;
  font-size: 12.5px;
  opacity: .9;
}
.agency {
  background: var(--teal-50);
}
.agency .wrap {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 42px;
  align-items: center;
}
.agency h2 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.015em;
  margin-bottom: 8px;
}
.agency .lead {
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 22px;
  max-width: 46ch;
}
.agency .feats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 22px;
  margin-bottom: 24px;
}
.agency .ft {
  display: flex;
  gap: 11px;
  align-items: flex-start;
}
.agency .ft i {
  color: var(--teal-d);
  font-size: 22px;
  margin-top: 1px;
}
.agency .ft b {
  font-weight: 800;
  font-size: 14.5px;
  display: block;
}
.agency .ft span {
  font-size: 13px;
  color: var(--muted);
}
.agency .acta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.agency .acta a {
  padding: 12px 20px;
  border-radius: 11px;
  font-weight: 800;
  font-size: 14.5px;
}
.agency .acta .pri {
  background: var(--teal-d);
  color: #fff;
}
.agency .acta .pri:hover {
  background: #085a6f;
}
.agency .acta .sec {
  border: 1px solid var(--teal-d);
  color: var(--teal-d);
}
.agency .acta .sec:hover {
  background: #fff;
}
.pvw {
  background: #fff;
  border: 1px solid var(--line-2);
  border-radius: 16px;
  box-shadow: var(--shadow-float);
  padding: 16px;
}
.pvw .pvh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.pvw .pmode {
  display: flex;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  padding: 3px;
  font-size: 11.5px;
  font-weight: 700;
}
.pvw .pmode span {
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--faint);
}
.pvw .pmode span.on {
  background: var(--ink);
  color: #fff;
}
.pvw .prow {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 11px;
  margin-bottom: 8px;
}
.pvw .prow .pth {
  width: 46px;
  height: 46px;
  border-radius: 9px;
  background: #CFE3E7;
  flex: 0 0 auto;
}
.pvw .prow .pn {
  flex: 1;
  font-size: 13.5px;
  font-weight: 800;
  min-width: 0;
}
.pvw .prow .pn small {
  display: block;
  font-weight: 500;
  color: var(--faint);
  font-size: 12px;
}
.pvw .prow .pp {
  text-align: right;
  font-size: 12px;
  color: var(--faint);
  white-space: nowrap;
}
.pvw .prow .pp b {
  display: block;
  font-size: 16px;
  color: var(--ink);
  font-weight: 800;
}
@media (max-width: 920px) {
  .agency .wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.why {
  background: var(--sand);
}
.why-g {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.why-c .ic {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-pill);
}
.why-c .ic i {
  font-size: 25px;
  color: var(--teal);
}
.why-c h3 {
  font-size: 17px;
  font-weight: 800;
  margin: 13px 0 5px;
}
.why-c p {
  font-size: 14px;
  color: var(--muted);
}
.trust {
  background: var(--ink-deep);
  color: #EAF2F4;
}
.trust .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  padding: 34px var(--gutter);
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 48px;
  align-items: start;
}
.stat .n {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.02em;
  color: #fff;
}
.stat .l {
  font-size: 13px;
  color: #AFC6CC;
  margin-top: 2px;
}
.creds {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  color: #AFC6CC;
}
.creds .b {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .14);
  padding: 9px 14px;
  border-radius: 11px;
}
.creds .b i {
  font-size: 18px;
  color: var(--amber);
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  counter-reset: s;
}
.step {
  counter-increment: s;
  position: relative;
}
.step .n {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--teal-50);
  color: var(--teal-d);
  font-weight: 800;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}
.step .n::before {
  content: counter(s);
}
.step h3 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 4px;
}
.step p {
  font-size: 13.5px;
  color: var(--muted);
}
.faq details {
  border-bottom: 1px solid var(--line-2);
  padding: 18px 2px;
}
.faq summary {
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary i {
  color: var(--teal);
  transition: transform .2s;
  flex: 0 0 auto;
}
.faq details[open] summary i {
  transform: rotate(45deg);
}
.faq p {
  font-size: 14.5px;
  color: var(--muted);
  margin-top: 11px;
  max-width: 84ch;
}
.cta {
  background: var(--teal-d);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cta .sun {
  position: absolute;
  right: -60px;
  top: -60px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      var(--amber) 0%,
      rgba(232, 191, 125, 0) 70%);
  opacity: .45;
}
.cta .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
  padding: 46px var(--gutter);
  position: relative;
  z-index: 1;
}
.cta h2 {
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -.01em;
}
.cta p {
  opacity: .92;
  font-size: 15px;
  margin-top: 6px;
}
.cta .b {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.cta .b a {
  padding: 14px 22px;
  border-radius: 11px;
  font-weight: 800;
  font-size: 14.5px;
}
.cta .b .pri {
  background: #fff;
  color: var(--teal-d);
}
.cta .b .pri:hover {
  background: var(--sand);
}
.cta .b .sec {
  border: 1px solid rgba(255, 255, 255, .55);
  color: #fff;
}
.cta .b .sec:hover {
  background: rgba(255, 255, 255, .1);
}
footer {
  background: var(--ink-deep);
  color: #AFC6CC;
  font-size: 13.5px;
}
footer .wrap {
  padding: 48px var(--gutter) 30px;
}
.fcols {
  display: grid;
  grid-template-columns: 1.6fr repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}
.fcols h4 {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 14px;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.fcols a {
  display: block;
  padding: 4px 0;
  color: #AFC6CC;
  transition: color .12s;
}
.fcols a:hover {
  color: #fff;
}
.fbrand {
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
}
.fbot {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12.5px;
  color: #88A4AB;
}
.fbot a {
  color: #88A4AB;
}
.wa-fab {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  background: var(--teal);
  color: #fff;
  border-radius: 999px;
  padding: 13px 20px;
  font-size: 14.5px;
  font-weight: 800;
  display: flex;
  gap: 9px;
  align-items: center;
  box-shadow: 0 8px 26px rgba(14, 141, 172, .4);
  transition: transform .15s;
}
.wa-fab:hover {
  transform: translateY(-2px);
}
@media (max-width: 920px) {
  .pill,
  .hr .lnk span.full {
    display: none;
  }
  .hr .glb {
    padding: 9px 8px;
  }
  .hr .glb .glb-name,
  .hr .glb .glb-car {
    display: none;
  }
  .hero-c {
    padding: 40px 0;
  }
  .ofields {
    flex-wrap: wrap;
  }
  .of,
  .of.dest {
    flex: 1 1 44%;
    border-right: none;
    border-bottom: 1px solid var(--line);
  }
  .obtn {
    flex: 1 1 100%;
    width: auto;
    align-self: stretch;
    margin: 10px 4px 2px;
  }
  .g4,
  .why-g,
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .g3,
  .fcols {
    grid-template-columns: 1fr 1fr;
  }
  .stats {
    gap: 26px 30px;
  }
}
@media (max-width: 560px) {
  .g4,
  .g3,
  .fcols,
  .why-g,
  .steps {
    grid-template-columns: 1fr;
  }
  .stats {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
@media (max-width: 680px) {
  .otabs {
    overflow-x: auto;
    scrollbar-width: none;
    flex-wrap: nowrap;
  }
  .otabs::-webkit-scrollbar {
    display: none;
  }
  .otab {
    flex: 0 0 auto;
  }
  .ofields {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 6px 8px 8px;
  }
  .of,
  .of.dest {
    flex: 1 1 auto;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--line);
  }
  .ofields .of:last-of-type {
    border-bottom: none;
  }
  .obtn {
    flex: 0 0 auto;
    width: 100%;
    height: 54px;
    justify-content: center;
    margin: 10px 0 2px;
    font-size: 16px;
  }
  .ofoot {
    gap: 14px;
  }
}
.ofields .of[data-control] {
  position: relative;
  cursor: pointer;
}
.ofields .of[data-control] .v {
  cursor: pointer;
}
@media (max-width: 680px) {
  .ofields .of[data-control] .popover {
    left: 0;
    right: 0;
    min-width: 0;
  }
}
.manifesto {
  background: #fff;
}
.manifesto .wrap {
  padding: clamp(26px, 3.5vw, 46px) var(--gutter);
}
.manifesto-q {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.mq-mark {
  display: block;
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: 66px;
  line-height: .35;
  color: var(--amber);
  margin-bottom: 22px;
}
.manifesto-q blockquote {
  margin: 0;
  font-style: italic;
  font-size: clamp(14.5px, 1.4vw, 16px);
  line-height: 1.68;
  color: var(--teal);
  font-weight: 500;
  letter-spacing: .004em;
}
.manifesto-q figcaption {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 11.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--amber-d);
  font-weight: 700;
}
.mq-rule {
  width: 38px;
  height: 2px;
  background: var(--amber);
  display: inline-block;
}

/* ../../src/Rl.Platform.360/wwwroot/css/search.css */
.search {
  background: var(--sand);
  border-bottom: 1px solid var(--line-2);
  padding: 14px 0;
}
.fields {
  display: flex;
  gap: 10px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 var(--gutter);
  flex-wrap: wrap;
}
.fields .f {
  background: #fff;
  border: 1px solid #DCE4E3;
  border-radius: 10px;
  padding: 7px 13px;
  flex: 1;
  min-width: 140px;
}
.fields .f.dest {
  flex: 2;
}
.fields .f label {
  display: block;
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--faint);
  margin-bottom: 2px;
}
.fields .f .v {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14.5px;
  font-weight: 500;
}
.fields .f .v i {
  color: var(--teal);
  font-size: 17px;
}
.go {
  background: var(--teal-d);
  color: #fff;
  border: none;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  padding: 0 26px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
}
.go:hover {
  background: #085a6f;
}
.layout {
  display: grid;
  grid-template-columns: 236px minmax(0, 1fr);
  gap: 22px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px var(--gutter) 40px;
}
.rail {
  background: #fff;
  border: 1px solid var(--line-2);
  border-radius: 13px;
  padding: 16px;
  height: fit-content;
  position: sticky;
  top: 74px;
}
.rail h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.fg {
  margin-bottom: 18px;
}
.fg .lab {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 9px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.opt {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13.5px;
  padding: 4px 0;
  cursor: pointer;
}
.opt .box {
  width: 16px;
  height: 16px;
  border: 1.5px solid #C3CFCE;
  border-radius: 4px;
  flex: 0 0 auto;
}
.opt .box.on {
  background: var(--teal);
  border-color: var(--teal);
}
.opt .ct {
  margin-left: auto;
  color: var(--faint);
  font-size: 12px;
}
.hist {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 36px;
  margin-bottom: 8px;
}
.hist span {
  flex: 1;
  background: var(--teal-50);
  border-radius: 2px 2px 0 0;
}
.hist span.hi {
  background: var(--teal);
}
.stars {
  color: var(--amber-d);
}
.prange {
  padding: 2px 4px 2px;
}
.prange-out {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 14px;
}
.prange-track {
  position: relative;
  height: 22px;
}
.prange-track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  border-radius: 999px;
  background: var(--line-2);
}
.prange-fill {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  border-radius: 999px;
  background: var(--teal);
}
.prange-h {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 22px;
  margin: 0;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  pointer-events: none;
}
.prange-h::-webkit-slider-runnable-track {
  background: none;
  border: none;
}
.prange-h::-moz-range-track {
  background: none;
  border: none;
}
.prange-h::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  pointer-events: auto;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--teal-d);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .28);
  cursor: pointer;
}
.prange-h::-moz-range-thumb {
  pointer-events: auto;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--teal-d);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .28);
  cursor: pointer;
}
.prange-h:focus-visible::-webkit-slider-thumb {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}
.prange-h:focus-visible::-moz-range-thumb {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}
.results {
  min-width: 0;
}
.rbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  gap: 12px;
  flex-wrap: wrap;
}
.count {
  font-size: 14px;
  color: var(--muted);
}
.count b {
  color: var(--ink);
  font-weight: 700;
}
.seg {
  display: flex;
  border: 1px solid #DCE4E3;
  border-radius: 9px;
  overflow: hidden;
  font-size: 13px;
  background: #fff;
}
.seg span,
.seg a {
  padding: 7px 13px;
  color: var(--muted);
  cursor: pointer;
}
.seg span.on,
.seg a.on {
  background: var(--teal);
  color: #fff;
  font-weight: 600;
}
.seg.seg-v {
  flex-direction: column;
}
.seg.seg-v span,
.seg.seg-v a {
  border-bottom: 1px solid #DCE4E3;
}
.seg.seg-v span:last-child,
.seg.seg-v a:last-child {
  border-bottom: none;
}
.scard {
  background: #fff;
  border: 1px solid var(--line-2);
  border-radius: 13px;
  padding: 12px;
  margin-bottom: 14px;
  display: flex;
  gap: 14px;
  cursor: pointer;
  transition: box-shadow .15s;
}
.scard:hover {
  box-shadow: 0 6px 22px rgba(20, 40, 46, .1);
}
.scard .thumb {
  flex: 0 0 150px;
  height: 130px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.scard .thumb .b {
  position: absolute;
  left: 9px;
  top: 9px;
  background: rgba(255, 255, 255, .93);
  color: var(--amber-d);
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 6px;
  font-weight: 700;
}
.scard .mid {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.scard .name {
  font-size: 17px;
  font-weight: 800;
}
.scard .zone {
  font-size: 13px;
  color: var(--faint);
  margin: 3px 0 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.scard .match {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--amber-d);
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 6px;
}
.scard .foot {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.scard .see {
  font-size: 13px;
  font-weight: 700;
  color: var(--teal-d);
}
.scard .price {
  text-align: right;
}
.scard .price .l {
  font-size: 11.5px;
  color: var(--faint);
}
.scard .price b {
  font-size: 20px;
  font-weight: 800;
}
.scard .price.party .l {
  color: #8A5A00;
  font-weight: 700;
}
.scard .price.party b {
  font-size: 15px;
  color: var(--teal-d);
}
.results .price-note {
  text-align: center;
  margin: 20px 0 24px;
  padding-bottom: 0;
}
.mapstrip {
  position: relative;
  z-index: 0;
  height: 360px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line-2);
  margin-bottom: 18px;
}
.mapstrip[hidden] {
  display: none;
}
.mapstrip.collapsed {
  display: none;
}
.mapcanvas {
  width: 100%;
  height: 100%;
  background: var(--teal-50);
  position: relative;
}
@media (max-width: 640px) {
  .mapstrip {
    height: 280px;
  }
}
@media (max-width: 1000px) {
  .layout {
    grid-template-columns: 1fr;
  }
  .rail {
    position: static;
  }
}
@media (max-width: 680px) {
  .search {
    padding: 12px 0;
  }
  .fields {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 0 var(--gutter);
  }
  .fields .f,
  .fields .f.dest {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
  }
  .go {
    width: 100%;
    justify-content: center;
    padding: 14px;
    margin: 2px 0 0;
  }
  .fields .f[data-control] .popover {
    left: 0;
    right: 0;
    min-width: 0;
  }
}
.explore {
  padding: 24px var(--gutter) 56px;
}
.explore-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.explore-head h1 {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  letter-spacing: -.02em;
}
.explore-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.explore-grid .scard {
  margin-bottom: 0;
}
@media (max-width: 760px) {
  .explore-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 680px) {
  .explore {
    padding: 18px var(--gutter) 40px;
  }
}
.loadmore-wrap {
  display: flex;
  justify-content: center;
  margin: 18px 0 4px;
}
.loadmore-wrap [hidden] {
  display: none;
}
.loadmore-wrap:has(button[hidden]) {
  margin: 0;
}

/* ../../src/Rl.Platform.360/wwwroot/css/detail.css */
.crumb {
  font-size: 13px;
  color: var(--faint);
  padding: 18px 0 6px;
  display: flex;
  gap: 7px;
  align-items: center;
  flex-wrap: wrap;
}
.crumb a:hover {
  color: var(--ink);
}
.crumb i {
  font-size: 13px;
}
.titlerow {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin: 6px 0 14px;
  flex-wrap: wrap;
}
.titlerow h1 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.1;
}
.sub {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 14px;
  color: var(--muted);
  margin-top: 8px;
  align-items: center;
}
.sub .it {
  display: flex;
  align-items: center;
  gap: 6px;
}
.sub i {
  color: var(--teal);
  font-size: 17px;
}
.badges {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.bdg {
  font-size: 12px;
  font-weight: 700;
  padding: 4px 11px;
  border-radius: 999px;
  background: var(--teal-50);
  color: var(--teal-d);
}
.bdg.amber {
  background: var(--amber-50);
  color: var(--amber-d);
}
.topacts {
  display: flex;
  gap: 8px;
}
.topacts button {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  padding: 9px 14px;
  cursor: pointer;
}
.topacts button:hover {
  background: #F4F6F5;
}
.gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 190px 190px;
  gap: 8px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.gallery a {
  position: relative;
  overflow: hidden;
}
.gallery a:first-child {
  grid-row: 1/3;
}
.gallery a img {
  transition: transform .5s cubic-bezier(.2, .7, .2, 1);
}
.gallery a:hover img {
  transform: scale(1.05);
}
.gallery a.lb-only {
  display: none;
}
.gallery.g1 {
  grid-template-columns: 1fr;
  grid-template-rows: 400px;
}
.gallery.g1 a:first-child {
  grid-row: auto;
}
.gallery.g3 {
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 190px 190px;
}
.allphotos {
  position: absolute;
  right: 14px;
  bottom: 14px;
  background: #fff;
  border: 1px solid var(--line-2);
  border-radius: 10px;
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  box-shadow: var(--shadow-pill);
}
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(15, 26, 30, .94);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px;
  animation: lbfade .18s ease;
}
.lightbox[hidden] {
  display: none;
}
@keyframes lbfade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.lb-stage {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  max-width: min(1200px, 92vw);
}
.lb-stage img {
  max-width: 100%;
  max-height: 82vh;
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .5);
  object-fit: contain;
  background: #0b1417;
}
.lb-count {
  color: #cdd9dc;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
}
.lb-nav,
.lb-close {
  border: none;
  cursor: pointer;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s;
}
.lb-nav:hover,
.lb-close:hover {
  background: rgba(255, 255, 255, .26);
}
.lb-nav {
  width: 52px;
  height: 52px;
  font-size: 26px;
  flex: 0 0 auto;
}
.lb-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  font-size: 22px;
}
@media (max-width: 640px) {
  .lb-nav {
    width: 42px;
    height: 42px;
    font-size: 21px;
  }
  .lb-stage img {
    max-height: 74vh;
  }
}
.cols {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 40px;
  padding-bottom: 60px;
}
.block {
  padding: 24px 0;
  border-top: 1px solid var(--line);
}
.block:first-child {
  border-top: none;
  padding-top: 0;
}
.block h2 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.01em;
  margin-bottom: 14px;
}
.lead {
  font-size: 15.5px;
  color: var(--muted);
}
.gtk p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
  margin: 0 0 12px;
}
.gtk ul {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.gtk li {
  position: relative;
  padding-left: 22px;
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.55;
}
.gtk li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
}
.dl {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  color: var(--teal-d);
  background: #fff;
  border: 1.5px solid var(--teal-d);
  border-radius: 10px;
  padding: 8px 14px;
  cursor: pointer;
  white-space: nowrap;
}
.dl:hover {
  background: var(--teal-50);
}
.hl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}
.hl .h {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14.5px;
}
.hl .h i {
  color: var(--teal);
  font-size: 21px;
  margin-top: 1px;
  flex: 0 0 auto;
}
.tl .node {
  display: flex;
  gap: 16px;
}
.tl .rail {
  flex: 0 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  position: static;
}
.tl .dn {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--teal);
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  flex: 0 0 auto;
}
.tl .dn small {
  font-size: 8.5px;
  font-weight: 600;
  opacity: .85;
  text-transform: uppercase;
}
.tl .line {
  flex: 1;
  width: 2px;
  background: var(--line-2);
  margin: 6px 0;
}
.tl .node:last-child .line {
  display: none;
}
.tl .nb {
  padding-bottom: 22px;
  flex: 1;
  min-width: 0;
}
.tl .nb .nt {
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tl .nb .nt i {
  color: var(--teal-d);
  font-size: 18px;
}
.tl .nb .nd {
  font-size: 14.5px;
  color: var(--muted);
  margin-top: 5px;
}
.photels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.phc {
  border: 1px solid var(--line-2);
  border-radius: 14px;
  padding: 14px 16px;
  background: var(--card,#fff);
}
.phc-h {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.phc-h .phc-n {
  font-size: 15.5px;
  font-weight: 800;
  line-height: 1.25;
}
.phc-h .phc-t {
  flex: none;
  background: var(--sand,#F3EEE3);
  color: var(--amber-d);
  font-size: 11.5px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 7px;
  white-space: nowrap;
}
.phc-z {
  font-size: 13px;
  color: var(--faint);
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.phc-stars {
  margin-top: 5px;
  display: flex;
  gap: 1px;
  color: var(--amber);
  font-size: 13px;
  line-height: 1;
}
.phc-d {
  font-size: 13px;
  color: var(--muted);
  margin: 9px 0 0;
  line-height: 1.55;
}
.phc-i {
  font-size: 13px;
  color: var(--muted);
  margin: 9px 0 0;
  line-height: 1.5;
}
.phc-am {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 11px;
}
.phc-am .phc-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: var(--muted);
  background: var(--line-1,#F4F6F5);
  border-radius: 999px;
  padding: 3px 10px;
}
.phc-am .phc-chip i {
  font-size: 12px;
  color: var(--teal-d);
}
.phc-poi {
  margin-top: 11px;
  padding-top: 11px;
  border-top: 1px dashed var(--line-2);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
}
.phc-poi .phc-poi-l {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--faint);
}
.phc-poi .phc-poi-i {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12.5px;
  color: var(--muted);
}
.phc-poi .phc-poi-i i {
  font-size: 13px;
  color: var(--teal-d);
}
.phc-poi .phc-poi-i b {
  font-weight: 600;
  color: var(--faint);
}
.incl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 28px;
}
.incl .r {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.45;
}
.incl .r i {
  font-size: 18px;
  line-height: 1.2;
  flex: 0 0 auto;
}
.incl .r p {
  margin: 0;
  display: inline;
}
.incl .r.yes i {
  color: var(--green);
}
.incl .r.no i {
  color: var(--faint);
}
.incl-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 40px;
  align-items: start;
}
.incl-col h2 {
  margin: 0 0 12px;
}
.incl-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.incl-list .r {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.45;
}
.incl-list .r i {
  font-size: 18px;
  line-height: 1.2;
  flex: 0 0 auto;
}
.incl-list .r p {
  margin: 0;
  display: inline;
}
.incl-list .r.yes i {
  color: var(--green);
}
.incl-list .r.no i {
  color: var(--faint);
}
@media (max-width: 700px) {
  .incl-split {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.booking {
  --booking-top:72px;
  --booking-gap:10px;
  position: sticky;
  top: min(var(--booking-top), calc(100vh - var(--booking-h, 0px) - var(--booking-gap)));
  border: 1px solid var(--line-2);
  border-radius: 16px;
  padding: 20px;
  background: #fff;
  box-shadow: var(--shadow-float);
}
.booking .from {
  font-size: 13px;
  color: var(--faint);
}
.booking .price {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.02em;
}
.booking .price small {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--muted);
}
.booking .basis {
  font-size: 12.5px;
  color: var(--faint);
  margin-top: 2px;
}
.booking .cta {
  width: 100%;
  margin-top: 16px;
  background: var(--teal-d);
  color: #fff;
  border: none;
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  padding: 13px;
  border-radius: 11px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.booking .cta:hover {
  background: #085a6f;
}
.booking .wa {
  width: 100%;
  margin-top: 10px;
  background: #fff;
  color: var(--teal-d);
  border: 1px solid var(--teal-d);
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  padding: 11px;
  border-radius: 11px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.booking .facts {
  margin-top: 16px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.booking .facts .f {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13.5px;
  color: var(--muted);
  padding: 5px 0;
}
.booking .facts .f i {
  color: var(--teal);
  font-size: 18px;
}
.booking .agent {
  margin-top: 16px;
  background: var(--sand);
  border-radius: 11px;
  padding: 12px 14px;
  font-size: 13px;
  color: var(--ink);
}
.booking .agent a {
  color: var(--teal-d);
  font-weight: 800;
}
@media (max-width: 880px) {
  .cols {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .booking {
    position: static;
    margin-top: 24px;
  }
  .gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 160px 160px;
  }
  .gallery a:first-child {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .gallery.g1 {
    grid-template-rows: 220px;
  }
  .gallery.g3 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 160px 160px;
  }
  .gallery.g3 a:first-child {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .gallery.g1 a:first-child {
    grid-row: auto;
    grid-column: auto;
  }
  .hl,
  .photels,
  .incl {
    grid-template-columns: 1fr;
  }
}
.sub .stars {
  font-size: 15px;
}
.am {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 24px;
}
.am .a {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14.5px;
}
.am .a i {
  color: var(--teal);
  font-size: 20px;
  flex: 0 0 auto;
}
.rooms {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.room {
  border: 1px solid var(--line-2);
  border-radius: 14px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
}
.room .rb {
  padding: 13px 16px;
}
.room .rn {
  font-size: 15.5px;
  font-weight: 800;
}
.room .rd {
  font-size: 13.5px;
  color: var(--muted);
  margin-top: 4px;
}
.room .rf {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 9px;
}
.room .tag {
  font-size: 12px;
  color: var(--muted);
  background: #EEF3F2;
  border-radius: 7px;
  padding: 3px 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.loc-addr {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14.5px;
  color: var(--muted);
  margin: -6px 0 14px;
}
.loc-addr i {
  color: var(--teal);
  font-size: 16px;
}
.lm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 24px;
}
.lm .l {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  border-bottom: 1px solid var(--line);
  padding: 7px 0;
}
.lm .l:last-child {
  border-bottom: none;
}
.lm .l span:first-child {
  display: flex;
  align-items: center;
  gap: 7px;
}
.lm .l i {
  color: var(--teal);
  font-size: 16px;
}
.lm .l b {
  font-weight: 700;
  color: var(--ink);
}
.mapph {
  height: 200px;
  border-radius: 14px;
  background: #CFE3E7;
  position: relative;
  overflow: hidden;
}
@media (max-width: 880px) {
  .am,
  .lm,
  .room {
    grid-template-columns: 1fr;
  }
}
.note {
  background: var(--amber-50);
  color: var(--amber-d);
  border-radius: 11px;
  padding: 12px 15px;
  font-size: 13.5px;
  display: flex;
  gap: 9px;
  align-items: flex-start;
}
.note i {
  font-size: 19px;
  margin-top: 1px;
  flex: 0 0 auto;
}
.sticky-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  align-items: center;
  gap: 12px;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: #fff;
  border-top: 1px solid var(--line);
  box-shadow: 0 -6px 24px rgb(15 76 92 / .10);
}
.sticky-bar-price {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: none;
  border: 0;
  padding: 4px 2px;
  margin: 0;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  color: var(--ink);
}
.sticky-bar-total {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.01em;
  white-space: nowrap;
}
.sticky-bar-pp {
  font-size: 12px;
  color: var(--muted);
  white-space: nowrap;
}
.sticky-bar-pp small {
  font-size: 12px;
}
.sticky-bar-cta {
  flex: 0 0 auto;
  background: var(--teal-d);
  color: #fff;
  border: 0;
  border-radius: 11px;
  font-family: inherit;
  font-size: 14.5px;
  font-weight: 800;
  padding: 12px 20px;
  min-height: 44px;
  cursor: pointer;
}
.sticky-bar-cta:hover {
  filter: brightness(1.06);
}
@media (max-width: 880px) {
  .sticky-bar[data-sticky-bar]:not([hidden]) {
    display: flex;
  }
  body:has(.sticky-bar[data-sticky-bar]:not([hidden])) {
    padding-bottom: var(--sticky-bar-h,72px);
  }
  body:has(.sticky-bar[data-sticky-bar]:not([hidden])) .consent {
    bottom: calc(16px + var(--sticky-bar-h,72px));
  }
}

/* ../../src/Rl.Platform.360/wwwroot/css/circuit-quoter.css */
.booking.cq {
  position: static;
  padding: 14px 18px;
}
.cq-head {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 8px;
}
.cq .price {
  font-size: 23px;
}
.cq .price small {
  font-size: 13px;
}
.cq-fld {
  margin-top: 8px;
}
.cq-fld > label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--faint);
  margin-bottom: 4px;
}
.cq-fld > label small {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  color: var(--faint);
  opacity: .8;
}
.cq-seg {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.cq-seg button {
  flex: 1 1 auto;
  min-width: 64px;
  padding: 7px 10px;
  border: 1px solid var(--line-2);
  background: #fff;
  border-radius: 10px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  transition: border-color .12s, background .12s;
}
.cq-seg button:hover {
  border-color: var(--teal);
}
.cq-seg button.on {
  background: var(--teal-d);
  border-color: var(--teal-d);
  color: #fff;
}
.cq-seg button.is-off {
  opacity: .38;
  cursor: not-allowed;
}
.cq-seg button.is-off:hover {
  border-color: var(--line-2);
}
.cq-rules {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0 10px;
}
.cq-rules[hidden] {
  display: none;
}
.cq-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  background: var(--sand);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--ink);
}
.cq-chip .ph {
  font-size: 14px;
  color: var(--teal-d);
}
.cq-pax {
  display: flex;
  gap: 10px;
}
.cq-step {
  flex: 1;
  border: 1px solid var(--line-2);
  border-radius: 11px;
  padding: 6px 10px;
}
.cq-step-l {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
}
.cq-step-l small {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: var(--faint);
}
.cq-step-c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 3px;
}
.cq-step-c button {
  width: 26px;
  height: 26px;
  border: 1px solid var(--line-2);
  background: #fff;
  border-radius: 8px;
  color: var(--teal-d);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.cq-step-c button:hover {
  border-color: var(--teal);
}
.cq-step-c output {
  font-size: 16px;
  font-weight: 800;
  min-width: 20px;
  text-align: center;
}
.cq-step-c button:disabled {
  opacity: .35;
  cursor: not-allowed;
  border-color: var(--line-2);
}
@media (pointer: coarse) {
  .cq-step-c button {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .cq-seg button {
    min-height: 44px;
  }
  .cq-select,
  .cq-ages-row select {
    font-size: 16px;
    min-height: 44px;
  }
  .cq-addon {
    min-height: 48px;
  }
}
.cq input[type=date] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--line-2);
  border-radius: 10px;
  font-family: inherit;
  font-size: 14px;
  color: var(--ink);
  background: #fff;
}
.cq .rldp-v {
  padding: 6px 9px;
}
.cq-addons {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 10px;
}
.cq-addons-h {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--muted);
}
.cq-addons-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cq-addon {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 7px 11px;
  border: 1px solid var(--line-2);
  border-radius: 11px;
  cursor: pointer;
  transition: border-color .12s;
}
.cq-addon:hover {
  border-color: var(--teal);
}
.cq-addon:has(input:checked) {
  border-color: var(--teal-d);
  background: var(--sand);
}
.cq-addon input {
  width: 18px;
  height: 18px;
  margin: 0;
  flex: 0 0 auto;
  accent-color: var(--teal-d);
  cursor: pointer;
}
.cq-addon-b {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.cq-addon-n {
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ink);
  text-transform: none;
  letter-spacing: 0;
}
.cq-addon-p {
  font-size: 13px;
  font-weight: 800;
  color: var(--teal-d);
}
.cq-addon-p small {
  font-weight: 600;
  color: var(--muted);
  font-size: 11.5px;
}
.cq-addons-menu {
  position: relative;
}
.cq-addons-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 11px;
  border: 1px solid var(--line-2);
  border-radius: 10px;
  background: #fff;
  font: inherit;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}
.cq-addons-btn:hover {
  border-color: var(--teal);
}
.cq-addons-btn.has-sel {
  border-color: var(--teal-d);
  background: var(--sand);
}
.cq-addons-btn .ph {
  color: var(--teal-d);
  font-size: 17px;
  flex: none;
}
.cq-addons-btn .ph-caret-down {
  font-size: 14px;
  transition: transform .15s;
}
.cq-addons-btn[aria-expanded=true] .ph-caret-down {
  transform: rotate(180deg);
}
.cq-addons-t {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cq-addons-n {
  flex: none;
  font-size: 12px;
  font-weight: 800;
  color: var(--muted);
  background: var(--line-1,#F4F6F5);
  border-radius: 999px;
  padding: 2px 9px;
}
.cq-addons-btn.has-sel .cq-addons-n {
  background: var(--teal-d);
  color: #fff;
}
.cq-addons-btn.has-sel .cq-addons-n::before {
  content: "\2713  ";
}
.cq-addons-pop {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 60;
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-height: 340px;
  overflow-y: auto;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--line-2);
  border-radius: 12px;
  box-shadow: var(--shadow-float);
}
.cq-addons-pop[hidden] {
  display: none;
}
.cq-addons-pop.is-up {
  top: auto;
  bottom: calc(100% + 6px);
}
.cq-supplement {
  font-size: 12.5px;
  color: var(--muted);
  margin-bottom: 8px;
}
.cq-status {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding: 9px 11px;
  margin-bottom: 6px;
  border: 1px solid #EED9A6;
  border-radius: 10px;
  background: #FFF7E6;
  color: #5E4300;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}
.cq-status[hidden] {
  display: none;
}
.cq-status .ph {
  flex: none;
  font-size: 17px;
  margin-top: 1px;
}
.cq-status.is-info {
  border-color: var(--line-2);
  background: var(--sand);
  color: var(--ink);
}
.cq-total {
  margin-top: 10px;
  border-top: 1px dashed var(--line-2);
  padding-top: 8px;
}
.cq-total [data-cq-total-row][hidden] {
  display: none;
}
.cq-total-pp {
  font-size: 13.5px;
  color: var(--muted);
}
.cq-total-pp span {
  font-weight: 800;
  color: var(--ink);
}
.cq-total-all {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-top: 2px;
  font-size: 13.5px;
  color: var(--muted);
}
.cq-total-all b {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -.02em;
  color: var(--ink);
}
.cq .price-note {
  font-size: 11px;
  color: var(--faint);
  margin-top: 8px;
  padding-bottom: 0;
  line-height: 1.35;
}
.cq .cq-add {
  margin-top: 10px;
  padding: 9px;
}
.cq-actions {
  display: flex;
  gap: 8px;
  margin-top: 6px;
}
.cq-actions .cta {
  width: auto;
  margin-top: 0;
  flex: 1 1 auto;
  min-width: 0;
  padding: 11px;
}
.cq-actions .wa {
  margin-top: 0;
  width: 48px;
  flex: 0 0 48px;
  padding: 0;
  font-size: 22px;
}
.cq .facts {
  margin-top: 10px;
  padding-top: 8px;
}
.cq .facts .f {
  padding: 3px 0;
  font-size: 13px;
}
.cq .agent {
  margin-top: 10px;
  padding: 10px 12px;
  font-size: 12.5px;
}
.cq-ages-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 4px;
}
.cq-ages-row select {
  border: 1px solid var(--line-2);
  border-radius: 9px;
  padding: 5px 8px;
  font: inherit;
  font-size: 13px;
  color: var(--ink);
  background: #fff;
  min-width: 64px;
}
.cq-notice {
  color: var(--ink);
  font-weight: 600;
  margin: 10px 0;
  line-height: 1.45;
}
.cq-select {
  width: 100%;
  border: 1px solid var(--line-2);
  border-radius: 11px;
  padding: 7px 10px;
  font: inherit;
  font-size: 13px;
  color: var(--ink);
  background: #fff;
}

/* ../../src/Rl.Platform.360/wwwroot/css/user-data.css */
.card .cph .heart {
  background: none;
  border: none;
  padding: 0;
}
.heart.on {
  color: #ff5a5f;
}
.topacts button.on {
  border-color: var(--teal);
  color: var(--teal-d);
  background: var(--teal-50);
}
.rtools {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.rtool {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  background: #fff;
  border: 1px solid #DCE4E3;
  border-radius: 9px;
  padding: 7px 12px;
  cursor: pointer;
}
.rtool:hover {
  background: #F4F6F5;
}
.rtool .ph {
  font-size: 16px;
  color: var(--teal);
}
.userdata {
  padding: 26px var(--gutter) 60px;
}
.userdata h1 {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  letter-spacing: -.02em;
}
.userdata .lead {
  margin: 8px 0 22px;
}
.userdata-empty {
  text-align: center;
  color: var(--muted);
  padding: 40px 0;
}
.userdata-empty i {
  font-size: 36px;
  color: var(--teal);
  display: block;
  margin-bottom: 12px;
}
.userdata-empty p {
  margin-bottom: 18px;
}
.userdata-empty .dl {
  background: var(--teal-d);
  color: #fff;
  border-color: var(--teal-d);
  border-radius: var(--r-pill);
  padding: 10px 22px;
  font-size: 14px;
}
.userdata-empty .dl:hover {
  background: #085a6f;
}
.userdata-empty .dl i {
  font-size: 16px;
  color: #fff;
  display: inline;
  margin: 0;
}
.scard-wrap {
  position: relative;
}
.scard-wrap .mid {
  padding-right: 40px;
}
.fav-del {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--line-2);
  background: #fff;
  color: var(--muted);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--shadow-pill);
  transition:
    color .15s,
    border-color .15s,
    background .15s;
  z-index: 2;
}
.fav-del:hover {
  color: #d23;
  border-color: #f3c0c0;
  background: #fff5f5;
}
.fav-del i {
  font-size: 17px;
}
.lead p,
.nd p,
.rd p {
  margin: 0 0 10px;
}
.lead p:last-child,
.nd p:last-child,
.rd p:last-child {
  margin-bottom: 0;
}
.lead ul,
.lead ol,
.nd ul,
.rd ul {
  margin: 8px 0;
  padding-left: 20px;
}
.lead li,
.nd li,
.rd li {
  margin: 3px 0;
}
.lead strong,
.nd strong {
  color: var(--ink);
  font-weight: 700;
}
.lead a,
.nd a,
.rd a {
  color: var(--teal-d);
  text-decoration: underline;
}

/* ../../src/Rl.Platform.360/wwwroot/css/map.css */
.fields .f[data-control] {
  position: relative;
  cursor: pointer;
}
.fields .f[data-control] .v {
  cursor: pointer;
}
.stepper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 9px 2px;
  font-size: 14px;
  font-weight: 600;
}
.stepper .ctl {
  display: flex;
  align-items: center;
  gap: 12px;
}
.stepper .ctl button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1.5px solid var(--line-2);
  background: #fff;
  font-size: 17px;
  line-height: 1;
  color: var(--teal-d);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color .15s, background .15s;
}
.stepper .ctl button:hover {
  border-color: var(--teal);
  background: var(--teal-50);
}
.stepper .ctl b {
  min-width: 18px;
  text-align: center;
  font-weight: 700;
}
.rl-pin {
  width: 0;
  height: 0;
}
.mpin {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  padding: 7px 11px;
  border-radius: 999px;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(20, 40, 46, .28);
  transition:
    transform .12s,
    background .12s,
    color .12s,
    box-shadow .12s;
}
.mpin i {
  font-size: 12px;
  color: var(--teal);
}
.mpin.on {
  background: var(--teal-d);
  color: #fff;
}
.mpin.on i {
  color: #fff;
}
.mpin.hl {
  background: var(--teal-d);
  color: #fff;
  z-index: 600;
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 8px 22px rgba(11, 142, 171, .45);
}
.mpin.hl i {
  color: #fff;
}
.leaflet-marker-icon:focus-visible .mpin {
  outline: 2px solid var(--teal-d);
  outline-offset: 2px;
}
.spin {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: 30.6px;
  height: 30.6px;
  border-radius: 50%;
  background: var(--teal-d);
  border: 2.6px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14.5px;
  box-shadow: 0 4px 14px rgba(20, 40, 46, .32);
}
.scard.pin-hl {
  box-shadow: 0 0 0 2px var(--teal-d), 0 6px 22px rgba(20, 40, 46, .12);
}

/* ../../src/Rl.Platform.360/wwwroot/css/landing.css */
.errpage {
  min-height: 46vh;
}
.errpage .phero {
  text-align: center;
  max-width: 600px;
  margin: 52px auto 0;
}
.errpage .phero .cbtn {
  margin-top: 20px;
}
.destpage {
  max-width: 1240px;
  padding: 24px var(--gutter) 60px;
}
.destpage .crumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.destpage .crumb a {
  color: var(--teal-d);
  font-weight: 600;
}
.destpage .crumb i {
  font-size: 12px;
  color: var(--faint);
}
.destpage .phero {
  margin: 0 0 8px;
}
.destpage .phero .eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: var(--teal-d);
  background: var(--teal-50);
  padding: 5px 11px;
  border-radius: var(--r-pill);
}
.destpage .phero h1 {
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.12;
  margin: 14px 0 0;
  letter-spacing: -.01em;
}
.destpage .phero .lead {
  font-size: 17px;
  color: var(--muted);
  margin: 12px 0 0;
}
.destpage .phero-photo {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 300px;
  padding: 34px;
  margin: 0 0 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--sand);
}
.destpage .phero-photo .phero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.destpage .phero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(8, 52, 64, .30) 0%,
      rgba(6, 32, 40, .32) 45%,
      rgba(5, 26, 33, .86) 100%);
}
.destpage .phero-photo .phero-in {
  position: relative;
  z-index: 2;
}
.destpage .phero-photo .eyebrow {
  background: rgba(255, 255, 255, .18);
  color: #fff;
}
.destpage .phero-photo h1 {
  color: #fff;
  text-shadow: 0 3px 20px rgba(0, 0, 0, .45);
}
.destpage .phero-photo .lead {
  color: rgba(255, 255, 255, .94);
  text-shadow: 0 2px 14px rgba(0, 0, 0, .4);
}
.destpage .phero-photo .dfacts {
  color: #fff;
}
.destpage .phero-photo .dfacts i {
  color: var(--amber);
}
.dfacts {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}
.dfacts span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.dfacts i {
  color: var(--teal);
  font-size: 17px;
}
.dsec {
  margin: 36px 0 0;
}
.dsec-h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 14px;
}
.dsec-h h2 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 21px;
  margin: 0;
  letter-spacing: -.01em;
}
.dsec-h h2 i {
  color: var(--teal);
  font-size: 19px;
  flex: none;
}
.dsec-h a {
  font-size: 14px;
  font-weight: 700;
  color: var(--teal-d);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.autherr {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #FDECEC;
  color: #B42318;
  border: 1px solid #F3C0BD;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 13.5px;
  margin-bottom: 14px;
}
.autherr i {
  font-size: 16px;
}

/* ../../src/Rl.Platform.360/wwwroot/css/feedback.css */
.rl-toasts {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}
.rl-toast {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line-2);
  border-left: 4px solid var(--teal);
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 12px 32px rgba(20, 40, 46, .20);
  font-size: 14px;
  font-weight: 600;
  max-width: 340px;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity .25s ease, transform .25s ease;
}
.rl-toast.in {
  opacity: 1;
  transform: none;
}
.rl-toast i {
  font-size: 18px;
}
.rl-toast--success {
  border-left-color: var(--teal);
}
.rl-toast--success i {
  color: var(--teal-d);
}
.rl-toast--error {
  border-left-color: #D92D20;
}
.rl-toast--error i {
  color: #D92D20;
}
.rl-toast--info {
  border-left-color: var(--amber-d);
}
.rl-toast--info i {
  color: var(--amber-d);
}
@media (max-width: 600px) {
  .rl-toasts {
    left: 12px;
    right: 12px;
    top: 12px;
  }
  .rl-toast {
    max-width: none;
  }
}
.sk {
  pointer-events: none;
}
.sk-box {
  background:
    linear-gradient(
      90deg,
      #eceeee 25%,
      #f5f7f7 37%,
      #eceeee 63%);
  background-size: 400% 100%;
  animation: sk-shimmer 1.3s ease infinite;
  border-radius: 8px;
}
.sk-thumb {
  flex: 0 0 150px;
  height: 130px;
  border-radius: 10px;
}
.sk-lines {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@keyframes sk-shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.search-error {
  text-align: center;
  padding: 40px 20px;
  color: var(--muted);
}
.search-error .cbtn {
  margin-top: 16px;
}
.search-empty {
  text-align: center;
  padding: 40px 20px;
  color: var(--muted);
}
.search-empty .cbtn {
  margin-top: 16px;
}
.is-loading {
  position: relative;
  color: transparent !important;
  pointer-events: none;
}
.is-loading > * {
  visibility: hidden;
}
.is-loading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid rgba(255, 255, 255, .55);
  border-top-color: #fff;
  border-radius: 50%;
  animation: rl-spin .6s linear infinite;
}
@keyframes rl-spin {
  to {
    transform: rotate(360deg);
  }
}
.rl-popup .leaflet-popup-content-wrapper {
  padding: 0;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(20, 40, 46, .30);
}
.rl-popup .leaflet-popup-content {
  margin: 0;
  width: 310px !important;
}
.rl-popup .leaflet-popup-tip {
  border-radius: 0 0 4px 0;
}
.leaflet-container .rl-popup .leaflet-popup-close-button {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  right: 9px;
  top: 9px;
  padding: 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 1px 6px rgba(0, 0, 0, .25);
}
.leaflet-container .rl-popup .leaflet-popup-close-button:hover {
  color: var(--teal-d);
  background: #fff;
}

/* ../../src/Rl.Platform.360/wwwroot/css/filters.css */
.opts {
  display: flex;
  flex-direction: column;
}
.opts.scroll {
  max-height: 212px;
  overflow-y: auto;
  margin-right: -6px;
  padding-right: 6px;
}
.opts.scroll::-webkit-scrollbar {
  width: 6px;
}
.opts.scroll::-webkit-scrollbar-thumb {
  background: var(--line-2);
  border-radius: 3px;
}
.opt {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  padding: 5px 0;
  cursor: pointer;
  user-select: none;
  line-height: 1;
}
.opt .box {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1.5px solid #C3CFCE;
  border-radius: 5px;
  flex: 0 0 auto;
  transition: background .12s, border-color .12s;
}
.opt:hover .box {
  border-color: var(--teal);
}
.opt .box.on {
  background: var(--teal);
  border-color: var(--teal);
}
.opt .box.on::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -58%) rotate(45deg);
}
.opt .stars {
  color: var(--amber-d);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.5px;
}
.opt .opt-l {
  line-height: 1.2;
}
.opt .ct {
  margin-left: auto;
  color: var(--faint);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}
.scard .intro {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.45;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.scard .zone i.ph-moon-stars {
  color: var(--teal);
}
@media (max-width: 680px) {
  .rbar {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .rtools {
    width: 100%;
    flex-wrap: wrap;
    gap: 8px;
  }
  .rtools .rtool {
    flex: 1;
    justify-content: center;
  }
  .rtools .rtool-lbl {
    display: none;
  }
  .rtools [data-save-search],
  .rtools [data-share] {
    flex: 0 0 auto;
    padding: 8px 13px;
  }
  .rtools [data-save-search] i,
  .rtools [data-share] i {
    font-size: 16px;
  }
  .rtools .seg {
    flex-basis: 100%;
  }
  .rtools .seg span {
    flex: 1;
    text-align: center;
  }
}
.side {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}
.side .rail {
  position: static;
}
.typeswitch {
  background: #fff;
  border: 1px solid var(--line-2);
  border-radius: 13px;
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.typeswitch a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  transition: background .12s, color .12s;
}
.typeswitch a i {
  font-size: 19px;
}
.typeswitch a.on {
  background: var(--teal);
  color: #fff;
}
.typeswitch a:not(.on):hover {
  background: var(--teal-50);
  color: var(--teal-d);
}
@media (max-width: 920px) {
  .hr .lnk {
    width: 38px;
    height: 38px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }
}
@media (max-width: 680px) {
  footer .wrap {
    padding: 36px var(--gutter) 24px;
  }
  .fcols {
    gap: 24px;
    margin-bottom: 22px;
  }
  .fbot {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.scard .zone {
  flex-wrap: wrap;
  gap: 3px 10px;
}
.scard .zone .loc,
.scard .zone .nights {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.scard .zone .nights i {
  color: var(--teal);
}
@media (max-width: 680px) {
  .scard .zone {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
  }
  .scard .intro {
    display: none;
  }
}
.filters-open,
.filters-scrim,
.filters-sheet-head,
.filters-foot {
  display: none;
}
.filters-host {
  display: contents;
}
@media (max-width: 1000px) {
  .side {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .typeswitch {
    flex-direction: row;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 5px;
    gap: 4px;
  }
  .typeswitch::-webkit-scrollbar {
    display: none;
  }
  .typeswitch a {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 9px 14px;
    min-height: 44px;
  }
  .filters-open {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid var(--line-2);
    border-radius: 999px;
    background: #fff;
    font: inherit;
    font-size: 14.5px;
    font-weight: 700;
    color: var(--ink);
    cursor: pointer;
  }
  .filters-open .ph {
    font-size: 18px;
    color: var(--teal-d);
  }
  .filters-open:hover {
    border-color: var(--teal);
  }
  .filters-count {
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    border-radius: 11px;
    background: var(--teal-d);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 22px;
    text-align: center;
  }
  .filters-count[hidden] {
    display: none;
  }
  .filters-host {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: 24px;
  }
  .filters-host.is-open {
    display: flex;
  }
  .filters-scrim {
    display: block;
    position: absolute;
    inset: 0;
    background: rgba(14, 42, 51, .5);
  }
  .filters-host .rail {
    position: relative;
    top: auto;
    width: min(520px, 100%);
    max-height: calc(var(--vvh,100dvh) - 48px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0 18px;
    border: none;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .3);
    display: flex;
    flex-direction: column;
  }
  .filters-host .rail > h3 {
    display: none;
  }
  .filters-sheet-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
    padding: 14px 0 10px;
    margin-bottom: 4px;
    border-bottom: 1px solid var(--line);
  }
  .filters-sheet-head strong {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    color: var(--ink);
  }
  .filters-sheet-head .ph-funnel {
    color: var(--teal-d);
  }
  .filters-foot {
    display: block;
    position: sticky;
    bottom: 0;
    z-index: 2;
    background: #fff;
    margin-top: auto;
    padding: 12px 0 14px;
    border-top: 1px solid var(--line);
  }
  .filters-foot .cbtn {
    width: 100%;
    justify-content: center;
    min-height: 48px;
  }
  .filters-host .opt {
    min-height: 44px;
  }
}
@media (max-width: 680px) {
  .filters-sheet-head {
    padding-top: 2px;
  }
  .filters-foot {
    padding-bottom: calc(14px + env(safe-area-inset-bottom));
  }
}

/* ../../src/Rl.Platform.360/wwwroot/css/pickers.css */
.destpick {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
}
.destpick[hidden] {
  display: none;
}
.destpick-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 40, 46, .45);
  backdrop-filter: blur(2px);
}
.destpick-panel {
  position: relative;
  background: #fff;
  border-radius: 18px;
  width: min(460px, 92vw);
  max-height: 74vh;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-float);
  overflow: hidden;
}
.destpick-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
}
.destpick-head > i {
  font-size: 20px;
  color: var(--teal);
  flex: 0 0 auto;
}
.destpick-head input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: 16px;
  color: var(--ink);
  background: none;
}
.destpick-x {
  border: none;
  background: #F4F6F5;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  color: var(--muted);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex: 0 0 auto;
}
.destpick-x:hover {
  background: var(--teal-50);
}
.destpick-list {
  overflow-y: auto;
  padding: 0 8px 8px;
  background: #fff;
}
.destpick-country {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--faint);
  margin: 0 -8px;
  padding: 12px 18px 6px;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}
.destpick-item {
  display: flex;
  align-items: center;
  gap: 11px;
  width: 100%;
  border: none;
  background: none;
  font-family: inherit;
  font-size: 15px;
  color: var(--ink);
  text-align: left;
  padding: 11px 10px;
  border-radius: 10px;
  cursor: pointer;
}
.destpick-item:hover {
  background: var(--teal-50);
}
.destpick-any {
  margin-top: 6px;
}
.destpick-item i {
  font-size: 18px;
  color: var(--teal);
  flex: 0 0 auto;
}
.destpick-empty {
  padding: 24px;
  text-align: center;
  color: var(--muted);
  font-size: 14px;
}
@media (max-width: 680px) {
  .destpick-panel {
    height: calc(var(--vvh,100dvh) - 48px);
  }
  .destpick[data-paxpicker] .destpick-panel {
    height: auto;
  }
  .destpick-head {
    padding-top: 4px;
  }
  .destpick-x {
    width: 40px;
    height: 40px;
  }
  .destpick-list {
    overscroll-behavior: contain;
  }
}
.mapinfo {
  position: absolute;
  z-index: 8;
  transform: translate(-50%, calc(-100% - 13px));
  width: min(290px, 86vw);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(20, 40, 46, .30);
}
.mapinfo[hidden] {
  display: none;
}
.mapinfo.below {
  transform: translate(-50%, 15px);
}
.mapinfo::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 13px;
  height: 13px;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
  border-radius: 0 0 3px 0;
}
.mapinfo.below::after {
  bottom: auto;
  top: -6px;
  border-radius: 3px 0 0 0;
}
.mapinfo-x {
  position: absolute;
  right: 7px;
  top: 7px;
  z-index: 3;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, .92);
  color: var(--ink);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .25);
  transition: background .12s;
}
.mapinfo-x i {
  font-size: 13px;
  line-height: 1;
}
.mapinfo-x:hover {
  background: #fff;
}
.mapinfo-card {
  display: flex;
  align-items: stretch;
  border-radius: 13px;
  overflow: hidden;
  background: #fff;
}
.mapinfo-card:hover .mapinfo-name {
  color: var(--teal-d);
}
.mapinfo-thumb {
  flex: 0 0 88px;
  align-self: stretch;
  background: var(--teal-50);
}
.mapinfo-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mapinfo-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 10px 12px;
  padding-right: 36px;
}
.mapinfo-name {
  font-size: 14px;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.25;
  transition: color .12s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mapinfo-stars {
  color: var(--amber-d);
  font-size: 12px;
  letter-spacing: 1px;
}
.mapinfo-foot {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
}
.mapinfo-price {
  font-size: 14.5px;
  font-weight: 800;
  color: var(--ink);
  white-space: nowrap;
}
.mapinfo-price small {
  font-size: 10.5px;
  font-weight: 600;
  color: var(--faint);
  margin-right: 2px;
}
.mapinfo-see {
  font-size: 12px;
  font-weight: 700;
  color: var(--teal-d);
  white-space: nowrap;
}
.gm-style-iw.gm-style-iw-c {
  padding: 0 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 14px 36px rgba(20, 40, 46, .3) !important;
}
.gm-style-iw-d {
  overflow: hidden !important;
  max-height: none !important;
}
.gm-style-iw-c .mapinfo-content,
.gm-style-iw-c .mapinfo-card {
  width: 280px;
  max-width: 84vw;
}
.gm-style-iw-c button.gm-ui-hover-effect {
  top: 6px !important;
  right: 6px !important;
  width: 28px !important;
  height: 28px !important;
  background: rgba(255, 255, 255, .95) !important;
  border-radius: 50% !important;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .25) !important;
  opacity: 1 !important;
}
.gm-style-iw-c button.gm-ui-hover-effect > span {
  margin: 7px !important;
  background-color: var(--ink) !important;
}
.selitems {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 190px;
}
.selitem {
  text-align: left;
  border: none;
  background: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  padding: 10px 12px;
  border-radius: 9px;
  cursor: pointer;
}
.selitem:hover {
  background: var(--teal-50);
  color: var(--teal-d);
}
.selitem.on {
  background: var(--teal);
  color: #fff;
}

/* ../../src/Rl.Platform.360/wwwroot/css/content-pages.css */
.cpage {
  padding: 36px var(--gutter) 64px;
}
.cpage .phero {
  max-width: none;
  margin: 0 0 30px;
}
.cpage .phero .eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: var(--teal-d);
  background: var(--teal-50);
  padding: 5px 11px;
  border-radius: var(--r-pill);
}
.cpage .phero h1 {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
  margin: 14px 0 0;
  letter-spacing: -.01em;
}
.cpage .phero .lead {
  font-size: 18px;
  color: var(--muted);
  margin: 14px 0 0;
}
.cpage .prose,
.cpage .legal-doc,
.cpage .about-doc {
  max-width: none;
}
.cpage .prose h2 {
  font-size: 22px;
  margin: 30px 0 8px;
  letter-spacing: -.01em;
}
.cpage .prose p {
  color: var(--ink);
  margin: 0 0 12px;
}
.cpage .prose .muted {
  color: var(--muted);
}
.feat {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin: 24px 0;
}
.feat .fc {
  border: 1px solid var(--line-2);
  border-radius: var(--r-card);
  padding: 20px;
  background: #fff;
}
.feat .fc .ic {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: var(--teal-50);
  color: var(--teal-d);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.feat .fc h3 {
  font-size: 16px;
  margin: 13px 0 5px;
}
.feat .fc p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
}
.cband {
  margin-top: 34px;
  background: var(--sand);
  border-radius: var(--r-card);
  padding: 28px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.cband h2 {
  margin: 0 0 4px;
  font-size: 22px;
}
.cband p {
  margin: 0;
  color: var(--muted);
}
.cband .acts {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.cbtn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
  font-size: 15px;
  padding: 12px 20px;
  border-radius: var(--r-btn);
  text-decoration: none;
  cursor: pointer;
  border: none;
  font-family: inherit;
}
.cbtn.pri {
  background: var(--teal-d);
  color: #fff;
}
.cbtn.pri:hover {
  background: #085a6f;
}
.cbtn.sec {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line-2);
}
.cbtn.sec:hover {
  border-color: var(--teal);
  color: var(--teal-d);
}
.cbtn:disabled,
.cbtn.pri:disabled {
  background: var(--line-2);
  color: var(--faint);
  cursor: not-allowed;
}
.loadmore-wrap {
  display: flex;
  justify-content: center;
  margin: 8px 0 2px;
}
.loadmore .loadmore-caret {
  font-size: 15px;
}
.loadmore .loadmore-spin {
  display: none;
  font-size: 15px;
  animation: rl-spin .6s linear infinite;
}
.loadmore.loading {
  background: #fff;
  color: var(--muted);
}
.loadmore.loading .loadmore-caret {
  display: none;
}
.loadmore.loading .loadmore-spin {
  display: inline-block;
}
.authwrap {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: start;
  padding: 36px var(--gutter) 64px;
}
@media (max-width: 820px) {
  .authwrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.authwrap .pitch h1 {
  font-size: clamp(26px, 3.5vw, 38px);
  line-height: 1.14;
  margin: 0 0 14px;
  letter-spacing: -.01em;
}
.authwrap .pitch .lead {
  font-size: 17px;
  color: var(--muted);
  margin: 0 0 22px;
}
.authwrap .pitch .blist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.authwrap .pitch .blist li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  font-size: 15px;
}
.authwrap .pitch .blist i {
  color: var(--teal);
  font-size: 20px;
  flex: 0 0 auto;
  margin-top: 1px;
}
.authcard {
  border: 1px solid var(--line-2);
  border-radius: var(--r-card);
  box-shadow: var(--shadow-float);
  padding: 26px;
  background: #fff;
}
.authcard h2 {
  font-size: 20px;
  margin: 0 0 4px;
}
.authcard .sub {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 18px;
}
.authcard label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 6px;
}
.authcard .fld {
  margin-bottom: 14px;
}
.authcard .frow2 {
  display: flex;
  gap: 12px;
}
.authcard .frow2 .fld {
  flex: 1;
  min-width: 0;
}
@media (max-width: 560px) {
  .authcard .frow2 {
    flex-direction: column;
    gap: 0;
  }
}

/* ../../src/Rl.Platform.360/wwwroot/css/modal.css */
.qm[hidden] {
  display: none;
}
.qm [hidden] {
  display: none !important;
}
.qm {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.qm-scrim {
  position: absolute;
  inset: 0;
  background: rgba(14, 42, 51, .55);
  backdrop-filter: blur(2px);
}
.qm-card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  width: min(480px, 100%);
  max-height: 92vh;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 26px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .34);
}
.rl-close {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: var(--sand,#F5EFE3);
  color: var(--ink,#0C3B47);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  transition: background .15s;
}
.rl-close:hover {
  background: #ece3d2;
}
.rl-close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--teal-50,#E4EDEF);
}
.qm-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.qm-head-ok {
  justify-content: flex-end;
  margin: calc(-1 * 18px) calc(-1 * 6px) 0 0;
}
.qm-title {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -.01em;
  margin: 0;
  color: var(--ink,#0C3B47);
}
.qm-prod {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  color: var(--teal-d,#0A3641);
  background: var(--teal-50,#E4EDEF);
  border-radius: 10px;
  padding: 9px 12px;
  margin: 0 0 16px;
  font-weight: 600;
}
.qm-row {
  display: flex;
  gap: 12px;
}
.qm-row .qm-fld {
  flex: 1;
}
.qm-fld {
  margin-bottom: 12px;
}
.qm-fld label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--ink,#0C3B47);
}
.qm-fld input,
.qm-fld textarea {
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  padding: 12px 13px;
  border: 1px solid var(--line-2,#DCE4E3);
  border-radius: var(--r-btn,11px);
  background: #fff;
  color: var(--ink,#0C3B47);
}
.qm-fld input:focus,
.qm-fld textarea:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 2px var(--teal-50);
}
.qm-err {
  background: #FDECEC;
  color: #B42318;
  border: 1px solid #F3C0BD;
  border-radius: 10px;
  padding: 9px 12px;
  font-size: 13px;
  margin-bottom: 12px;
  display: flex;
  gap: 7px;
  align-items: center;
}
.qm-send {
  width: 100%;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--teal-d,#0A3641);
  color: #fff;
  border: none;
  border-radius: 11px;
  padding: 13px;
  font-weight: 700;
  font-size: 15px;
  font-family: inherit;
  cursor: pointer;
}
.qm-send:hover {
  background: #085a6f;
}
.qm-clear {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 10px auto 0;
  background: none;
  border: none;
  color: var(--muted,#5b6b6e);
  font-family: inherit;
  font-size: 13px;
  cursor: pointer;
  width: auto;
}
.qm-clear:hover {
  color: var(--teal-d,#0A3641);
  text-decoration: underline;
}
.qm-send.is-loading {
  opacity: .7;
  pointer-events: none;
}
.qm-actions {
  display: flex;
  gap: 8px;
}
.qm-actions .qm-send {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
}
.qm-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  background: #fff;
  color: var(--teal-d,#0A3641);
  border: 1px solid var(--teal-d,#0A3641);
  border-radius: 11px;
  font-size: 22px;
  text-decoration: none;
}
.qm-wa:hover {
  background: var(--teal-50);
}
.qm-ok {
  text-align: center;
  padding: 18px 6px;
}
.qm-ok-ic {
  font-size: 52px;
  color: #1E7A36;
}
.qm-ok h2 {
  font-size: 21px;
  margin: 8px 0 6px;
  color: var(--ink,#0C3B47);
}
.qm-ok p {
  color: var(--muted,#5b6b6e);
  margin: 0 0 18px;
}
@media (max-width: 680px) {
  .qm-card {
    padding: 0 18px 18px;
  }
  .qm-head {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
    margin: 0 -18px 12px;
    padding: 4px 18px 10px;
  }
  .qm-head-ok {
    position: static;
    margin: 0;
    padding: 8px 0 0;
  }
  .qm-row {
    flex-direction: column;
    gap: 0;
  }
  .qm-ok {
    padding: 6px 6px 12px;
  }
  .rl-close {
    width: 40px;
    height: 40px;
  }
}
.authcard input {
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  padding: 12px 13px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-btn);
  background: #fff;
  color: var(--ink);
}
.authcard textarea {
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  padding: 12px 13px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-btn);
  background: #fff;
  color: var(--ink);
  resize: vertical;
  min-height: 96px;
}
.authcard input:focus,
.authcard textarea:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 2px var(--teal-50);
}
.authcard .ferr {
  display: block;
  color: var(--rose);
  font-size: 12.5px;
  font-weight: 600;
  margin-top: 5px;
}
.authcard .chk {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--ink);
  font-weight: 500;
  cursor: pointer;
}
.authcard .chk input {
  width: auto;
  margin: 0;
  flex: none;
  accent-color: var(--teal,#137a6f);
}
@media (max-width: 560px) {
  .chkgrid {
    grid-template-columns: 1fr;
  }
}
.authcard input.input-validation-error,
.authcard textarea.input-validation-error {
  border-color: var(--rose);
}
.okstate {
  text-align: center;
  padding: 14px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.okstate .ok-ic {
  font-size: 46px;
  color: var(--green);
  line-height: 1;
  margin-bottom: 8px;
}
.okstate h2 {
  margin: 0 0 6px;
}
.okstate .sub {
  text-align: center;
  max-width: 38ch;
  margin-left: auto;
  margin-right: auto;
}
.okstate .cbtn {
  margin-top: 16px;
}
.okstate .ok-ic.maint {
  color: var(--gold,#C49A4A);
}
.maint-cta .cbtn {
  margin-top: 0;
  flex: 1 1 0;
  min-width: 140px;
  justify-content: center;
}
.authcard .cbtn.pri {
  width: 100%;
  justify-content: center;
  margin-top: 4px;
}
.authcard .note {
  margin-top: 16px;
  font-size: 13px;
  color: var(--muted);
  background: var(--teal-50);
  border-radius: 11px;
  padding: 11px 13px;
}
.authcard .alt {
  margin-top: 14px;
  font-size: 14px;
  text-align: center;
  color: var(--muted);
}
.legal-doc {
  max-width: none;
}
.legal-doc p {
  margin: 0 0 12px;
  font-size: 14.5px;
  line-height: 1.66;
  color: var(--ink);
}
.legal-doc strong,
.legal-doc b {
  color: var(--ink);
  font-weight: 800;
}
.about-doc {
  max-width: none;
}
.about-doc p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink);
}
.about-doc b,
.about-doc strong {
  color: var(--ink);
  font-weight: 800;
}
.about-doc hr {
  border: none;
  border-top: 1px solid var(--line-2);
  margin: 22px 0;
}
.about-doc h2 {
  font-size: 22px;
  margin: 34px 0 12px;
  letter-spacing: -.01em;
  color: var(--ink);
}
.about-doc .lead-in {
  font-size: 16.5px;
  color: var(--muted);
}
.about-doc .enfoques {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 6px 0 6px;
}
.about-doc .enfoques .ef {
  background: var(--sand);
  border-radius: var(--r-card);
  padding: 18px 20px;
}
.about-doc .enfoques .ef h3 {
  margin: 0 0 6px;
  font-size: 16px;
  letter-spacing: -.01em;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 9px;
}
.about-doc .enfoques .ef h3 i {
  color: var(--amber-d);
  font-size: 19px;
}
.about-doc .enfoques .ef p {
  margin: 0;
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.6;
}
.about-doc .team {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 8px 0 6px;
}
.about-doc .team .member {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--line-2);
  border-radius: var(--r-card);
  padding: 20px;
}
.about-doc .team .mono {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  border-radius: var(--r-pill);
  background: var(--teal);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: .02em;
}
.about-doc .team .member:nth-child(2) .mono {
  background: var(--amber-d);
}
.about-doc .team .m-body h3 {
  margin: 0 0 3px;
  font-size: 16px;
  color: var(--ink);
}
.about-doc .team .m-body .role {
  margin: 0 0 9px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--teal-d);
}
.about-doc .team .m-body p {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
}
@media (max-width: 680px) {
  .about-doc .enfoques,
  .about-doc .team {
    grid-template-columns: 1fr;
  }
}
.faq-doc {
  max-width: none;
}
.faq-doc h2 {
  margin: 30px 0 12px;
}
.faq-q {
  border: 1px solid var(--line-2);
  border-radius: var(--r-card);
  margin: 0 0 10px;
  background: #fff;
  overflow: hidden;
}
.faq-q summary {
  list-style: none;
  cursor: pointer;
  padding: 15px 46px 15px 18px;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  position: relative;
}
.faq-q summary::-webkit-details-marker {
  display: none;
}
.faq-q summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 600;
  color: var(--teal-d);
  transition: transform .18s ease;
}
.faq-q[open] summary::after {
  content: "\2212";
}
.faq-q summary:hover {
  color: var(--teal-d);
}
.faq-q summary:focus-visible {
  outline: 2px solid var(--teal-d);
  outline-offset: -2px;
}
.faq-q p {
  margin: 0;
  padding: 0 18px 16px;
  font-size: 14.5px;
  line-height: 1.66;
  color: var(--ink-2,var(--muted));
}
@media (max-width: 760px) {
  .authwrap {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}

/* ../../src/Rl.Platform.360/wwwroot/css/auth-pages.css */
.authpage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
}
.authpage .brandside {
  position: relative;
  background: var(--ink-deep);
  color: #fff;
  padding: 34px 44px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.authpage .sun {
  position: absolute;
  right: -80px;
  top: -80px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(232, 191, 125, .5),
      rgba(232, 191, 125, 0) 70%);
}
.authpage .blogo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 19px;
  font-weight: 800;
  position: relative;
  z-index: 1;
  color: #fff;
}
.authpage .blogo .rl-logo {
  width: 30px;
  height: 30px;
}
.authpage .bmid {
  position: relative;
  z-index: 1;
}
.authpage .bmid h2 {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.12;
  max-width: 16ch;
  margin-bottom: 14px;
}
.authpage .bmid p {
  font-size: 15px;
  color: #AFC6CC;
  max-width: 42ch;
}
.authpage .bstats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
  z-index: 1;
  align-items: start;
}
.authpage .bstats > div {
  min-width: 0;
}
.authpage .bstats .n {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 4px;
}
.authpage .bstats .l {
  font-size: 12.5px;
  color: #9FB6BD;
  line-height: 1.35;
  min-height: 2.35em;
}
.authpage .formside {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px;
}
.authpage .fcard {
  width: 100%;
  max-width: 392px;
}
.authpage .topnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 34px;
}
.authpage .topnav .back {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: var(--teal-d);
}
.authpage .fcard h1 {
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -.01em;
  margin-bottom: 6px;
}
.authpage .fcard .sub {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 22px;
}
.authpage .field {
  margin-bottom: 15px;
}
.authpage .field label {
  display: block;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--muted);
  margin-bottom: 6px;
}
.authpage .field input {
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line-2);
  border-radius: 11px;
  padding: 12px 13px;
}
.authpage .field input:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 2px var(--teal-50);
}
.authpage .field .ferr {
  display: block;
  color: var(--rose,#B42318);
  font-size: 12.5px;
  font-weight: 600;
  margin-top: 6px;
}
.authpage .field input.input-validation-error {
  border-color: var(--rose,#B42318);
}
.authpage .rowflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  margin: -2px 0 16px;
}
.authpage .rowflex .rem {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
}
.authpage .rowflex .rem input {
  width: 15px;
  height: 15px;
  accent-color: var(--teal);
}
.authpage .rowflex a {
  color: var(--teal-d);
  font-weight: 700;
}
.authpage .enter {
  width: 100%;
  background: var(--teal-d);
  color: #fff;
  border: none;
  font-family: inherit;
  font-size: 15.5px;
  font-weight: 800;
  padding: 13px;
  border-radius: 11px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.authpage .enter:hover {
  background: #085a6f;
}
.authpage .enter:disabled,
.authpage .gbtn:disabled {
  background: var(--line-2);
  color: var(--faint);
  cursor: not-allowed;
}
.authpage .gbtn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--line-2);
  border-radius: 11px;
  padding: 12px;
  font-family: inherit;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
}
.authpage .gbtn i {
  font-size: 20px;
  color: #4285F4;
}
.authpage .gbtn:disabled i {
  color: var(--faint);
}
.authpage .divider {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--faint);
  font-size: 12.5px;
  margin: 20px 0;
}
.authpage .divider::before,
.authpage .divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line-2);
}
.authpage .createbtn {
  display: block;
  text-align: center;
  width: 100%;
  border: 1px solid var(--teal-d);
  color: var(--teal-d);
  background: #fff;
  font-family: inherit;
  font-size: 14.5px;
  font-weight: 800;
  padding: 12px;
  border-radius: 11px;
}
.authpage .createbtn:hover {
  background: var(--teal-50);
}
.authpage .authnote {
  margin-top: 16px;
  font-size: 13px;
  color: var(--muted);
  background: var(--teal-50);
  border-radius: 11px;
  padding: 11px 13px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.authpage .authnote i {
  color: var(--teal-d);
  font-size: 17px;
  flex: 0 0 auto;
  margin-top: 1px;
}
@media (max-width: 820px) {
  .authpage {
    grid-template-columns: 1fr;
  }
  .authpage .brandside {
    display: none;
  }
}
.authcard select {
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  color: var(--ink);
  background-color: #fff;
  border: 1px solid var(--line-2);
  border-radius: var(--r-btn);
  padding: 12px 40px 12px 13px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230A6E86' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 13px center;
  background-size: 16px;
}
.authcard select:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 2px var(--teal-50);
}
.authcard .grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}
@media (max-width: 560px) {
  .authcard .grid2 {
    grid-template-columns: 1fr;
  }
}
.consent {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom));
  z-index: 1000;
  max-width: 560px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--line-2,#E3E8E7);
  border-radius: 14px;
  box-shadow: 0 10px 40px rgba(20, 40, 46, .18);
  padding: 16px 18px;
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.consent p {
  margin: 0;
  font-size: 13.5px;
  color: var(--muted,#6B7A7E);
  flex: 1;
  min-width: 200px;
}
.consent-act {
  display: flex;
  gap: 8px;
  margin-left: auto;
}
.consent-btn {
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  border-radius: 9px;
  min-height: 44px;
  padding: 0 18px;
  border: none;
  cursor: pointer;
  background: var(--teal-d,#0A3641);
  color: #fff;
}
.consent-btn.ghost {
  background: #fff;
  border: 1px solid var(--line-2,#E3E8E7);
  color: var(--muted,#6B7A7E);
}
.consent-btn:hover {
  filter: brightness(1.05);
}
.consent[hidden] {
  display: none;
}

/* ../../src/Rl.Platform.360/wwwroot/css/drawer.css */
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(21, 51, 61, .42);
  z-index: 80;
  opacity: 0;
  transition: opacity .28s ease;
}
.menu-overlay.on {
  opacity: 1;
}
.menu-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100dvh;
  width: min(380px, 88vw);
  background: var(--sand);
  z-index: 81;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform .3s cubic-bezier(.4, 0, .2, 1), visibility 0s linear .3s;
  overflow: hidden;
  padding-bottom: env(safe-area-inset-bottom);
}
.menu-drawer.on {
  transform: translateX(0);
  visibility: visible;
  box-shadow: var(--shadow-float);
  transition: transform .3s cubic-bezier(.4, 0, .2, 1), visibility 0s;
}
.menu-track {
  display: flex;
  width: 200%;
  height: 100%;
  transition: transform .28s ease;
}
.menu-drawer.show-fav .menu-track {
  transform: translateX(-50%);
}
.menu-panel {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  flex: 0 0 auto;
}
.menu-brand {
  color: var(--teal);
  font-weight: 800;
  font-size: 19px;
}
.menu-brand .n360 {
  color: var(--amber);
}
.menu-x {
  background: none;
  border: 0;
  cursor: pointer;
  color: var(--teal);
  font-size: 22px;
  line-height: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.menu-x:hover {
  background: rgba(21, 51, 61, .08);
}
.menu-nav {
  display: flex;
  flex-direction: column;
  padding: 12px 10px;
  gap: 2px;
  overflow-y: auto;
}
.menu-nav a,
.menu-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 14px;
  color: var(--ink);
  text-decoration: none;
  border-radius: var(--r-btn,12px);
  font-weight: 600;
  font-size: 15.5px;
  background: none;
  border: 0;
  cursor: pointer;
  width: 100%;
  font-family: inherit;
}
.menu-row {
  justify-content: space-between;
  text-align: left;
}
.menu-row > span {
  display: flex;
  align-items: center;
  gap: 14px;
}
.menu-nav a:hover,
.menu-row:hover {
  background: rgba(21, 51, 61, .06);
}
.menu-nav a i,
.menu-row i {
  color: var(--teal);
  font-size: 20px;
}
.menu-sep {
  height: 1px;
  background: var(--line);
  margin: 8px 14px;
}
.menu-stuff {
  padding: 14px 14px 28px;
  overflow-y: auto;
}
.menu-empty {
  color: var(--muted);
  font-size: 14px;
  text-align: center;
  padding: 36px 16px;
}
.mf {
  display: flex;
  align-items: center;
  gap: 6px;
}
.mf-lnk {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  color: var(--ink);
  text-decoration: none;
  border-radius: 10px;
  font-size: 14.5px;
  min-width: 0;
}
.mf-lnk span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mf-lnk:hover {
  background: rgba(21, 51, 61, .06);
}
.mf-lnk i {
  color: var(--teal);
  font-size: 18px;
  flex: 0 0 auto;
}
.mf-del {
  background: none;
  border: 0;
  cursor: pointer;
  color: var(--muted);
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mf-del:hover {
  color: var(--rose);
  background: rgba(21, 51, 61, .06);
}
body.menu-open {
  overflow: hidden;
}
.paxpick-body {
  padding: 6px 18px;
}
.paxrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 2px;
  font-size: 16px;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}
.paxrow:last-child {
  border-bottom: none;
}
.paxctl {
  display: flex;
  align-items: center;
  gap: 18px;
}
.paxctl button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--line-2);
  background: #fff;
  color: var(--teal-d);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color .15s, color .15s;
}
.paxctl button:hover {
  border-color: var(--teal);
  color: var(--teal);
}
.paxctl b {
  min-width: 22px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}
.paxpick-foot {
  padding: 8px 18px 18px;
}
.paxpick-foot .cbtn {
  width: 100%;
  justify-content: center;
}

/* ../../src/Rl.Platform.360/wwwroot/css/editorial.css */
.ed-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 8px 22px;
}
.ed-list li {
  position: relative;
  padding-left: 26px;
  color: var(--ink);
  line-height: 1.5;
}
.ed-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'><path d='M24 1 L25.15 21.23 L33.9 14.1 L26.77 22.85 L44 24 L26.77 25.15 L33.9 33.9 L25.15 26.77 L24 47 L22.85 26.77 L14.1 33.9 L21.23 25.15 L4 24 L21.23 22.85 L14.1 14.1 L22.85 21.23 Z' fill='%23D4AF37'/></svg>") center/contain no-repeat;
}
.dsec p.lead + .ed-list {
  margin-top: 16px;
}
.chipgrid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 15px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-pill);
  color: var(--ink);
  font-weight: 600;
  font-size: 14.5px;
  text-decoration: none;
  transition:
    border-color .15s,
    color .15s,
    background .15s;
}
.chip:hover {
  border-color: var(--teal);
  color: var(--teal-d);
  background: var(--teal-50);
}
.chip i {
  color: var(--teal);
  font-size: 16px;
}
.destgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(238px, 1fr));
  gap: 20px;
}
.destcard {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line-2);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition:
    box-shadow .18s,
    transform .18s,
    border-color .18s;
}
.destcard:hover {
  box-shadow: var(--shadow-float);
  border-color: var(--teal);
  transform: translateY(-2px);
}
.destcard-img {
  aspect-ratio: 3/2;
  background: var(--sand);
  overflow: hidden;
}
.destcard-img img,
.destcard-img rl-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.destcard-b {
  padding: 14px 16px 16px;
}
.destcard-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.destcard-t h3 {
  font-size: 18px;
  margin: 0;
  letter-spacing: -.01em;
  color: var(--ink);
}
.destcard-t i {
  color: var(--teal-d);
  font-size: 18px;
  flex: none;
  transition: transform .18s;
}
.destcard:hover .destcard-t i {
  transform: translateX(3px);
}
.destcard-b p {
  font-size: 13.5px;
  color: var(--muted);
  margin: 6px 0 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ../../src/Rl.Platform.360/wwwroot/css/cart.css */
.cart-btn {
  position: relative;
}
.cart-badge {
  position: absolute;
  top: -3px;
  right: -3px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 9px;
  background: var(--gold,#D4AF37);
  color: #3a2f00;
  font-size: 11px;
  font-weight: 800;
  line-height: 17px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
}
.cq-add {
  width: 100%;
  margin-top: 10px;
  background: var(--sand);
  color: var(--teal-d);
  border: 1px solid var(--line-2);
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  padding: 11px;
  border-radius: 11px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cq-add:hover {
  border-color: var(--teal);
}
.cartd {
  position: fixed;
  inset: 0;
  z-index: 1200;
}
.cartd[hidden] {
  display: none;
}
.cartd-scrim {
  position: absolute;
  inset: 0;
  background: rgba(20, 40, 46, .45);
}
.cartd-panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(420px, 92vw);
  background: #fff;
  box-shadow: -10px 0 40px rgba(20, 40, 46, .25);
  display: flex;
  flex-direction: column;
}
@keyframes cartd-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes cartd-out {
  from {
    transform: none;
  }
  to {
    transform: translateX(100%);
  }
}
@media (min-width: 681px) {
  .cartd-panel.sheet {
    animation: cartd-in .22s ease;
  }
  .cartd.is-closing .cartd-panel.sheet {
    animation: cartd-out .19s ease forwards;
  }
}
@media (max-width: 680px) {
  .cartd-panel {
    top: auto;
    bottom: 0;
    left: 0;
    height: auto;
    box-shadow: 0 -10px 40px rgba(20, 40, 46, .25);
  }
  .cartd-head {
    padding: 4px 18px 12px;
  }
  .cartd-items {
    min-height: 120px;
  }
  .cartd-foot {
    padding: 14px 18px calc(14px + env(safe-area-inset-bottom));
  }
}
.cartd-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}
.cartd-head h2 {
  font-size: 19px;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
}
.cartd-head h2 i {
  color: var(--teal-d);
}
.cartd-items {
  flex: 1;
  overflow-y: auto;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cartd-empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  padding: 30px;
  color: var(--muted);
}
.cartd-empty[hidden] {
  display: none;
}
.cartd-empty i {
  font-size: 40px;
  color: var(--line-2);
}
.cartd-empty p {
  font-weight: 700;
  color: var(--ink);
  margin: 0;
}
.cartd-empty span {
  font-size: 13px;
  max-width: 26ch;
}
.cart-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid var(--line-2);
  border-radius: 12px;
  padding: 12px 14px;
}
.cart-item-n {
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
}
.cart-item-n:hover {
  text-decoration: underline;
}
.cart-item-s {
  font-size: 12.5px;
  color: var(--muted);
  margin-top: 3px;
}
.cart-item-x {
  border: none;
  background: none;
  color: var(--muted);
  cursor: pointer;
  font-size: 17px;
  line-height: 1;
  width: 44px;
  height: 44px;
  margin: -12px -12px -12px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex: none;
}
.cart-item-x:hover {
  color: #c0392b;
}
.cartd-foot {
  border-top: 1px solid var(--line);
  padding: 16px 20px;
}
.cartd-req {
  width: 100%;
  background: var(--teal);
  color: #fff;
  border: none;
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  padding: 13px;
  border-radius: 11px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cartd-req:hover {
  background: var(--teal-d);
}
.cartd-req:disabled {
  opacity: .5;
  cursor: not-allowed;
}
.cartd-note {
  font-size: 12px;
  color: var(--faint);
  text-align: center;
  margin: 10px 0 0;
}

/* ../../src/Rl.Platform.360/wwwroot/css/checkout.css */
.ckwrap {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px 64px;
}
.ck-steps {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
}
.ck-step {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--faint);
}
.ck-step:not(:last-child)::after {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--line);
  margin-left: 8px;
}
.ck-step-n {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid var(--line);
  font-size: 12px;
  font-weight: 700;
  flex: none;
}
.ck-step-n i {
  font-size: 12px;
}
.ck-step-current {
  color: var(--ink);
}
.ck-step-current .ck-step-n {
  border-color: var(--teal-d);
  color: var(--teal-d);
}
.ck-step-done .ck-step-n {
  border-color: var(--teal-d);
  background: var(--teal-d);
  color: #fff;
}
.ck-step-l {
  white-space: nowrap;
}
@media (max-width: 520px) {
  .ck-step-l {
    display: none;
  }
  .ck-step-current .ck-step-l {
    display: inline;
  }
}
.ckgrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
}
.ckmain {
  min-width: 0;
}
.cklines {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  background: #fff;
}
.cklines li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
}
.cklines li:last-child {
  border-bottom: none;
}
.ckl-main {
  min-width: 0;
}
.ckl-name {
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
}
a.ckl-name:hover {
  color: var(--teal-d);
  text-decoration: underline;
}
.ckl-sel {
  margin: 4px 0 0;
  font-size: 14px;
  color: var(--muted);
}
.ckl-price {
  font-weight: 700;
  white-space: nowrap;
  color: var(--ink);
}
.cksum {
  position: sticky;
  top: 88px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-card);
  background: #fff;
  padding: 20px;
  box-shadow: var(--shadow-pill);
}
.cksum h2 {
  margin: 0 0 14px;
  font-size: 17px;
}
.cks-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 0;
  font-size: 15px;
}
.cks-row.muted,
.cks-row.muted span {
  color: var(--muted);
  font-size: 14px;
}
.cks-row.total {
  border-top: 1px solid var(--line);
  margin-top: 6px;
  padding-top: 12px;
  font-size: 16px;
}
.cksum .cbtn.wide {
  width: 100%;
  justify-content: center;
  margin-top: 14px;
}
.cknote {
  margin: 12px 0 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}
.ckterms {
  margin: 12px 0 0;
  font-size: 12.5px;
  color: var(--faint);
  line-height: 1.5;
}
.ckterms a {
  color: var(--teal-d);
}
.cklink {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  font-size: 14px;
  color: var(--teal-d);
  text-decoration: none;
}
.cklink:hover {
  text-decoration: underline;
}
.ckhold {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 14px 0 0;
  padding: 9px 12px;
  border-radius: var(--r-btn);
  background: var(--amber-50);
  color: var(--amber-d);
  font-size: 13.5px;
  font-weight: 600;
}
.ckhold b {
  font-variant-numeric: tabular-nums;
}
.ckalert {
  display: flex;
  gap: 14px;
  padding: 18px;
  margin-bottom: 20px;
  border: 1px solid var(--line-2);
  border-left: 3px solid var(--amber);
  border-radius: var(--r-card);
  background: var(--amber-50);
}
.ckalert i {
  font-size: 22px;
  color: var(--amber-d);
  flex: none;
}
.ckalert b {
  display: block;
  color: var(--ink);
}
.ckalert p {
  margin: 6px 0 12px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
}
.ckaside {
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 18px;
  background: var(--sand);
}
.ckaside h3 {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 6px;
  font-size: 15px;
}
.ckaside .sub {
  margin: 0 0 10px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
}
.ckaside ul {
  margin: 0;
  padding-left: 20px;
  font-size: 14px;
  color: var(--ink);
}
.ckaside .ck-why {
  font-size: 13px;
  color: var(--muted);
}
.ckform {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 20px;
}
.ckform label {
  font-weight: 600;
  font-size: 14px;
  margin-top: 12px;
}
.ckform label:first-of-type {
  margin-top: 0;
}
.ckform .opt {
  font-weight: 400;
  color: var(--faint);
}
.ckform input,
.ckform textarea {
  font-family: inherit;
  font-size: 16px;
  padding: 11px 13px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-btn);
  background: #fff;
  color: var(--ink);
}
.ckform input:focus,
.ckform textarea:focus {
  outline: 2px solid var(--teal);
  outline-offset: 1px;
  border-color: var(--teal);
}
.ckform .cbtn {
  margin-top: 20px;
}
.fielderr {
  font-size: 13px;
  color: var(--rose);
}
.fielderr:empty {
  display: none;
}
.ckwho {
  margin-top: 20px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  background: #fff;
}
.ckwho h3 {
  margin: 0 0 6px;
  font-size: 15px;
}
.ckwho p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.ckdone .cklines {
  margin-top: 20px;
}
.cknext {
  margin-top: 22px;
  text-align: left;
}
.cknext h3 {
  margin: 0 0 10px;
  font-size: 15px;
}
.cartd-book {
  margin: 0 0 8px;
}
.cartd-go {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: inherit;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 18px;
  border: none;
  border-radius: var(--r-btn);
  background: var(--teal-d);
  color: #fff;
  cursor: pointer;
}
.cartd-go:hover {
  background: #085a6f;
}
@media (max-width: 900px) {
  .ckgrid {
    grid-template-columns: 1fr;
  }
  .cksum {
    position: static;
  }
}
.ckl-terms {
  margin: 10px 0 0;
  font-size: 14px;
}
.ckl-terms > summary {
  cursor: pointer;
  color: var(--teal-d);
  font-weight: 600;
  padding: 6px 0;
  list-style: none;
}
.ckl-terms > summary::-webkit-details-marker {
  display: none;
}
.ckl-terms > summary::before {
  content: "+ ";
  font-weight: 700;
}
.ckl-terms[open] > summary::before {
  content: "\2013  ";
}
.ckl-terms h4 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 12px 0 5px;
  font-size: 13.5px;
  color: var(--ink);
}
.ckl-terms ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.6;
}
.ckl-terms ul.exc li {
  color: var(--faint);
}
.ckl-terms p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

/* ../../src/Rl.Platform.360/wwwroot/css/datepicker.css */
.popover {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 70;
  background: #fff;
  border: 1px solid var(--line-2,#cfd8dc);
  border-radius: 14px;
  box-shadow: var(--shadow-float,0 14px 36px rgba(20,40,46,.18));
  padding: 14px;
  min-width: 252px;
  color: var(--ink,#15333d);
}
.cal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}
.cal-head button {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: none;
  background: #F4F6F5;
  font-size: 16px;
  cursor: pointer;
  color: var(--ink,#15333d);
}
.cal-head button:hover {
  background: var(--teal-50,#e6f0ef);
  color: var(--teal-d,#0f5a52);
}
.cal-dow {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  margin-bottom: 4px;
}
.cal-dow span {
  text-align: center;
  font-size: 11px;
  color: var(--faint,#7a8a89);
  font-weight: 600;
}
.cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}
.cal-empty {
  height: 32px;
}
.cal-day {
  height: 32px;
  border: none;
  background: none;
  border-radius: 8px;
  font-size: 13px;
  cursor: pointer;
  color: var(--ink,#15333d);
  font-family: inherit;
}
.cal-day:hover:not(.past) {
  background: var(--teal-50,#e6f0ef);
}
.cal-day.past {
  color: #CBD3D2;
  cursor: default;
}
.cal-day.in {
  background: var(--teal-50,#e6f0ef);
}
.cal-day.on {
  background: var(--teal-d,#0f5a52);
  color: #fff;
}
.rldp {
  position: relative;
  display: block;
}
.rldp .popover.is-up {
  top: auto;
  bottom: calc(100% + 8px);
}
.rldp-native {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  pointer-events: none;
}
.rldp-v {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  font: inherit;
  text-align: left;
  cursor: pointer;
  padding: 7px 9px;
  border: 1px solid var(--line,#cfd8dc);
  border-radius: 8px;
  background: #fff;
  color: var(--ink,#15333d);
}
.rldp-v:hover {
  border-color: var(--teal,#137a6f);
}
.rldp-v:focus-visible {
  outline: none;
  border-color: var(--teal,#137a6f);
  box-shadow: 0 0 0 2px var(--teal-50,#e6f0ef);
}
.rldp-v .ph {
  color: var(--teal,#137a6f);
  font-size: 16px;
  flex: none;
}
.rldp-v .rldp-txt {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rldp-v.is-placeholder .rldp-txt {
  color: var(--muted,#7a8a89);
}
.rldp .popover {
  min-width: 248px;
}
.authcard .rldp-v,
.fld .rldp-v {
  padding: 12px 13px;
  border-radius: var(--r-btn,10px);
  border-color: var(--line-2,#cfd8dc);
  font-size: 15px;
}
.qm-fld .rldp-v {
  padding: 12px 13px;
  border-radius: var(--r-btn,11px);
  border-color: var(--line-2,#DCE4E3);
  font-size: 15px;
  line-height: 1.4;
}
.qm-fld .rldp-v .ph {
  font-size: 15px;
  line-height: 1;
}

/* ../../src/Rl.Platform.360/wwwroot/css/sheet.css */
@keyframes sheet-up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: none;
  }
}
@keyframes sheet-down {
  from {
    transform: none;
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes sheet-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes sheet-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes card-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(.99);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes card-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(6px) scale(.99);
  }
}
.sheet-scrim {
  animation: sheet-fade-in .2s ease;
}
.is-closing .sheet-scrim {
  animation: sheet-fade-out .19s ease forwards;
}
.sheet {
  animation: card-in .2s ease;
}
.is-closing .sheet {
  animation: card-out .19s ease forwards;
}
.sheet-grab {
  display: none;
}
@media (max-width: 680px) {
  .sheet-host {
    align-items: flex-end !important;
    justify-content: stretch !important;
    padding: 0 !important;
  }
  .sheet {
    width: 100% !important;
    max-width: none !important;
    max-height: calc(var(--vvh,100dvh) - 12px - env(safe-area-inset-top)) !important;
    border-radius: 20px 20px 0 0 !important;
    align-self: flex-end;
    padding-bottom: env(safe-area-inset-bottom);
    animation: sheet-up .28s cubic-bezier(.32, .72, 0, 1);
    transition: transform .2s cubic-bezier(.32, .72, 0, 1);
    touch-action: pan-y;
  }
  .is-closing .sheet {
    animation: sheet-down .19s ease-in forwards;
  }
  .sheet-grab {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22px;
    flex: 0 0 auto;
    cursor: grab;
    touch-action: none;
  }
  .sheet-grab::before {
    content: "";
    width: 40px;
    height: 5px;
    border-radius: 3px;
    background: var(--line-2,#DCE4E3);
  }
  .sheet [data-sheet-grab] {
    touch-action: none;
  }
  .sheet input,
  .sheet select,
  .sheet textarea {
    font-size: 16px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sheet,
  .is-closing .sheet,
  .sheet-scrim,
  .is-closing .sheet-scrim {
    animation-duration: .01ms !important;
  }
}
.pop-scrim {
  position: fixed;
  inset: 0;
  z-index: 1099;
  background: rgba(14, 42, 51, .5);
  animation: sheet-fade-in .2s ease;
}
.cq-addons-done {
  display: none;
}
@media (max-width: 680px) {
  .popover.as-sheet,
  .cq-addons-pop.as-sheet {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    z-index: 1100 !important;
    width: auto !important;
    min-width: 0 !important;
    max-height: calc(var(--vvh,100dvh) - 72px) !important;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-radius: 20px 20px 0 0 !important;
    border: none !important;
    padding: 26px 18px calc(18px + env(safe-area-inset-bottom)) !important;
    box-shadow: 0 -10px 40px rgba(20, 40, 46, .25) !important;
    animation: sheet-up .28s cubic-bezier(.32, .72, 0, 1);
  }
  .popover.as-sheet::before,
  .cq-addons-pop.as-sheet::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 50%;
    width: 40px;
    height: 5px;
    margin-left: -20px;
    border-radius: 3px;
    background: var(--line-2,#DCE4E3);
  }
  .popover.as-sheet .cal-day,
  .popover.as-sheet .cal-empty {
    height: 44px;
    font-size: 15px;
  }
  .popover.as-sheet .cal-head button {
    width: 44px;
    height: 44px;
  }
  .popover.as-sheet .selitem {
    padding: 14px 12px;
    font-size: 15px;
  }
  .popover.as-sheet .stepper {
    min-height: 52px;
  }
  .popover.as-sheet .stepper button {
    width: 44px;
    height: 44px;
  }
  .cq-addons-pop.as-sheet .cq-addons-done {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 6px;
    padding: 13px;
    border: 0;
    border-radius: 11px;
    background: var(--teal-d);
    color: #fff;
    font: inherit;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    position: sticky;
    bottom: 0;
  }
}

/* ../../src/Rl.Platform.360/wwwroot/css/_bundle-entry.css */
