:root {
  --h-header: 3.6em;
  --h-bottom: 4.4em;
  --z-index-sidepanel: 1045;
}

.h-header {
  height: var(--h-header);
}

.m-header-negative {
  margin-top: calc(-1 * var(--h-header)) !important;
}

.m-header-negative {
  margin-top: calc(-1 * var(--h-header)) !important;
}

.min-vh-100-content {
  min-height: calc(100vh - var(--h-header));
}

.top-header {
  top: var(--h-header);
}

.h-page-100-vh {
  min-height: calc(100vh - var(--h-header));
}

.bg-landing-page {
  background-color: #FCFCFD;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='95' height='95' viewBox='0 0 90 90'%3E%3Ccircle fill='%23EBF4FF' cx='45' cy='45' r='10'/%3E%3Cg fill='%23FDECF6' fill-opacity='1'%3E%3Ccircle cx='0' cy='90' r='10'/%3E%3Ccircle cx='90' cy='90' r='10'/%3E%3Ccircle cx='90' cy='0' r='10'/%3E%3Ccircle cx='0' cy='0' r='10'/%3E%3C/g%3E%3C/svg%3E");
}

[data-bs-theme="dark"] .bg-landing-page {
  background-color: #000000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1200 800'%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23000d43'/%3E%3Cstop offset='1' stop-color='%23000d43' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='1200' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23261542'/%3E%3Cstop offset='1' stop-color='%23261542' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='c' cx='600' cy='0' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23292357'/%3E%3Cstop offset='1' stop-color='%23292357' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='d' cx='600' cy='800' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23000000'/%3E%3Cstop offset='1' stop-color='%23000000' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='e' cx='0' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23001950'/%3E%3Cstop offset='1' stop-color='%23001950' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='f' cx='1200' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23412E5E'/%3E%3Cstop offset='1' stop-color='%23412E5E' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='1200' height='800'/%3E%3Crect fill='url(%23b)' width='1200' height='800'/%3E%3Crect fill='url(%23c)' width='1200' height='800'/%3E%3Crect fill='url(%23d)' width='1200' height='800'/%3E%3Crect fill='url(%23e)' width='1200' height='800'/%3E%3Crect fill='url(%23f)' width='1200' height='800'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}

/* Polka dots dark mode */
/*[data-bs-theme="dark"] .bg-landing-page {
  background-color: #111111;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90' viewBox='0 0 90 90'%3E%3Ccircle fill='%23101E2D' cx='45' cy='45' r='10'/%3E%3Cg fill='%23241423' fill-opacity='1'%3E%3Ccircle cx='0' cy='90' r='10'/%3E%3Ccircle cx='90' cy='90' r='10'/%3E%3Ccircle cx='90' cy='0' r='10'/%3E%3Ccircle cx='0' cy='0' r='10'/%3E%3C/g%3E%3C/svg%3E");
}*/

.bg-hero-gradient-angled {
  margin-bottom: -.5em;
  background: linear-gradient(5deg, #A7C5D0 20%, rgba(167, 197, 208, 0.5) 70%, rgba(167, 197, 208, 0) 100%);
}

.bg-hero-gradient {
  background: linear-gradient(0deg, #A7C5D0 20%, rgba(167, 197, 208, 0.4) 60%, rgba(167, 197, 208, 0) 100%);
}

.bg-park-gradient {
  background: linear-gradient(0deg, #C1DFF9 20%, rgba(193, 223, 249, 0.4) 60%, rgba(193, 223, 249, 0) 100%);
}

.container-landing-scaling {
  transform: scale(1.6) translateY(8em);
}

.header-menu {
  position: fixed;
  height: var(--h-header);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.bottom-menu {
  position: fixed;
  bottom: 0;
  height: 4.8em;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  box-shadow: 0 -0.225rem 0.25rem rgba(0, 0, 0, 0.075);
}

.z-index-sidepanel {
  z-index: var(--z-index-sidepanel);
}

.sidepanel-menu {
  z-index: var(--z-index-sidepanel);
  position: fixed;
  height: 100vh;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.root-logo {
  width: 6em;
}

.p-header {
  padding-top: var(--h-header);
}

.p-footer {
  padding-bottom: calc(var(--h-bottom) + 2em);
}

.mtn-1 {
  margin-top: -.25em;
}

.list-item-none {
  list-style-type: none;
}

.py-25 {
  padding-top: .75em;
  padding-bottom: .75em;
}

.pt-25 {
  padding-top: .75em;
}

.mt-25 {
  margin-top: .75em;
}

.pb-25 {
  padding-bottom: .75em;
}

.fs-8 {
  font-size: 10px;
}

.container-sticky {
  z-index: 3;
  position: sticky !important;
  top: var(--h-header);
}

.hover-glassy {
  transition: box-shadow 0.3s ease, backdrop-filter 0.3s ease, cursor 0.3s ease, transform 0.3s ease;
}

  .hover-glassy:hover {
    transform: translateY(3px);
    box-shadow: 0 -0.225rem 0.25rem rgba(0, 0, 0, 0.075);
    cursor: pointer;
  }

[data-bs-theme="dark"] .hover-glassy:hover {
  box-shadow: 0 -0.225rem 0.25rem rgba(255, 255, 255, 0.075);
}

dialog[open].dialog-background {
  overflow-y: auto;
  position: fixed !important;
  z-index: 2000;
  border: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(42,58,84,0.6);
  padding: .75em 0 .75em 0;
  display: flex;
  justify-content: center;
  align-items: start;
}

.pe-click {
  cursor: pointer!important;
}

.dialog-window {
  z-index: 2001;
  width: 100%;
}

.scrollable {
  overflow-y: auto;
}

.opacity-85 {
  opacity: 0.85;
}

.icon-square-medium {
  width: 2.25em;
  height: 2.25em;
  border-radius: .5em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/*2K breakpoint (active if < than) */
@media (max-width: 2560px) {
  .container-landing-scaling {
    transform: scale(1.2) translateY(4em);
  }
}

/*Full HD breakpoint (active if < than) */
@media (max-width: 1920px) {
  .container-landing-scaling {
    transform: scale(1) translateY(0);
  }
}

/* BS medium breakpoint (active if < than) */
@media (max-width: 768px) {
  .root-logo {
    width: 4em;
  }
}

/* BS medium breakpoint (active if < than) */
@media (min-width: 768px) {
  .border-md-0 {
    border: none !important;
  }

  .border-top-md-0 {
    border-top: 0 !important;
  }

  .shadow-md-0 {
    box-shadow: none !important;
  }

  .rounded-top-md-0 {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
}

/* BS extra small breakpoint (active if < than) */
@media (max-width: 576px) {
  .dialog-background {
    justify-content: stretch;
  }
}