:root {
  --background: #07131f !important;
  --foreground: #f6fbfb !important;
  --card: #0d2230 !important;
  --card-foreground: #f6fbfb !important;
  --primary: #12a6c8 !important;
  --primary-foreground: #041018 !important;
  --secondary: #d7f36b !important;
  --secondary-foreground: #07131f !important;
  --muted: #153142 !important;
  --muted-foreground: #c9dde2 !important;
  --accent: #d7f36b !important;
  --accent-foreground: #07131f !important;
  --border: rgba(200, 232, 238, 0.18) !important;
  --ring: #8ee8f4 !important;
  --navbar-height: 61px !important;
}

@media (min-width: 768px) {
  :root {
    --navbar-height: 75px !important;
  }
}

html {
  background: var(--background);
}

body {
  background:
    linear-gradient(180deg, rgba(10, 33, 48, 0.92) 0, rgba(7, 19, 31, 1) 32rem),
    var(--background);
}

.layout-container > header {
  position: relative;
  z-index: 600;
}

.region-header {
  background: rgba(4, 16, 24, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px) saturate(130%);
}

.region-header .navbar {
  background: transparent;
}

.navbar--dropdown-menu a {
  border-radius: 999px;
  padding: 0.55rem 0.75rem;
  color: rgba(246, 251, 251, 0.88);
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.navbar--dropdown-menu a:hover,
.navbar--dropdown-menu a:focus-visible,
.navbar--dropdown-menu a.is-active {
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
}

a.bg-primary {
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--primary-foreground) !important;
  box-shadow: 0 0.65rem 1.35rem rgba(0, 0, 0, 0.18);
}

a.bg-primary:hover,
a.bg-primary:focus-visible {
  background-color: #43c8df !important;
  color: var(--primary-foreground) !important;
  transform: translateY(-1px);
}

.cq-full > .absolute.z-\[-1\] > .absolute.inset-0 {
  background:
    linear-gradient(90deg, rgba(4, 16, 24, 0.78) 0%, rgba(4, 16, 24, 0.52) 46%, rgba(4, 16, 24, 0.68) 100%),
    rgba(0, 0, 0, 0.48) !important;
}

.cq-full > .absolute.z-\[-1\] img {
  filter: saturate(1.08) contrast(1.05);
}

main > section.cq-full:first-child:not(.min-h-\[500px\]) {
  min-height: clamp(17rem, 42vh, 28rem);
}

.region-content > section.cq-full.h-1\/2 {
  min-height: clamp(17rem, 42vh, 28rem);
}

.cq-full .relative.z-1 {
  width: min(100%, 72rem);
}

.cq-full .relative.z-1 h1 {
  max-width: 16ch;
  margin-inline: auto;
  text-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.38);
}

.cq-full .relative.z-1 p {
  color: rgba(246, 251, 251, 0.92) !important;
  text-shadow: 0 0.2rem 0.9rem rgba(0, 0, 0, 0.36);
}

.cq-full .relative.z-1 h1,
.cq-full .relative.z-1 h2,
.cq-full .relative.z-1 h3,
.cq-full .relative.z-1 .text-background,
.cq-full .relative.z-1 [class*="text-background"] {
  color: #fff !important;
}

.cq-full .relative.z-1 a:not(.bg-primary):not(.bg-primary-foreground):not(.bg-accent):not(.bg-accent-foreground) {
  color: inherit;
}

.cq-full .relative.z-1 a.bg-primary-foreground {
  background-color: #fff !important;
  color: var(--background, #07131f) !important;
  box-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.22);
}

.cq-full .relative.z-1 a.bg-primary-foreground:hover,
.cq-full .relative.z-1 a.bg-primary-foreground:focus-visible {
  background-color: #f4f7f8 !important;
  color: var(--background, #07131f) !important;
  transform: translateY(-1px);
}

main > section:not(:first-child) {
  position: relative;
}

main > section.relative.h-full.flex {
  border-top: 1px solid rgba(200, 232, 238, 0.1);
}

main > section.relative.h-full.flex > div[class*="overflow-hidden"] {
  border: 1px solid rgba(200, 232, 238, 0.18);
  box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.24);
}

main > section.relative.h-full.flex > div:not([class*="overflow-hidden"]) {
  align-self: center;
}

main h2 {
  color: #fff;
}

main h2::after {
  display: block;
  width: 3.25rem;
  height: 0.18rem;
  margin-top: 0.75rem;
  border-radius: 999px;
  background: var(--accent);
  content: "";
}

