/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/input.css ***!
  \*******************************************************************************************************************************************************************/
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-96 {
  height: 24rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-center {
  text-align: center;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

:root {
  --primary-blue: #003a70;
  --heading-font: acumin-pro-extra-condensed, sans-serif;
  --condensed-font: acumin-pro-condensed, sans-serif;
}
.l-content-container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1240px;
}

.l-content-container.-wide {
  max-width: 1340px;
}

.l-content-container.-faqs {
  max-width: 920px;
}

html,
body {
  font-family: acumin-pro, sans-serif;
}

/* Site Header */
.site-header-inner {
  background: transparent linear-gradient(180deg, #ffffff 0%, #dddddd 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 10px 20px #00284d40;
}

.site-nav {
  a {
    color: var(--primary-blue);
    font-size: 16px;
  }
}

.site-nav-mobile {
  padding: 0 40px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease;
  background: var(--primary-blue);
  text-align: center;
}

.sit-nav-mobile ul {
  display: flex;
  gap: 36px;
}

.site-nav-mobile a {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.site-nav-mobile.is-open {
  padding: 40px;
  max-height: 264px;
  transition: 0.3s ease;
}

.site-nav-button {
  width: 32px;
}

/* Hero */
.hero {
  background-color: var(--primary-blue);
}
.hero-title {
  color: #fff;
  font-size: 80px;
  line-height: 70px;
  font-family: var(--heading-font);
}

.section-1 {
  position: relative;

  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--primary-blue);
  /* background-image: url('../nexus-background-wave-1-desktop.svg'); */

  background: var(--primary-blue) url(../images/nexus-background-wave-1-desktop.svg)
    no-repeat center 120px;
  background-size: cover;
}

.section-2 {
  position: relative;
  margin-top: -50px;

  background-position: center;
  background-repeat: no-repeat;
  background: linear-gradient(180deg, #2c93d6 0%, #003a70 100%);
  /* background-color: var(--primary-blue); */
  /* background-image: url('../nexus-background-wave-1-desktop.svg');

  background: url('../nexus-background-wave-2-desktop.svg') no-repeat center
    120px;
  background-size: cover;
  */
}
.section-3 {
  position: relative;

  background-position: center;
  background-repeat: no-repeat;
  background: linear-gradient(180deg, #003a70 0%, #309ade 100%);
}

.section-2 > * {
  position: relative;
  z-index: 2;
}

.section-2:after {
  content: '';
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  /* background-color: var(--primary-blue); */
  /* background-image: url('../nexus-background-wave-1-desktop.svg'); */

  background: url(../images/section-2-wave.svg) no-repeat center top;
  background-size: cover;
}

.intro-grid h3 {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
  font-family: var(--condensed-font);
}

.intro-grid__icon {
  flex: 0 0 86px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Countdown */
.countdown__number {
  background-color: #fff;
  color: var(--primary-blue);
  font-size: 266px;
  line-height: 1;
  font-weight: 600;
  font-family: var(--heading-font);
  height: 267px;

  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 135px;
}

.countdown__number span {
  position: relative;
}

/* Components */
.component-card {
  background: transparent linear-gradient(180deg, #ffffff 0%, #dddddd 100%) 0%
    0% no-repeat padding-box;
  border-radius: 25px;
  padding: 40px 20px;
  color: var(--primary-blue);
}

.component-card__image {
  height: 258px;
}

.component-card h3 {
  font-size: 36px;
  line-height: 1;
  font-family: var(--heading-font);
  color: var(--primary-blue);
}

.component-card ul {
  list-style: disc outside;
  padding-left: 20px;
}

.component-card ul li:not(:last-child) {
  margin-bottom: 6px;
}

/* System */
.system-grid {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.system-card {
  background: transparent linear-gradient(180deg, #fff 0%, #dddddd 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 25px;
  padding: 50px 20px 60px;
  color: var(--primary-blue);
  cursor: pointer;
}

.system-card:hover .system-card__image svg path {
  fill: #309ade !important;
}

.system-card:hover .system-card__text {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.system-card:hover .system-card__title {
  opacity: 0;
}

.system-card__image {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}

.system-card__image svg path {
  transition: 0.3s ease;
}

.system-card__title {
  font-size: 56px;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--heading-font);
  color: var(--primary-blue);
  transition: opacity 0.3s ease;
}

.system-card__content {
  position: relative;
}
.system-card__text {
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 80%;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
}

/*FAQs*/
.faq {
  background: transparent linear-gradient(180deg, #fff 0%, #dddddd 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 25px;
  padding: 36px 30px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 60px #00284d;
}

.faq:last-child {
  margin-bottom: 0;
}

.faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq__question h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0 !important;
  font-family: var(--heading-font);
  color: var(--primary-blue);
}

.faq__question__icon {
  width: 36px;
  flex: 0 0 36px;
  height: 36px;
  background-color: #309ade;
  position: relative;
  border-radius: 50%;
}

.faq__question__icon:before,
.faq__question__icon:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  margin: auto;
  border-radius: 16px;
  height: 18px;
  width: 3px;
  transition: transform 0.3s ease;
}

.faq__question__icon:after {
  transform: rotate(90deg);
}

.faq.is-open .faq__question__icon:before {
  transform: rotate(0deg);
}

.faq__question {
  cursor: pointer;
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  transition: max-height 0.3s ease, padding-top 0.3s ease;
}

.faq.is-open .faq__answer {
  padding-top: 16px;
}

/* Utility Classes */
.c-button {
  border-radius: 23px;
  background: #fff;
  padding: 15px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  color: var(--primary-blue);
  transition: all 0.3s ease;
  border: 1px solid #fff;
}

.c-button:hover {
  background: var(--primary-blue);
  color: #fff;
}

.tu-secondary-heading {
  color: #fff;
  font-size: 56px;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--heading-font);
}

.tu-large-text {
  font-size: 24px;
  line-height: 33.6px;
}

.tu-body-copy {
  font-size: 18px;
  line-height: 25.2px;
  font-weight: 400;
}

/*-------- Footer --------*/

.site-footer {
  padding: 30px 0 100px;
  background: #ffc629;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}
.site-footer a {
  text-transform: none !important;
}
.site-footer li.back-to-top a {
  text-transform: uppercase !important;
  font-weight: 600;
}
.site-footer .container {
  align-items: flex-start;
  max-width: 980px;
}
@media (max-width: 767px) {
  .site-footer .container {
    flex-flow: column;
  }
}
.site-footer .container__first {
  justify-content: space-between;
  order: 2;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
@media (min-width: 1024px) {
  .site-footer {
    padding: 30px 0;
  }
  .site-footer .container__first {
    order: initial;
    margin-bottom: 10px;
    align-items: flex-end;
  }
}
.site-footer .container__second {
  order: 1;
}
@media (min-width: 1024px) {
  .site-footer .container__second {
    order: initial;
  }
}
.site-footer .container.site-footer__copyright {
  order: 3;
}
.site-footer__logo .logo {
  width: 165px;
  margin-bottom: 20px;
}
.site-footer__menus {
  flex: 0 1 auto;
  width: 70%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.site-header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: fixed !important;
  z-index: 1000 !important;
  width: 100% !important;
}
@media (min-width: 768px) {
  .site-header .site-header__nav .secondary-menu .secondary-nav-items a {
    line-height: 1;
  }
  .site-header .site-header__nav #menu-main-menu .sub-menu {
    min-width: 165px;
  }
  .site-footer {
    padding-top: 70px;
  }
  .site-footer__logo {
    padding-right: 15px;
  }
  .site-footer__logo .logo {
    margin-bottom: 0;
  }
  .site-footer__menus {
    flex-flow: row nowrap;
  }
}
.site-footer__menus a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.01em;
  transition: color 0.3s cubic-bezier(0.61, 1, 0.88, 1);
}
.site-footer__menus nav {
  flex: 0 1 auto;
  width: 100%;
}
.site-footer__menus nav .nav-items {
  display: flex;
  flex-flow: column;
}
.site-footer__menus nav .nav-items > li {
  margin-bottom: 20px;
  max-width: 200px;
}
.site-footer__menus nav .nav-items .sub-menu li {
  margin-bottom: 0 !important;
}
.site-footer__menus nav .nav-items > li > a {
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  font-family: acumin-pro-extra-condensed, sans-serif;
}
@media (min-width: 768px) {
  .site-footer__menus nav .nav-items {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .site-footer__menus nav .nav-items > li {
    padding-right: 30px;
    margin-bottom: 0;
  }
}
.site-footer__menus nav .nav-items > li a {
  display: inline-block;
  margin-bottom: 2px;
}
.site-footer__menus nav .nav-items > li .sub-menu {
  padding-top: 10px;
}
.site-footer__menus nav .nav-items > li:last-child {
  padding-right: 0;
}
.site-footer__menus .back-to-top a:after {
  content: '';
  width: 18px;
  height: 10px;
  display: inline-block;
  margin-left: 3px;
  /*  background: url(../assets/images/arrow-back-to-top.svg) center no-repeat; */
}
.site-footer__copyright {
  border-top: solid 1px #003a70;
  text-align: center;
  padding-top: 16px;
  width: 100%;
  flex-direction: column !important;
  margin-top: 60px;
}

.site-footer__copyright .copyright {
  width: 100%;
  font-size: 14px;
  margin: 0;
}
.site-footer__social .social-media {
  display: flex;
  gap: 5px;
  margin: 0 0 10px;
  justify-content: center;
}
.site-footer__social .social-media .social-item .social-item__icon {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: 50% no-repeat;
  background-size: contain;
  margin: 0;
  transform-origin: center center;
}

/*------ Popup ------*/


.nexus-popup {
  margin: auto;
  margin-top: 80px;
  background-color: var(--primary-blue);
  padding: 40px;
  border-radius: 23px;
  max-width: 430px;
  width: 90%;
}
.nexus-popup__heading {
  font-size: 36px;
  line-height: 34px;
  font-family: var(--heading-font);
  color: #fff;
}
.nexus-popup .gform_wrapper.gravity-theme {
  padding: 0;
}
.nexus-popup .gform_wrapper.gravity-theme .gform_heading {
  display: none;
}

.nexus-popup .gform_wrapper.gravity-theme .gform_fields input {
  border: 1px solid #e21c93;
  padding: 11px 20px;
}

.nexus-popup .gform_wrapper.gravity-theme .gform_fields .gfield--type-consent {
  display: flex;
  flex-wrap: wrap;
}
.nexus-popup
  .gform_wrapper.gravity-theme
  .gform_fields
  .gfield--type-consent
  .ginput_container_consent {
  flex: 0 0 13px;
}

.nexus-popup
  .gform_wrapper.gravity-theme
  .gform_fields
  .gfield--type-consent
  .ginput_container_consent
  label {
  display: none;
}
.nexus-popup
  .gform_wrapper.gravity-theme
  .gform_fields
  .gfield--type-consent
  .gfield_consent_description {
  flex: 1;
}

.nexus-popup
  .gform_wrapper.gravity-theme
  .gform_fields
  .gfield--type-consent
  .validation_message {
  flex: 0 0 100%;
}

.nexus-popup
  .gform_wrapper.gravity-theme
  .gform_fields
  .gfield_consent_description {
  padding: 0;
  border: none;
  margin: 0 0 0 6px;
}

/*
.site-footer__social .social-media .social-item .social-item__icon__facebook {
  background-image: url(../assets/images/facebook.svg);
}
.site-footer__social .social-media .social-item .social-item__icon__twitter {
  background-image: url(../assets/images/twitter.svg);
}
.site-footer__social .social-media .social-item .social-item__icon__instagram {
  background-image: url(../assets/images/instagram.svg);
}
.site-footer__social .social-media .social-item .social-item__icon__tiktok {
  background-image: url(../assets/images/tiktok.svg);
}
.site-footer__social .social-media .social-item .social-item__icon__linkedin {
  background-image: url(../assets/images/linkedin.svg);
}
.site-footer__social .social-media .social-item .social-item__icon__youtube {
  background-image: url(../assets/images/youtube.svg);
}
.site-footer__social .social-media .social-item .social-item__icon__pinterest {
  background-image: url(../assets/images/pinterest.svg);
}
.site-footer__social .social-media .social-item .social-item__icon__snapchat {
  background-image: url(../assets/images/snapchat.svg);
}
.site-footer__social .social-media .social-item .social-item__icon__reddit {
  background-image: url(../assets/images/reddit.svg);
}
*/
.site-footer__social .social-media .social-item .social-item__icon:hover {
  transform: scale(1.2);
}
@media (min-width: 1024px) {
  .site-footer .container.site-footer__copyright {
    order: initial;
  }
  .site-footer__social .social-media {
    justify-content: flex-end;
  }
  .site-footer__social .social-media .social-item .social-item__icon {
    width: 40px;
    height: 40px;
  }
  .site-footer__social #menu-social-media {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .site-footer .container {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
  }
  .site-footer .site-footer__logo {
    margin: 0 auto;
  }
  .site-footer .site-footer__logo .logo {
    margin: 0;
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .site-footer .site-footer__copyright {
    padding-top: 10px;
  }
  .site-footer .site-footer__copyright .copyright {
    font-size: 14px;
  }
  .site-footer nav .nav-items {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .site-footer nav .nav-items > li {
    display: block;
    flex: 0 0 auto;
    width: 50%;
    padding-right: 20px;
  }
}
.site-footer {
  flex-direction: column;
}

.site-footer__menus nav .nav-items .sub-menu a {
  line-height: 1.3;
}

.site-footer__menus nav .nav-items .sub-menu li {
  margin-bottom: 12px;
}

.site-footer__menus nav .nav-items .sub-menu li:last-child {
  margin-bottom: 0;
}

.site-footer__social .social-media .social-item .social-item__icon__facebook {
  margin-right: 7px;

  background: url(https://poolife.com/wp-content/uploads/sites/8/2025/09/poolife-footer-facebook-icon.svg) !important;
  background-size: cover !important;
}
.site-footer__social .social-media .social-item .social-item__icon__instagram {
  background: url(https://poolife.com/wp-content/uploads/sites/8/2025/09/poolife-footer-instagram-icon.svg) !important;
  background-size: cover !important;
}
.site-footer:before {
  content: '';
  width: 100%;
  height: 54px;
  top: -54px;
  left: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: left center;
  background: url(https://poolife.com/wp-content/uploads/sites/8/2025/09/poolife-footer-wave-desktop-1.svg);
}
.site-footer {
  position: relative;
  background: #003a70 !important;
  color: #fff !important;
}
.site-footer a,
.site-footer__menus a {
  color: #fff !important;
}
.site-footer .container {
  max-width: 1160px !important;
  gap: 20px 60px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.site-footer__menus nav .nav-items > li a {
  margin-bottom: 6px !important;
}
.site-footer__links {
  margin-bottom: 0 !important;
}

.site-footer__copyright {
  position: relative;
  border-top: solid 1px #fff !important;
  padding-top: 24px !important;
}

.site-footer__copyright__icon {
  position: absolute;
  left: 0;
  top: -50%;
}

@media (max-width: 767px) {
  .site-footer__menus {
    width: 100%;
  }

  .site-footer nav .nav-items > li,
  .sign-up-container {
    width: 100%;
  }
  .site-footer__copyright__icon {
    width: 106px;
    top: -50px;
  }

  .site-footer__copyright {
    padding-top: 55px !important;
  }
  .site-footer__links {
    flex-direction: column !important;
    gap: 20px !important;
  }
  .site-footer nav .nav-items > li {
    padding-right: 0 !important;
    max-width: 100%;
  }
}

.hero__image {
  top: 120px;
}

@media (max-width: 1280px) {
  .hero__image {
    width: 600px;
    top: 8rem;
  }
}

@media (max-width: 980px) {
  .hero__image {
    width: 440px;
    top: 10rem;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .hero__image {
    width: auto;
  }
  .section-1 {
    background-image: url(../images/nexus-background-wave-1-mobile.svg);
    padding-bottom: 0;
  }

  .section-2:after {
    height: 55px;
    top: -55px;
  }

  .hero-title {
    font-size: 48px;
    max-width: 85%;
    line-height: 46px;
    margin-bottom: 24px;
  }

  .tu-secondary-heading {
    font-size: 40px;
    line-height: 44px;
  }

  .hero__logo {
    width: 193px;
  }

  .countdown__number {
    width: 103px;
    font-size: 203px;
  }
  .nexus-popup {
    max-width: 390px;
  }
}
@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:top-20 {
    top: 5rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pb-44 {
    padding-bottom: 11rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:text-left {
    text-align: left;
  }
}

