/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/app/globals.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
:root {
  --font: "Inter", sans-serif;
  --font-poppins: "Poppins", sans-serif;
  --app-font-size: 62.5%;
}

html {
  font-size: var(--app-font-size);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font);
  font-size: 1.6rem;
  color: #fff;
  background-color: #000000;
}

img,
svg,
canvas,
video {
  max-width: 100%;
}

a,
span {
  display: inline-block;
  text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  margin-bottom: 0;
  font-family: var(--font);
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: auto;
  -webkit-text-fill-color: #fff;
  -moz-text-fill-color: #fff;
}

.container {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.no-records {
  padding: 4rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #6B7280;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 10rem;
  display: flex;
}
.no-records p {
  font-size: 2rem;
  text-transform: capitalize;
}

.infinite-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}

/* Add to relevant file: e.g., components/Countdown/Countdown.module.scss or global CSS */
.nft_timer--small {
  font-size: 12px;
  line-height: 1;
}
.nft_timer--small h4 {
  margin: 0 0 4px 0;
  font-size: 11px;
  font-weight: 700;
  color: #ff4d4f;
}
.nft_timer--small ul {
  display: flex;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
}
.nft_timer--small ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 36px;
}
.nft_timer--small ul li span:first-child {
  display: inline-block;
  padding: 6px 8px;
  border-radius: 6px;
  background: rgba(255, 0, 0, 0.12);
  color: #ff4d4f;
  font-weight: 700;
  font-family: monospace;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.nft_timer--small ul li span:last-child {
  display: block;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
}

.value-wrapper {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}

.count-up-text {
  font-weight: 600;
}

.value-suffix {
  font-size: 0.85em;
  color: #ccc;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #A1A2A6;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

.not-found {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* full viewport height */
  width: 100%;
  position: relative;
  overflow: hidden;
}
.not-found .not-found_content {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 25rem;
  z-index: 1;
}
@media screen and (max-width: 1040px) {
  .not-found .not-found_content {
    padding: 20rem;
  }
}
@media screen and (max-width: 940px) {
  .not-found .not-found_content {
    padding: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .not-found .not-found_content {
    padding: 10rem;
  }
}
@media screen and (max-width: 640px) {
  .not-found .not-found_content {
    padding: 5rem;
  }
}
.not-found .not-found_content h1 {
  font-size: 15rem;
  font-weight: 900;
  color: #fff;
  text-justify: inter-word;
  letter-spacing: -2rem;
  text-transform: uppercase;
  text-shadow: 4.33612px 4.33612px 13.0084px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  animation: float404 4s ease-in-out infinite;
}
@media screen and (max-width: 640px) {
  .not-found .not-found_content h1 {
    font-size: 10rem;
  }
}
@media screen and (max-width: 480px) {
  .not-found .not-found_content h1 {
    font-size: 6rem;
    letter-spacing: -0.7rem;
  }
}
.not-found .not-found_content h1 svg {
  width: 6rem;
  height: 6rem;
  flex-shrink: 0;
  animation: rotateLeaf 6s linear infinite;
}
.not-found .not-found_content h1 svg:first-child {
  margin-right: 7rem;
}
@media screen and (max-width: 640px) {
  .not-found .not-found_content h1 svg:first-child {
    margin-right: 3rem;
  }
}
.not-found .not-found_content h1 svg:last-child {
  margin-left: 8rem;
}
@media screen and (max-width: 640px) {
  .not-found .not-found_content h1 svg:last-child {
    margin-left: 4rem;
  }
}
.not-found .not-found_content p {
  font-size: 1.8rem;
  color: #fff;
  text-justify: inter-word;
  margin-bottom: 2rem;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .not-found .not-found_content p {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
}
.not-found .not-found_content h5 {
  font-size: 1.4rem;
  color: #A1A2A6;
  margin-top: 3rem;
}
@media screen and (max-width: 640px) {
  .not-found .not-found_content h5 {
    font-size: 1.2rem;
  }
}

@keyframes float404 {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translateY(-10px) scale(1.05);
    opacity: 1;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.8;
  }
}
@keyframes rotateLeaf {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translateY(-8px) scale(1.1);
    opacity: 1;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.6;
  }
}
#__next-build-widget,
.__next-error-overlay,
nextjs-portal,
[data-nextjs-dialog],
[data-nextjs-dialog-overlay],
[data-nextjs-toast],
.__next-error-overlay-container {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: fixed !important;
  z-index: -9999 !important;
}

iframe[src*=__next],
iframe[src*=nextjs] {
  display: none !important;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/app/(common)/main.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.innerpage_hero_sec {
  height: 100vh;
  width: 100%;
  background: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  flex-direction: column;
  overflow: hidden;
}
.innerpage_hero_sec:before {
  opacity: 0.3;
  filter: blur(272px);
  background: #0acc95;
  width: 745.91px;
  height: 566.24px;
  position: absolute;
  top: 93px;
  left: -107px;
  transform: rotate(60deg);
  content: "";
}
.innerpage_hero_sec:after {
  mix-blend-mode: screen;
  opacity: 0.4;
  filter: blur(294.391px);
  content: "";
  background: #db0d0f;
  width: 655.78px;
  height: 478.54px;
  position: absolute;
  top: 177.33px;
  left: 951px;
  transform: rotate(45deg);
}
.innerpage_hero_sec .hero-content h2 {
  font-weight: bold;
}
@media screen and (min-width: 575px) and (max-width: 767px) {
  .innerpage_hero_sec .hero-content h2 {
    font-size: 3.5rem;
  }
}
.innerpage_hero_sec .video_box {
  margin: 3rem 0 3rem 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .innerpage_hero_sec .video_box {
    padding: 3rem;
  }
}
.innerpage_hero_sec .video_box .video {
  border-radius: 30px;
  width: 100%;
  position: relative;
  opacity: 0.4;
}
.innerpage_hero_sec .video_box .video iframe {
  border-radius: 3rem;
  border: 4px solid #6B7280;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/PrivateFooter/PrivateFooter.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.privateFooter {
  background-color: rgba(36, 36, 53, 0.34);
  padding: 6.2rem 0;
  background-image: url("/leaf.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}
.privateFooter .container {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.privateFooter__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.privateFooter__brand {
  flex: 1 1;
}
.privateFooter__logo {
  display: flex;
  align-items: center;
}
.privateFooter__logoIcon {
  width: 20rem;
  height: 4.6rem;
  margin: 2.4rem 0;
}
.privateFooter__desc {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #A1A2A6;
}
.privateFooter__socials {
  display: flex;
  gap: 2rem;
  margin-top: 4.8rem;
  margin-bottom: 6rem;
}
.privateFooter__socials h6 {
  color: #A1A2A6;
  font-size: 1.5rem;
}
.privateFooter__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.privateFooter__socials a svg {
  width: 2.5rem;
  height: 2.5rem;
}
.privateFooter__socials a svg path {
  transition: fill 0.2s ease-in-out;
  opacity: 1;
}
.privateFooter__socials a.twitter svg path {
  fill: #1da1f2;
}
.privateFooter__socials a.instagram svg path {
  fill: #e1306c;
}
.privateFooter__socials a.telegram svg path {
  fill: #0088cc;
}
.privateFooter__socials a.linkedin svg path {
  fill: #0077b5;
}
.privateFooter__socials a:hover svg path {
  filter: brightness(1.2);
  opacity: 1;
}
.privateFooter__copyright {
  font-size: 1.4rem;
  color: #A1A2A6;
}
.privateFooter__links {
  display: flex;
  gap: 10rem;
  flex: 2 1;
  justify-content: end;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .privateFooter__links {
    gap: 4rem;
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 768px) {
  .privateFooter__links {
    margin-bottom: 2rem;
  }
}
.privateFooter__column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 17.2rem;
}
.privateFooter__column h4 {
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 2.6rem;
}
.privateFooter__column a {
  text-decoration: none;
  font-size: 1.4rem;
  transition: all 0.2s ease-in-out 0s;
  color: #6B7280;
}
.privateFooter__column a:hover {
  color: #fff;
}
.privateFooter__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #1a1a1a;
  padding-top: 1rem;
  font-size: 0.75rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .privateFooter__bottom {
    align-items: center;
    flex-direction: column;
  }
}
.privateFooter__policies {
  display: flex;
  gap: 1.5rem;
}
.privateFooter__policies a {
  color: #A1A2A6;
  text-decoration: none;
  font-size: 1.4rem;
  transition: all 0.2s ease-in-out 0s;
}
.privateFooter__policies a:hover {
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .privateFooter__top {
    flex-direction: column;
  }
  .privateFooter__links {
    justify-content: flex-start;
    gap: 2rem;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/PrivateHeader/PrivateHeader.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.privateHeader {
  padding: 0;
  color: #fff;
  position: relative;
  z-index: 100;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.privateHeader .container {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.privateHeader__left {
  display: flex;
  align-items: center;
}
.privateHeader__logo {
  font-weight: bold;
  display: flex;
}
.privateHeader__logoIcon {
  width: 20rem;
  height: 4.6rem;
  margin: 2.4rem 0;
}
.privateHeader__nav {
  display: flex;
}
.privateHeader__nav a {
  color: #6B7280;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 1.5rem 2rem;
  position: relative;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 1140px) {
  .privateHeader__nav a {
    padding: 1.5rem 1rem;
  }
}
.privateHeader__nav a:hover, .privateHeader__nav a.active {
  background: linear-gradient(90deg, #B6852C 0%, #D7B557 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.privateHeader__nav a.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: linear-gradient(90deg, #B6852C 0%, #D7B557 100%);
}
.privateHeader__nav a.active::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(182, 133, 44, 0.2) 0%, rgba(215, 181, 87, 0) 100%);
}
.privateHeader__right {
  display: flex;
  gap: 0.5rem;
}
.privateHeader__right svg {
  width: 2.5rem;
  height: 2.5rem;
}
.privateHeader__iconWrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.privateHeader__iconContainer {
  position: relative;
}
.privateHeader__icon {
  color: none;
  cursor: pointer;
  background: #191919;
  border: 0.09rem solid transparent;
  transition: all 0.2s ease-in-out;
  padding: 0.25rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.privateHeader__icon:hover, .privateHeader__icon:focus {
  border: 0.09rem solid #D7B557;
}
.privateHeader__icon svg {
  width: 2rem;
  height: 2rem;
}
.privateHeader__menuToggle {
  background: none;
  border: none;
  color: #fff;
  display: none;
  cursor: pointer;
}
.privateHeader__menuToggle svg {
  width: 2.5rem;
  height: 2.5rem;
}
.privateHeader {
  /* mobile nav content */
}
.privateHeader__mobileNav {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  z-index: 10900; /* below header/close button */
}
.privateHeader__mobileNav a {
  color: #6B7280;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 1.5rem 2rem;
  position: relative;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 1140px) {
  .privateHeader__mobileNav a {
    padding: 1.5rem 1rem;
  }
}
.privateHeader__mobileNav a:hover, .privateHeader__mobileNav a.active {
  background: linear-gradient(90deg, #B6852C 0%, #D7B557 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.privateHeader__mobileNav a.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0.2rem;
  height: 100%;
  background: linear-gradient(90deg, #B6852C 0%, #D7B557 100%);
}
.privateHeader__mobileNav a.active::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(182, 133, 44, 0.2) 0%, rgba(215, 181, 87, 0) 100%);
  z-index: 1; /* keep overlay behind header/close */
  pointer-events: none; /* do not block clicks */
}
.privateHeader__mobileNav .logoutBtn {
  margin-top: 2rem;
  background: #ffd700;
  border: none;
  padding: 0.5rem 1rem;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}
.privateHeader__mobileNav .logoutBtn:hover {
  background: #e0c000;
}
.privateHeader__closeBtn {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}
.privateHeader__closeBtn svg {
  width: 20px;
  height: 20px;
}
.privateHeader__dropdown {
  position: absolute;
  top: 120%;
  right: 0;
  min-width: 18rem;
  background: #2B2B2B;
  border: 1px solid #6B7280;
  border-radius: 0.8rem;
  padding: 1.3rem 2.4rem;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 200;
}
.privateHeader__dropdown.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.privateHeader__dropdown--right {
  right: 0;
}
.privateHeader__dropdown--left {
  left: 0;
}
.privateHeader__dropdownText {
  color: #fff;
  font-size: 1.4rem;
  margin: 0;
}
.privateHeader__dropdownList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.privateHeader__dropdownList li {
  cursor: pointer;
  padding: 1.3rem 1rem;
  font-size: 1.6rem;
  text-align: center;
  border-bottom: 1px solid rgba(245, 247, 250, 0.06);
}
.privateHeader__dropdownList li:last-child {
  border-bottom: 0px solid transparent;
}
.privateHeader__dropdownList li a {
  color: #fff;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.privateHeader__dropdownList li a:hover {
  color: #D7B557;
}
.privateHeader__dropdownList li button {
  background: none;
  border: none;
  color: #fff;
  transition: all 0.3s ease;
}
.privateHeader__dropdownList li button:hover {
  color: #D7B557;
}
.privateHeader {
  /* small helper to ensure clickable mobile toggle shows on small screens */
}
@media (max-width: 1024px) {
  .privateHeader .desktop-only {
    display: none !important;
  }
  .privateHeader .privateHeader__menuToggle {
    display: block !important;
    flex-shrink: 0;
  }
}
@media (min-width: 1023px) {
  .privateHeader .mobile-only {
    display: none !important;
  }
}

/* ===== Off-canvas mobile menu (transform-based) ===== */
.privateHeader__mobileMenu {
  position: fixed !important;
  top: 0;
  right: 0;
  height: 100vh;
  width: 40%;
  max-width: 420px;
  background-color: #111;
  padding: 1.5rem;
  transition: transform 0.32s cubic-bezier(0.2, 0.9, 0.3, 1);
  z-index: 11000 !important;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  transform: translateX(100%); /* hidden by default */
  will-change: transform;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: -8px 0 36px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .privateHeader__mobileMenu {
    width: 80%;
    max-width: none;
  }
}
.privateHeader__mobileMenu.open {
  transform: translateX(0);
}

/* header inside menu: positioned container for absolute close button */
.privateHeader__mobileMenuHeader {
  position: relative !important;
  z-index: 12000 !important; /* keep above nav overlays */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem 1.2rem;
}

/* close button: always visible and clickable */
.privateHeader__closeBtn {
  position: absolute !important;
  top: 0.6rem !important;
  right: 0.6rem !important;
  z-index: 12100 !important;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  border-radius: 6px;
}
.privateHeader__closeBtn:focus {
  outline: 2px solid rgba(255, 255, 255, 0.12);
  outline-offset: 2px;
}
.privateHeader__closeBtn svg {
  width: 20px !important;
  height: 20px !important;
  display: block;
  fill: currentColor !important;
  stroke: currentColor !important;
}

/* backdrop: sits under menu but above page */
.privateHeader__backdrop {
  position: fixed !important;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 10950 !important; /* less than .mobileMenu (11000) */
  pointer-events: auto;
}

/* prevent body scroll when menu open (toggle .menu-open on body from JS) */
body.menu-open {
  height: 100vh;
  overflow: hidden;
}

/* defensive: show desktop-only links inside mobile menu if HeaderNavLinks used that class */
.privateHeader__mobileNav .desktop-only {
  display: block !important;
}
.privateHeader__mobileNav a, .privateHeader__mobileNav li {
  display: block;
}

/* ensure nav link pseudo-elements do not block header/close */
.privateHeader__mobileNav a::before,
.privateHeader__mobileNav a::after {
  z-index: 1;
  pointer-events: none;
}

/* small accessibility/visual adjustments */
.privateHeader__mobileNav a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.05);
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/styles/layout.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* src/styles/layout.scss */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.pageWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-image: url(/_next/static/media/layoutbg.06cd4e04.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left -200px;
}

.mainContent {
  flex: 1 1;
}