main header h2::after,
.cq-full h2::after,
.penrith-page-policies h2::after {
  margin-inline: auto;
}

main [class*="_h2"] h2,
main [class*="_h3"] h3,
main [class*="_h4"] h4 {
  color: #fff;
}

main [class*="_h2"] p,
main [class*="_h2"] li {
  color: rgba(246, 251, 251, 0.84);
}

.group.relative.flex.rounded-xl {
  border: 1px solid rgba(200, 232, 238, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0)),
    var(--card) !important;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.24);
}

.group.relative.flex.rounded-xl:hover,
.group.relative.flex.rounded-xl:focus-within {
  border-color: rgba(142, 232, 244, 0.42);
  background-color: #102b3a !important;
  color: var(--card-foreground) !important;
  box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.3);
}

.group.relative.flex.rounded-xl .aspect-video {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.5rem;
}

.group.relative.flex.rounded-xl img {
  transition: transform 260ms ease, filter 260ms ease;
}

.group.relative.flex.rounded-xl:hover img,
.group.relative.flex.rounded-xl:focus-within img {
  filter: saturate(1.12) contrast(1.04);
  transform: scale(1.035);
}

.group.relative.flex.rounded-xl h3,
.group.relative.flex.rounded-xl h4,
.group.relative.flex.rounded-xl strong {
  color: #fff;
}

.group.relative.flex.rounded-xl p {
  color: rgba(246, 251, 251, 0.8);
}

.group.relative.flex.rounded-xl a {
  color: #8ee8f4;
}

main .grid {
  align-items: stretch;
}

main img.object-cover {
  background: var(--muted);
}

.site-footer {
  background: #06101a;
  border-top: 1px solid rgba(200, 232, 238, 0.14);
}

.site-footer a {
  color: rgba(246, 251, 251, 0.86);
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #8ee8f4;
}

.penrith-page-policies main section + section .grid > div {
  border: 1px solid rgba(200, 232, 238, 0.16);
  border-radius: 0.5rem;
  background: rgba(13, 34, 48, 0.82);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.16);
  padding: clamp(1rem, 2vw, 1.5rem);
}

.penrith-page-policies main section + section .grid > div:first-child {
  position: sticky;
  top: calc(var(--navbar-height, 0px) + 1rem);
  align-self: start;
}

.penrith-page-policies main section + section .grid > div > p:first-child {
  margin: 0 0 1rem;
  font-size: clamp(1.25rem, 1.5vw, 1.625rem);
  line-height: 1.2;
}

.penrith-page-policies main section + section .grid > div:first-child ul {
  display: grid;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.penrith-page-policies main section + section .grid > div:first-child li {
  margin: 0;
}

.penrith-page-policies main section + section .grid > div:first-child a {
  display: block;
  border-radius: 0.375rem;
  padding: 0.55rem 0.7rem;
  color: rgba(246, 251, 251, 0.82);
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.penrith-page-policies main section + section .grid > div:first-child a:hover,
.penrith-page-policies main section + section .grid > div:first-child a:focus-visible {
  background: rgba(142, 232, 244, 0.14);
  color: #fff;
}

.penrith-page-policies main section + section .grid > div:last-child {
  background: rgba(246, 251, 251, 0.97);
  color: #102130;
}

.penrith-page-policies main section + section .grid > div:last-child h2,
.penrith-page-policies main section + section .grid > div:last-child h3,
.penrith-page-policies main section + section .grid > div:last-child h4,
.penrith-page-policies main section + section .grid > div:last-child strong {
  color: #07131f;
}

.penrith-page-policies main section + section .grid > div:last-child p,
.penrith-page-policies main section + section .grid > div:last-child li {
  color: #263948;
}

.penrith-page-policies main section + section .grid > div:last-child a {
  color: #03687a;
}

.penrith-page-policies main section + section .grid > div > :last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .region-header .navbar {
    border-bottom-color: rgba(255, 255, 255, 0.16);
  }

  .navbar--menu.navbar--menu--open {
    background: #07131f;
  }

  .cq-full .relative.z-1 h1 {
    max-width: 12ch;
  }

  .cq-full .relative.z-1 > .flex:has(> a.bg-primary, > a.bg-primary-foreground) {
    width: min(100%, 22rem);
    flex-direction: column;
    align-items: stretch;
  }

  .cq-full .relative.z-1 > .flex:has(> a.bg-primary, > a.bg-primary-foreground) > a {
    width: 100%;
    min-height: 3.25rem;
    justify-content: center;
  }

  .penrith-page-policies main section + section .grid > div:first-child {
    position: static;
  }
}
