/* styles.css */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
a,
nav,
section,
summary,
time,
mark,
audio,
video { 
  border: 0;
  font-size: inherit;
  -webkit-font-smoothing: subpixel-antialiased;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block;
}

html {
  scroll-behavior: smooth;
  height: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: "Inter", "Arial", sans-serif;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #000;
}

.page-wrapper {
  display: grid;
  grid-column: 1 / -1;
  width: 100%;
  height: auto;
  overflow: clip;
}

.btn--skip-content {
  position: absolute;
  top: auto;
  width: auto;
  height: 0.063rem;
  overflow: hidden;
  z-index: -999;
  color: black;
  border: 5px solid rgba(0, 0, 0, 0);
  background: white;
  background-blend-mode: multiply, multiply;
  padding: 1em;
  font-size: 1.25rem;
}

.btn--skip-content a {
  text-decoration: none;
  color: white;
  font-size: 1.25rem;
}

.btn--skip-content:focus-visible,
.btn--skip-content:active {
  height: auto;
  width: fit-content;
  overflow: auto;
  z-index: 20000;
}

/* Responsive Styles */
@media (max-width: 800px) {
  .page-wrapper {
    grid-template-columns: 1fr;
  }

  .btn--skip-content {
    padding: 0.625em;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .btn--skip-content {
    padding: 0.625em;
    font-size: 0.8rem;
  }

  body {
    font-size: 0.5rem;
  }
}

/* MARK: HEADER
/*    ------------HEADER WITH NAV BUTTONS------------ */
.site-header {
  display: grid;
  grid-column: 1 / -1;
  background-color: black;
  color: white;
  text-align: center;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1002;
}

#banner-logo {
  position: fixed;
  left: 0;
  top: 0;
  height: fit-content;
  width: fit-content;
  max-width: 100%;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: clip;
}

.banner-con {
  display: flex;
  height: fit-content;
  width: fit-content;
  background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1));
  transition: padding 0.3s ease-in-out;
  padding-left: 0;
}

.od-crest {
  height: 5rem;
  width: auto;
  transition: height 0.3s ease-in-out;
}

.od-crest:focus-visible {
  margin: 0.625em 0 0.3125em 0.625em;
}

.banner-span {
  font-weight: 500;
  color: darkgray;
  font-size: 1.8rem;
  white-space: nowrap;
  transition: font-size 0.3s ease-in-out;
  letter-spacing: 0.1rem;
  font-family: "quanReg";
}

.sub-crest {
  transition: all 10s ease-out;
}

@media (max-width: 1280px) {
  #pageHeader .navbar {
    display: none;
  }
}

/* Responsive Styles */
@media (max-width: 800px) {
  .site-header {
    grid-template-columns: 1fr;
    max-width: 100%;
    padding: 2.3125em 0 0 0;
  }

  #pageHeader .banner-span {
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
  }
}

@media (max-width: 480px) {
  #pageHeader .banner-span {
    font-size: 0.85rem;
    letter-spacing: 0.01rem;
    white-space: normal;
  }
}

/* MARK: NAVBAR
/*    ------------NAVBAR----------- */

.navbar {
  display: grid;
  grid-column: 1 / 2;
  grid-template-rows: repeat(1, 1fr);
  top: 0;
  left: 0;
  z-index: 1001;
  background-color: rgba(0, 0, 0);
  background: linear-gradient(to right, rgba(0, 0, 0, 1), transparent);
  transition: display 10s ease-out;
  height: fit-content;
  padding: 0.625em 0.625em 0 0;
  border-top: none;
  border-left: none;
}

.nav-content span {
  color: darkgray;
  font-family: "quanReg";
  letter-spacing: 0.1em;
  padding-left: 1rem;
}

.nav-content span:hover {
  color: #b80808;
  scale: 1.1;
  margin: 0.5rem 2rem 0.5rem 1rem;
}

.nav-content .brNav span {
  padding-left: 1.125rem;
}

.nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: fit-content;
  color: white;
  text-decoration: none;
  transition: background-color 0.3s ease;
  overflow: hidden;
  padding: 0.625rem 0 0.625rem 0;
  margin: 0.313rem 0 0 0.625rem;
}

.nav-content .nav-item span {
  font-size: 1.4rem;
}

.nav-content .od-crest h1 {
  font-size: 2rem;
}

.od-crest {
  margin: 0 0 0 0.625rem;
}

.nav-item img {
  height: 4.375rem;
  width: auto;
  padding-right: 0.625rem;
}

.od-crest img {
  height: 5rem;
  width: auto;
}

.nav-content {
  display: flex;
  align-items: center;
  padding-left: 0.25rem;
}

.nav-item:focus-visible {
  outline: 2px solid white;
  scale: 1.1;
  padding: 0.625rem 0.625rem 0.625rem 1.875rem;
  margin: 0.625rem 0 0.313rem 1.25rem;
}

.nav-item:focus .nav-content {
  padding-left: 0;
  margin-left: 1.25rem;
}

.eodNav {
  padding-left: 0;
  padding-right: 0;
  padding-top: 3.125rem;
}

.dacNav {
  padding-left: 0;
  padding-right: 0;
}

.brNav {
  padding-left: 0;
}

.nav-content .odNav {
  display: flex;
  align-items: center;
}

@media (max-width: 1440px) {
.nav-content .nav-item span {
  font-size: 1rem;
}

.nav-item img {
  height: 2.8rem;
}

}

@media (max-width: 1025px) {
  .od-crest img {
    height: 4.375rem;
  }

  .nav-item img {
    height: 3.75rem;
  }

  .nav-content span {
    font-size: 1.1rem;
  }
}

@media (max-width: 800px) {
  #banner-logo {
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 100%;
    background: transparent;
  }

  .banner-con {
    background: transparent;
    padding-left: 0;
    align-items: center;
  }

  #banner-logo .od-crest img {
    height: 3.75rem;
    width: auto;
  }

  .site-header.shrink #banner-logo .od-crest img {
    height: 2.813rem;
    width: auto;
  }

  .site-header #banner-logo h1 {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  #banner-logo .od-crest img {
    height: 2.2rem;
  }

  .site-header.shrink #banner-logo .od-crest img {
    height: 2.5rem;
    width: auto;
    padding-right: 0.325rem;
  }

  .od-crest {
    margin: 0 0 0 0.125rem;
  }

  .site-header #banner-logo h1 {
    font-size: 1rem;
  }
  .nav-item {
    padding: 0;
  }
}

/* MARK: HERO
/*    ------------   HERO    ------------ */
.home-hero {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -0;
  align-items: center;
  background-color: black;
}

.hero-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;

  width: 100%;
  align-content: start;
  z-index: 0;
  top: 0;
  left: 0;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
  height: 100%;
}

/*    ------------   HERO CENTER IMAGE   ------------ */

@keyframes zoomInOnLoad {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}

.hs-image-wrap {
  grid-column: 1 / 4;
  position: relative;
  width: 100%;
}

.hs-image-wrap img {
  display: block;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  width: 100%;
  height: 98dvh;
}

.zoom-img {
  animation: zoomInOnLoad 3s ease forwards;
  transform: scale(0.9);
  transition: transform 0.55s ease;
}

.intro-con {
  grid-column: 2 / 4;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  color: gray;
  border-top: none;
  text-align: start;
  background-color: rgba(0, 0, 0);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 1));
  filter: drop-shadow(0.05rem 0 0.15rem rgb(121, 121, 114));
  min-height: fit-content;
  height: auto;
  width: 25%;
  overflow: hidden;
  text-wrap: wrap;
}

.intro-con p {
  padding: 0.875rem 0.625rem;
  font-family: "quanReg";
  font-size: 1.35rem;
  letter-spacing: 0.1em;
}

.home-hero .intro-con {
  transition: all 4s ease-out;
}

.messageCon {
  grid-column: 2 / 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: darkgray;
  background: linear-gradient(to right, rgba(114, 107, 107, 0.8), transparent);
  background-color: rgba(138, 129, 129, 0.8);
  text-align: start;
  padding: 0.125rem 0.625rem 0.313rem 0.625rem;
  margin: 0.625rem 0 0 0;
  font-family: "quanReg";
  position: absolute;
  width: 25%;
  height: auto;
  bottom: 5%;
  right: 0;
  color: black;
  z-index: 1006;
}

.messageCon p {
  font-size: 1.5rem;
  padding-top: 0.25em;
  font-family: "quanBold";
  text-wrap: wrap;
}

.messageCon h2 {
  font-family: "quanBold";
  font-size: 1.75rem;
  padding-bottom: 0.25em;
  text-decoration: underline rgb(114, 2, 2);
}

.messageCon a {
  color: #000;
  place-self: end;
  font-size: 1.5rem;
  text-decoration: underline;
}

.messageCon a:hover {
  color: darkred;
}

.messageCon a:focus-visible {
  scale: 1.2;
  color: white;
  place-self: center;
}

.messageCon img {
  margin: 0; 
  width: 100%;
  height: auto;
}

.bombCon {
  grid-column: 1 / 4;
  display: flex;
  position: absolute;
  align-items: flex-end;
  left: 0;
  bottom: 0;
  z-index: 1003;
  width: fit-content;
  height: auto;
  margin: 0 0 0.188rem 0;

  transform: translateX(-100%);
  opacity: 0;
  animation-name: slide-pause-disappear;
  animation-duration: 8s;
  animation-timing-function: 3s ease-in-out;
  animation-fill-mode: forwards;
}

.slideOd {
  color: white;
  font-size: 7rem;
  padding: 0;
  font-family: "SegoeUI";
}

.bombOD {
  padding-bottom: 1.5rem;
}

/* --- Keyframes for the animation --- */
@keyframes slide-pause-disappear {
  /* Stage 1: Slide in */
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  20% {
    /* This calculation centers the element in the viewport */
    transform: translateX(calc(50vw - 50%));
    opacity: 1;
  }

  /* Stage 2: Pause */
  80% {
    transform: translateX(calc(50vw - 50%));
    opacity: 1;
  }

  /* Stage 3: Disappear */
  100% {
    transform: translateX(calc(50vw - 50%));
    opacity: 0;
  }
}

/* --- Positioning the Sparkler --- */
.sparkler-container {
  position: absolute;
  top: 5.313rem;
  right: 4.063rem;
  width: auto;
  height: auto;
  animation-delay: 8s;
}

/* --- Styling the Particles --- */
.particle {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #fffdc4;
  box-shadow:
    0 4px 8px #ffab3d,
    0 5px 12px #ff8c00;
  opacity: 0;

  animation-name: sparkle;
  animation-duration: 0.9s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.particle-red {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #9b3618;
  box-shadow:
    0 4px 8px #9b3618,
    0 5px 12px #852002;
  opacity: 0;

  animation-name: sparkle;
  animation-duration: 0.9s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.particle2 {
  background-color: #862203;
  box-shadow:
    0 4px 8px #6b1f08,
    0 5px 12px #d33201;

  animation-name: sparkle;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.particle-fast {
  animation-duration: 0.3s;
}

.particle-red-fast {
  animation-duration: 0.3s;
}

.home-hero .messageCon {
  transition: all 5s ease-out;
}

/* MARK: APP GRID MOBILE
/*    ------------   APP GRID   ------------ */

.mobile-app-grid {
  display: none;
}

@media (min-width: 2561px) {
  .hs-image-wrap img {
    aspect-ratio: 21 / 9;
    height: auto;
    object-fit: cover;
    object-position: center 15%;
    width: 100%;
    padding-top: 0;
    top: 0;
  }

  .home-hero {
    height: auto;
    min-height: fit-content;
  }
}

@media (min-width: 1920px) {
  .intro-con p {
    font-size: 1.375rem;
    padding: 1.25rem 0.5rem;
  }

  .messageCon h2 {
    font-size: 1.5rem;
  }

  .messageCon p {
    font-size: 1.25rem;
  }

  .slideOd {
    font-size: 9rem;
  }
  .bombOD {
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 1440px) {
  .hero-row {
    align-content: center;
  }

  .banner-span {
    font-size: 1.5rem;
  }

  .intro-con p {
    font-size: 1.2rem;
    padding: 0.7rem 0.5rem;
  }

  .messageCon {
    width: 25%;
    bottom: 20%;
  }

  .messageCon h2 {
    font-size: 1.2rem;
  }

  .messageCon p {
    font-size: 1.1rem;
  }

  .slideOd {
    font-size: 7rem;
  }

  .messageCon a {
    font-size: 1rem;
  }

  .messageCon img {
    margin: 0.313em 0 0 0.625em;
    height: 1rem;
  }
}

@media (max-width: 1366px) {
  .banner-span {
    font-size: 1.4rem;
  }

  .intro-con p {
    font-size: 1rem;
    padding: 0.25rem 0.5rem;
  }

  .messageCon h2 {
    font-size: 1.01rem;
  }
}

@media (max-width: 1280px) {
  .intro-con,
  .messageCon,
  .bombOD,
  .sparkler-container {
    display: none;
  }

  .bombCon {
    width: 100%;
    bottom: 70%;
    position: relative;
    padding: 0;
    justify-content: center;
    margin-bottom: 3.125rem;
    display: none;
  }

  .slideOd {
    font-size: 5rem;
    font-style: normal;
    text-shadow: none;
    color: whitesmoke;
    padding-bottom: 0;
    display: none;
  }

  .home-hero {
    background: black;
    height: 100%;
    height: 100dvh;
    width: 100%;
  }
  .hs-image-wrap {
    padding: 2.375rem 0 0 0;
    grid-column: 1 / -1;
  }

  .hs-image-wrap img {
    height: 80dvh;
    aspect-ratio: 16 / 9;
    object-position: center top;
  }

  .mobile-app-grid {
    background: black;
    background-color: rgba(0, 0, 0, 0.9);
    background-blend-mode: darken;
    background-image: url("../images/bg/bg-33-mobile.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: grid;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 0;
    padding: 0.125em 0.138em 1.5em 0.138em;
    background-color: transparent;
    box-sizing: border-box;
    z-index: 9999;
    align-items: center;
    justify-items: center;
  }

  .app-icon {
    width: 4.1rem;
    height: 4.5rem;
    background-color: rgba(245, 245, 245, 0.4);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    font-size: 0.6rem;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    padding: 0.01em;
    margin: 1rem 0 0 0;
    z-index: 9999;
    text-wrap: wrap;
  }

  .app-icon img {
    width: 3rem;
    height: 3rem;
    z-index: 9999;
  }

  /* 508 Compliance: Visible Focus State for Keyboard Navigation */
  .app-icon:focus-visible {
    outline: 3px solid #ffcc00;
    outline-offset: 3px;
    box-shadow: 0 0 0 2px #000;
  }

  .app-icon:hover {
    background-color: #003366;
    transform: translateY(-2px);
    transition: all 0.2s ease;
  }

}

@media (max-width: 800px) {
  .home-hero {
    height: 90dvh;
  }
  .hero-row {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    align-content: start;
    z-index: 0;
    top: 0;
    left: 0;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
    height: 100%;
  }
  .hs-image-wrap {
    padding: 2.375rem 0 0 0;
    grid-column: 1 / -1;
  }

  .hs-image-wrap img {
    height: 50dvh;
  }

  .mobile-app-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 0;
    padding: 0.625em 0.938em 2.5em 0.938em;
  }

  .app-icon {
    width: 5rem;
    height: 5.925rem;
    font-size: 0.8rem;
    padding: 0.525em;
  }

  .app-icon img {
    width: 4rem;
    height: 4rem;
  }
}

@media (max-width: 800px) and (min-height: 1280px) {
  .mobile-app-grid {
    gap: 3rem 0;
  }
}

@media (max-width: 480px) {
  .hs-image-wrap {
    padding: 4rem 0 0 0;
    grid-column: 1 / -1;
    width: 100%;
  }

  .hs-image-wrap img {
    height: 38dvh;
  }

  .mobile-app-grid {
    height: auto;
    gap: 0;
    position: absolute;
  }

  .app-icon {
    width: 3.525rem;
    height: 3.525rem;
    font-size: 0.5rem;
    padding: 0.1em;
  }
  .app-icon img {
    width: 1.8rem;
    height: 1.8rem;
  }
}

@media (max-width: 480px) and (min-height: 640px) {
  .mobile-app-grid {
    height: 42dvh;
  }
}


/* MARK: LEADERSHIP
/*    ------------   LEADERSHIP    ------------ */

.leadership {
  grid-column: 1 / -1;
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
    url("../images/bg/bg-27.png") no-repeat center center;
  background-size: cover;
  background-position: center;
  height: auto;
  width: 100%;
  z-index: 0;
}

.lead-con {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  height: 100dvh;
  width: 100%;
  justify-items: center;
  z-index: 0;
}

.lead-con .lead-content {
  background: rgba(0, 0, 0, 0.5);
  color: whitesmoke;  
  width: fit-content;
  padding: 0.625rem;
  text-align: center;
}

.lead-title {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  align-self: center;
  color: whitesmoke;
  font-size: 7rem;
  letter-spacing: 0.15em;
  font-weight: 700;
  line-height: 1.5;
  font-family: "SegoeUI";
}

.color-lead {
  color: goldenrod;
}

.coo-card {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 4;
  align-self: center;
}

.csm-card {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 4;
  align-self: center;
}

.cwo-card {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 4;
  align-self: center;
}

.column-lead {
  height: 100%;
  padding: 0.313rem;
  padding-top: 0.625rem;
  z-index: 2;
}


.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  display: grid;
  justify-items: center;
  align-content: center;
}

.leadership img {
  height: 23.75rem;
  aspect-ratio: 1 / 1.1;
  object-fit: cover;
  border-radius: 50%;
}

.csm-img,
.coo-img,
.cwo-img {
    height: 23.75rem; 
    width: auto;      
    max-width: 100%;  
    object-fit: cover; 
    display: block;
}

h4.lead-name {
  color: goldenrod;
  font-size: 1.25rem;
  padding: 0.25rem;
  padding-bottom: 0.625rem;
}

.lead-content h3 {
  font-size: 1.5rem;
}

.leadership a {
  text-decoration: none;
  color: white;
}

.watermark {
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 5;
  align-self: center;
  z-index: 1;
}

.watermark img {
  height: 100dvh;
  width: auto;
  filter: brightness(80%);
  z-index: 1;
}

/* MODAL STYLES */

#leadCooBio {
  cursor: pointer;
  transition: 0.3s;
}

#leadCooBio:hover {
  opacity: 0.3;
}

#kamBio {
  cursor: pointer;
  transition: 0.3s;
}

#kamBio:hover {
  opacity: 0.3;
}

#cwoBio {
  cursor: pointer;
  transition: 0.3s;
}

#cwoBio:hover {
  opacity: 0.3;
}

.modalNew-trigger-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
  width: 100%;
}

.modalNew-trigger-btn img {
  display: block;
  place-self: center;
}

.modalNew-trigger-btn:focus {
  outline: none;
}

.modalNew-trigger-btn:focus-visible {
  outline: 2px solid white;
  outline-offset: 1px;
}

.modalNew {
  display: none;
  position: fixed;
  padding-top: 2.5rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  color: #000;
  z-index: 10000;
}

.modalNew-content {
  background-image: url("../images/bg/USA-4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 2% 8% 0 8%;
  border: 1px solid #888;
  width: 90%;
  height: 90%;
  overflow: auto;
  justify-self: center;
  padding: 0;
}

.modalNew-open {
  overflow: hidden;
}

.modalNew-open .lead-link-con {
  display: none;
}

.modalNew-open a#backToTopPgBtn {
  display: none;
}

.modCon {
  display: block;
  width: 80%;
  height: fit-content;
  justify-self: center;
  color: black;
  margin: 5% 0 0 0;
}

.modCon h3 {
  color: black;
  font-size: 1.625rem;
  font-family: "TikTokVar";
}

.modalNew-content h4 {
  color: black;
  font-size: 1.5rem;
  font-family: "ScopeOneReg";
}

.modalNew-content p {
  color: black;
  font-size: 1.5rem;
  font-family: "SenVar";
  margin: 0.625rem 0 1.25rem 0.125rem;
}

.topBioCon {
  float: left;
  display: block;
  margin-right: 1.875rem;
  margin-bottom: 0.938rem;
  width: 100%;
}

.bioTitleOpen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: fit-content;
  padding: 3rem 1rem 0.5rem 0.5rem;
  box-sizing: border-box;
  background-color: rgba(218, 165, 32, 0.8);
}

.bioCon {
  clear: none;
  display: block;
  padding: 0 0.5rem 1.25rem 1.25rem;
  background-color: #fdf0d5;
}

.topBioCon::after {
  content: "";
  display: table;
  clear: both;
}

.bioCon p:nth-child(1) {
  padding: 1.5rem 0.5rem 1.25rem 21rem;
  margin: 0 0 1.25rem 0.125rem;
}

#myModal img {
  height: 23.75rem;
  float: left;
  width: auto;
  margin: 0 0 0.625rem 0;
  border-radius: 0;
}

#caption {
  margin: 0;
  display: block;
  visibility: hidden;
  width: 23.75rem;
  text-align: center;
  color: black;
  padding: 0;
  height: fit-content;
}

div.lead-link-con {
  grid-column: 3 / 5;
  grid-row: 4 / 4;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 0 0 1.875rem 10rem;
  border: 2px solid whitesmoke;
  width: fit-content;
  height: fit-content;
  border-radius: 0.5em;
  box-shadow: 0 4px 8px rgb(0 0 0 / 40%);
  transition: ease-in-out 350ms;
  z-index: 5;
}

div.lead-link-con a {
  text-decoration: none;
  color: whitesmoke;
  padding: 0.5rem 1rem 0.5rem 1.25rem;
  font-family: "TikTokVar";
  font-size: 1.125rem;
}

div.lead-link-con:hover {
  scale: 1.05;
  border: 3px solid goldenrod;
}

div.lead-link-con:focus-within {
  border: none;
}

div.lead-link-con a:focus-visible {
  scale: 1.1;
  outline: 3px solid white;
  border: none;
}

div.lead-link-con a:focus-visible div.lead-link-con {
  border: none;
}

.lead-content a.lead-email-link:hover {
  scale: 1.2;
}

.lead-content a.lead-email-link:focus {
  outline: none;
}

.lead-content a.lead-email-link:focus-visible {
  outline: 2px solid white;
  outline-offset: 4px;
  padding: 0.313rem;
}

.modalNew-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.8s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.close {
  position: absolute;
  top: 2%;
  right: 3%;
  color: #f1f1f1;
  font-size: 2.5rem;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover {
  color: goldenrod;
  scale: 1.3;
  text-decoration: none;
  cursor: pointer;
}

.modalNew-open .close:focus-visible {
  outline: 1px solid white;
}

/* Media Query for screens over 2000px */
@media (min-width: 2000px) {
  .leadership img {
    height: 25rem;
  }

  .lead-con .lead-content {
    padding-top: 2.5rem;
  }

  div.lead-link-con {
    margin: 0 0px 4.375rem 0;
  }
}

@media (max-width: 1440px) {
  .lead-title {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    font-size: 5rem;
    letter-spacing: 0.16em;
    align-self: flex-start;
  }

  .lead-con {
    grid-template-columns: 19% 26% 26% 26%;
    grid-template-rows: auto;
    height: 100%;
  }

  .lead-con .lead-content {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.1);
    color: whitesmoke;
    width: fit-content;
    padding: 0.625rem;
    text-align: center;
  }
  .coo-card img,
  .csm-card img,
  .cwo-card img {
    height: 20rem;
    width: 20rem;
  }

  h4.lead-name {
    font-size: 1.2rem;
  }

  .lead-content h3 {
    font-size: 1.1rem;
  }
  .coo-card {
    grid-column: 2 / 3;
    width: 80%;
    justify-items: center;
  }

  .csm-card {
    grid-column: 3 / 4;
    width: 80%;
    justify-items: center;
  }

  .cwo-card {
    grid-column: 4 / 5;
    width: 80%;
  }

  div.lead-link-con {
    grid-column: 4 / 5;
    margin: 0 0 1.875rem 5rem;
  }
}

@media (max-width: 1366px) {
  .lead-con {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .coo-card img,
  .csm-card img,
  .cwo-card img {
    height: 18rem;
    width: 18rem;
  }

  h4.lead-name {
    font-size: 1rem;
  }

  .lead-content h3 {
    font-size: 1rem;
  }
  .watermark {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 4;
    padding: 0;
    margin: 0;
  }

  .watermark img {
    height: 80dvh;
    width: 100%;
    filter: brightness(90%);
    padding: 0;
    margin: 0;
  }

  .coo-card {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    width: 80%;
  }

  .csm-card {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    width: 80%;
  }

  .cwo-card {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
    width: 80%;
  }

  div.lead-link-con {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
    margin: 4em 0 0 0;
  }
}

@media (max-width: 1280px) {
  .coo-card {
    width: 90%;
  }

  .csm-card {
    width: 90%;
  }

  .cwo-card {
    width: 90%;
  }

  div.lead-link-con {
    grid-column: 2 / 4;
    margin: 5em 0 0 0;
  }

  .modalNew-content {
    margin: 2% 8% 0 8%;
    width: 80%;
    height: 80%;
    overflow: auto;
    justify-self: center;
    padding: 0;
  }

  #myModal img {
    height: 16rem;
    margin: 0;
  }

  .bioTitleOpen {
    height: 16rem;
  }

  .bioCon {
    clear: unset;
  }

  .bioCon p:nth-child(1) {
    margin: 0rem 0 1.25rem 0.125rem;
    padding: 0;
  }
}

@media (max-width: 800px) {
  .leadership {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)),
      url("../Images/bg/bg-27-mobile.png") no-repeat center center;
    background-size: cover;
    background-position: center;
    height: auto;
    width: 100%;
    padding: 1.875rem 0.125rem;
  }

  .lead-con {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 0.313em;
    height: auto;
    margin: 0.02rem;
    justify-items: center;
    justify-content: center;
  }

  .lead-title {
    grid-column: 1 / 3;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1.25rem;
  }

  .coo-card {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    justify-self: center;
    width: 80%;
  }

  .coo-card img {
    height: 13.75rem;
    width: 13.75rem;
  }

  .csm-card {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    justify-self: center;
  }

  .cwo-card {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    justify-self: center;
  }

  .csm-card img,
  .cwo-card img {
    height: 10rem;
    width: 10rem;
  }

  h4.lead-name {
    font-size: 1.2rem;
  }

  .lead-content h3 {
    font-size: 1.1rem;
  }

  .watermark {
    display: none;
  }

  .modalNew-content {
    margin: 2% 0 0 5%;
    width: 90%;
    height: 100%;
    justify-self: unset;
    z-index: 1001;
  }

  .topBio {
    width: 100%;
    height: 100%;
  }

  #myModal img {
    margin: 0;
    width: 100%;
    height: auto;
  }

  .bioCon {
    margin-top: 0;
    padding: 0.938em;
    width: 100%;
  }

  .bioCon p {
    columns: 1;
    font-size: 1.1rem;
  }

  .bioCon p:nth-child(1) {
    padding: 0;
  }

  .topBioCon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .bioTitleOpen {
    padding: 1.25em;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: fit-content;
  }

  div.lead-link-con {
    grid-column: 1 / -1;
    grid-row: 4 / 4;
    justify-self: center;
    margin: 1.25rem 0;
  }

  .close {
    position: relative;
    top: 1%;
    left: 90%;
    color: #f1f1f1;
    font-size: 2.5rem;
    font-weight: bold;
    transition: 0.3s;
    z-index: 1002;
  }
}

@media (max-width: 480px) {
  .leadership {
    height: auto;
    padding-bottom: 3rem;
  }

  .lead-con {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .lead-title {
    grid-column: 1 / -1;
    font-size: 2.2rem;
  }

  .coo-card,
  .csm-card,
  .cwo-card {
    grid-column: 1 / -1;
    width: 90%;
  }

  .leadership img {
    height: 12rem;
    width: 12rem;
  }

  h4.lead-name {
    font-size: 0.9rem;
    padding: 0.02rem;
    padding-bottom: 0.625rem;
  }

  .lead-content h3 {
    font-size: 1rem;
  }

  .coo-card {
    grid-row: 2 / 3;
  }
  .csm-card {
    grid-row: 3 / 4;
  }

  .cwo-card {
    grid-row: 4 / 5;
  }

  div.lead-link-con {
    grid-row: 5 / 5;
  }
}

/* MARK: RESOURCES

/*         ------------   RESOURCES   ------------ */

.resources-con {
  background:
    linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.2)),
    url("../images/Resources/ISV-1.png") no-repeat center center;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
  background-size: cover;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(5, 1fr);
  aspect-ratio: 16 / 9;
  color: white;
}

.resource-title {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-left: 3.125rem;
  font-size: 7rem;
  letter-spacing: 0.15em;
  font-weight: 700;
  line-height: 1.5;
  color: whitesmoke;
  font-family: "SegoeUI";
}

.color-res {
  color: rgba(153, 7, 7);
}

.links-con {
  grid-column: 3 / 6;
  grid-row: 3 / 5;
  display: flex;
  justify-content: space-between;
  justify-self: center;
  align-self: center;
}

.links-con ul {
  list-style-type: none;
  margin-bottom: 0.625rem;
  justify-content: left;
  columns: 3;
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5));
}

.links-con a {
  text-decoration: none;
  color: inherit;
}

.links-con li {
  padding: 0.938em 1.25em 0.938em 0.625em;
  position: relative;
  font-size: 1.25rem;
  color: darkgray;
  font-weight: 600;
  font-family: "SenVar";
}

.links-con li:hover {
  color: goldenrod;
  scale: 1.05;
}

.links-con li a:focus {
  outline: none;
}

.links-con li a:focus-visible {
  scale: 1.1;
  outline: 1px solid #fbd61a;
  outline-offset: 2px;
}

li.locked::after {
  content: "\1F512";
  position: relative;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.875rem;
}

li.locked:hover a {
  color: rgb(150, 3, 3);
  scale: 1.05;
}

.links-con li.locked a:focus {
  outline: none;
}

.links-con li.locked a:focus-visible {
  scale: 1.1;
  outline: 1px solid rgb(150, 3, 3);
  outline-offset: 2px;
}

.links-con h3 {
  font-family: "OCRAExtended", serif;
  font-size: 1.75rem;
  font-weight: bold;
  font-style: normal;
  font-variant: small-caps;
  letter-spacing: 0.188em;
  color: lightgray;
}

/* --- THUMBNAIL GALLERY --- */
.thumbnail-gallery {
  grid-column-start: 4;
  grid-column-end: 6;
  grid-row-start: 5;
  grid-row-end: 6;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
  padding: 0 0 0.625rem 3.125rem;
}

.thumbnail-item {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-right: 1.25em;
  width: 9.8175rem;
  aspect-ratio: 16 / 9;
  transition: box-shadow 0.3s ease;
  transition: filter 0.3s ease;
  filter: grayscale(100%);
}

.thumbnail-item:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
  filter: none;
  scale: 1.1;
  margin-right: 0;
  margin: 0.625em;
}

.thumbnail-gallery a:focus-within img {
  outline: 2px solid whitesmoke;
  outline-offset: 1px;
  padding: 0.625em;
  filter: none;
}



@media (min-width: 2000px) {
  .thumbnail-gallery img {
    scale: 1.3;
    margin: 1.875em;
  }
  
  .thumbnail-gallery {
    padding-bottom: 0;
  }
}

@media (max-width: 1440px) {
  .resource-title {
    font-size: 5rem;
    grid-row: 1 / 2;
  }

  .thumbnail-gallery {
    grid-column-start: 3;
    grid-column-end: 6;
    grid-row: 5 / 6;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.1)
    );
    padding: 0 0 0.625rem 3.125rem;
  }

  .links-con {
    grid-row: 2 / 5;
  }
}

@media (max-width: 1280px) {
  /* --- LINKS LIST --- */

  .links-con {
    grid-column: 2 / 6;
    grid-row: 2 / 5;
    display: flex;
    justify-content: space-between;
    justify-self: center;
    align-self: center;
  }

  .links-con ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin-bottom: 0.625rem;
  }

  .links-con a {
    text-decoration: none;
    color: inherit;
  }

  .links-con li {
    display: flex;
    padding: 0.38em 0.25em 0.38em 0.25em;
    position: relative;
    font-size: 1.1rem;
    color: darkgray;
    font-weight: 600;
    font-family: "SenVar";
  }

  .thumbnail-gallery {
    grid-column: 1 / 2;
    padding: 0 0 0.425rem 1.125rem;
  }

  .thumbnail-item {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 1.25em;
    width: 6rem;
    height: 4.25rem;
    transition: box-shadow 0.3s ease;
    transition: filter 0.3s ease;
    filter: grayscale(100%);
  }
}

@media (max-width: 800px) {
  .resources-con {
    background:
      linear-gradient(to right, rgba(0, 0, 0, 1), transparent),
      url("../images/Resources/ISV-1-Mobile.png") no-repeat center center;
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: darken;
    background-size: cover;
    background-position: center;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    aspect-ratio: auto;
    padding: 2.5rem 1.25rem;
    height: auto;
    width: 100%;
  }

  .resource-title {
    grid-column: 1 / -1;
    grid-row: auto;
    font-size: 3.5rem;
    margin-left: 0;
    text-align: center;
    margin-bottom: 1em;
    justify-content: center;
  }

  .links-con {
    grid-column: 1 / -1;
    grid-row: auto;
    width: 100%;
    margin-bottom: 1.25em;
    justify-content: end;
  }

  .links-con ul {
    columns: 1;
    padding: 1.25em;
    background: rgba(0, 0, 0, 0.6);
  }

  .links-con li {
    font-size: 1.125rem;
    text-align: center;
    padding: 0.625em;
  }

   .thumbnail-gallery {
    grid-column: 1 / -1;
    grid-row: auto;
    flex-wrap: wrap;
    padding: 0.625em;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
  }

  .thumbnail-item {
    width: 8.125rem;
    height: 5rem;
    margin: 0.313em;
    filter: none;
  }
}

@media (max-width: 480px) {
  .resources-con {
    padding: 2rem 1rem;
  }

  .resource-title {
    font-size: 2.2rem;
  }

  .links-con {
    justify-content: center;
  }

  .links-con ul {
    columns: 1;
  }

  .links-con li {
    font-size: 1rem;
    padding: 0.5rem;
  }

  .thumbnail-gallery {
    gap: 0.5rem;
  }

  .thumbnail-item {
    width: 6.5rem;
    height: 4rem;
    margin: 0.12em;
  }
}

/* MARK: NEWS
/* ------------- SUSTAINMENT NEWS ------------- */

#susNewsCon {
  grid-column: 1 / -1;
  background-color: rgb(224, 221, 207);
  padding: 1.25rem;
  text-align: center;
  height: auto;
  min-height: fit-content;
}

article:is(.newsCon) {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  min-height: fit-content;
  gap: 1.25rem;
  padding-bottom: 3.125rem;
}

#susNewsCon .newsBody p:first-of-type {
  margin-top: 0;
}

#susNewsCon h2 {
  justify-self: end;
  padding: 4.375rem 3.125rem 4.375rem 0;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 700;
  line-height: 1.5;
  font-family: "SegoeUI";
}

.susCol {
  color: #805b10;
  padding: 0.125rem;
  text-shadow:
    -2px 2px 0 black,
    2px -2px 0 black,
    -2px 2px 0 black,
    2px -2px 0 black;
}

.susCol span {
  border: solid black 2px;
}

#susNewsCon .newsHeader {
  border-bottom: 2px solid black;
  padding: 0.5rem;
  text-align: start;
}

#susNewsCon h3 {
  width: 100%;
}

#susNewsCon :is(.newsCon) .newsHeader h3 {
  margin: 0.25rem 0 0.35rem 0;
}

#susNewsCon .newsCon a:has(img) {
  padding: 0;
}

.imgArtSource {
  text-transform: uppercase;
}

:is(.imgArtSource, .articleAuth) {
  font-family: "Courier New", Courier, monospace;
  font-size: small;
  font-weight: 500;
}

.articleAuth datetime {
  display: inline;
}

.newsCon {
  display: flex;
  width: 100%;
  margin-inline: auto;
  height: auto;
  min-height: fit-content;
  background: ghostwhite;
  border-radius: 10px;
  border: solid white 2px;
  padding: 0.313rem;
}

#susNewsCon p {
  width: 100%;
  max-width: 100%;
  padding: 0 2rem;
  text-align: left;
}

#susNewsCon h3 {
  margin: 0 0 0 1rem;
}

#susNewsCon .newsBody {
  position: relative;
  padding: 2rem 0 1rem 0;
  display: flex;
  align-items: flex-start;
}

#susNewsCon .newsBody a:focus-visible {
  outline: 2px solid black;
  outline-offset: 3px;
  padding: 0.313rem;
}

.newsCon {
  flex-direction: column;
}

.newsCon img {
  width: 20rem;
  height: fit-content;
}

.newsPara {
  max-width: 100%;
}
@media (max-width: 1280px) {
  #susNewsCon .newsBody p:first-of-type {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #susNewsCon h2 {
    padding: 3.375rem 2.125rem 3.375rem 0;
    font-size: 5rem;
  }

  .newsCon img {
    width: 16rem;
  }
}

@media (max-width: 800px) {
  #susNewsCon {
    padding: 0.938rem;
  }

  #susNewsCon h2 {
    font-size: 3.5rem;
    padding: 1.875rem 0;
    text-align: center;
    justify-self: center;
  }

  .susCol {
    text-shadow:
      -1px 1px 0 black,
      0px -0px 0 black,
      -1px 1px 0 black,
      1px -1px 0 black;
  }

  article:is(.newsCon) {
    flex-direction: column;
    padding-bottom: 1.875rem;
    gap: 0.938rem;
    width: 90%;
    justify-self: center;
  }

  .newsCon {
    width: 100%;
    border-radius: 8px;
  }

  .newsCon img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  #susNewsCon .newsBody {
    padding: 1rem 0;
    flex-direction: row;
  }

  #susNewsCon p {
    padding: 0 1rem;
    font-size: 1rem;
  }

  #susNewsCon .newsHeader {
    text-align: center;
  }

  :is(.imgArtSource, .articleAuth) {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  #susNewsCon h2 {
    font-size: 2.2rem;
    padding: 2rem 0;
  }

  #susNewsCon p {
    padding: 0 0.5rem;
  }
}

@media screen and (max-width: 480px) {
  #susNewsCon .newsBody p:first-of-type {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* MARK: CONTACT
/* ------------- CONTACT SECTION ------------- */

#contactHome a[href^="mailto:"] {
  text-decoration: none;
  color: darkgray;
  padding-left: 0.625;
  text-decoration: none;
  font-family: "SenVar";
}

#contactHome a:hover[href^="mailto:"] {
  text-decoration: 2px solid white;
  text-underline-offset: 0.625rem;
}

#contactHome a:focus-visible[href^="mailto:"] {
  outline: 1px solid white;
  outline-offset: 2px;
}

#contactHome {
  grid-column: 1 / -1;
  text-align: center;
  background: rgba(43, 41, 41, 0.9);
  width: 100%;
  height: auto;
  min-height: fit-content;
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)),
    url("../Images/bg/bg-30.jpg") no-repeat center center;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

#contactHome a:hover {
  background-color: rgb(0, 0, 0, 0.13);
  border-bottom: 2px solid rgb(198, 172, 143);
}

.contactSecCon {
  padding: 0.125rem 0.05rem 1.5rem 0.05rem;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  justify-items: center;
}

.contactSecCon h2 {
  font-family: "SegoeUI";
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  width: 100%;
  height: fit-content;
  font-size: 7rem;
  letter-spacing: 0.15em;
  font-weight: 700;
  line-height: 1.5;
  color: darkgray;
  align-items: baseline;
  justify-content: start;
  padding: 0 0 1.875rem 0;
  margin: 5rem 0 1.875rem 1rem; 
}


.watermarkCon {
  grid-column: 3 / 5;
  grid-row: 1 / 3;
  width: 100%;
  padding: 1.25rem 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0.625rem 0.625rem 0 0;
  place-self: center;
}

.watermarkCon img {
  width: 40rem;
  height: auto;
  filter: brightness(100%);
  filter: opacity(100%);
}

.contact-listCon {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  width: fit-content;
  height: auto;
  padding: 1.25rem 0.625rem 0.625rem 0.625rem;  
  background: rgba(0, 0, 0, 0.8);
  align-content: center;
  align-self: flex-end;
  margin: 4.375rem 1.25rem 2.5rem 0.625rem; 
}



.contact-list-home {
  display: flex;
  flex-direction: column;
  list-style: none;
  width: 100%;
  height: auto;
}

.item-boxed {
  color: lightgray;
  font-size: 1.375rem;
  justify-self: left;
  margin: 0 1.25rem 0 1.25rem;
  padding: 0.938rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  display: flex;
  font-family: "SenVar";
  color: rgb(236, 248, 248);
}

.connectBtn {
  color: darkgray;
  font-family: "TikTokVar";
  letter-spacing: 0.1em;
  padding: 0.625rem 3rem;
  font-size: 1.25rem;
  width: fit-content;
  background: rgba(10, 1, 1, 0.5);
  display: flex;
  grid-column: 4 / 5;
  grid-row: 2 / 3;
  height: fit-content;
  align-self: last baseline;
  justify-self: end;
  margin: 0 2.5rem 1.25rem 0;
  transform: scale(1.03);
  transition: ease-in-out 300ms;
  border: 2px solid rgba(161, 158, 158, 0.4);
  text-decoration: none;
}

.connectBtn:hover {
  scale: 1.05;
  border: 3px solid white;
  text-decoration: none;
}

.connectBtn:focus-visible {
  outline: 1px solid white;
  outline-offset: 2px;
}

/* Media Query for screens over 2000px */
@media (min-width: 2000px) {
  .contactSecCon {
    margin: 0 auto;
    width: 75%;
  }
}

@media (max-width: 1280px) {
  .contactSecCon h2 {
    font-size: 5rem;
  }

  .contact-listCon {
    margin: 2rem auto 0 auto;
    align-self: center;
  }

  .item-boxed {
    font-size: 1.1rem;
    padding: 0.5em;
    margin: 0 0.625em 0.625em 0.625em;
    border: none;
  }
}

@media (max-width: 1024px) {
  .contactSecCon h2 {
    margin: 1rem 0 0.875rem 1rem;
  }
  .contact-listCon {
    align-self: flex-end;
    padding: 0 0.625rem 0.625rem 0.625rem;
    margin: 0 auto 4rem auto;
  }
}

@media (max-width: 800px) {
  #contactHome {
    grid-column: 1 / -1;
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)),
      url("../Images/bg/bg-30-mobile.png") no-repeat center center;
    background-size: cover;
    background-position: center;
    z-index: 0;
  }

  .contactSecCon {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 1.25rem;
  }

  .contactSecCon h2 {
    grid-column: 1 / -1;
    grid-row: 2 / 2;
    font-size: 3.5rem;
    letter-spacing: 0.15em;
    text-align: center;
    margin: 1.5rem 0 0 0;
    padding: 0;
    animation-name: slide-mobile;
    z-index: 10;
  }

  .watermarkCon {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
    margin: 0;
    padding: 0;
    order: 2;
  }

  .watermarkCon img {
     width: 34rem;
    height: auto;
    filter: brightness(60%);
  }

  .contact-listCon {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
    margin: 0.938rem auto 0 auto;
    align-self: center;
    order: 3;
    animation-name: slide-mobile;
  }

  .item-boxed {
    font-size: 1.125rem;
    letter-spacing: 0.1em;
    padding: 0.75em;
    margin: 0 0.625em 0.625em 0.625em;
    border: none;
  }

  .connectBtn {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
    justify-self: center;
    margin: 0 0 1em 0;
    order: 4;
  }

}

@media (max-width: 480px) {
  #contactHome a[href^="mailto:"] {
    padding-left: 0.313rem;
  }

  .connectBtn {
    grid-row: 3 / 4;
    margin: 1.5em 0 0 0;
    font-size: 1.8em;
    padding: 0.6em;
    width: 40%;
    justify-content: center;
  }

  .contactSecCon h2 {
    grid-row: 1 / 2;
    font-size: 2.2rem;
    margin: 1.5rem 0 0 0;
  }

  .contact-listCon {
    width: 95%;
  }

  .item-boxed {
    font-size: 0.75rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05rem;
  }

  .watermarkCon img {
    filter: brightness(80%);
    width: 15rem;
  }
}

/* MARK: FOOTER
/* ------------FOOTER-------------- */

#footerMainPage {
  display: grid;
  grid-column: 1 / -1;
  background-color: #000;
  background-image: url(../images/bg/dark-bg1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  overflow: hidden;
}
.footerMainPage a {
  text-decoration: none;
  transition: ease-in-out 300ms;
  color: whitesmoke;
  width: fit-content;
}

.footerMainPage a:hover {
  background-color: rgb(0, 0, 0, 0.13);
  border-bottom: 2px solid darkred;
}

.footerMainPage span {
  visibility: hidden;
}

#mainFooter {
  color: white;
  text-align: center;
  padding: 1.25rem;
  margin: 0.125rem 0 0.125rem 0;
  width: 100%;
  height: auto;
}

.footerCon {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 10% 10% 60% 10% 10%;
  grid-template-rows: auto;
  padding: 1.25rem 0 1.25rem;
}

.footerCon a {
  display: grid;
  margin: 0.625rem 1.25rem 0.625rem 1.25rem;
  width: fit-content;
  justify-items: center;
}

.officialWebFoot {
  grid-column: 1 / 6;
  grid-row: 1 / 2;
  width: 100%;
  height: auto;
  align-self: center;
  margin: 0 0 1.25rem 0;
  overflow: clip;
}

.officialWebFoot span {
  width: 100%;
  max-width: 100%;
  color: white;
  display: flex;
  visibility: visible;
  align-self: baseline;
  justify-content: center;
  overflow: clip;
}

.yearCopyright {
  grid-column: 1 / 2;
  grid-row: 1 / 4;
  display: flex;
  width: 100%;
  height: auto;
  margin: 0;
  flex-direction: column;
  justify-content: center;
}

span.copyright {
  width: fit-content;
  color: white;
  display: flex;
  visibility: visible;
  align-self: center;
  justify-content: flex-start;
  text-wrap: wrap;
  padding: 40px 50px 50px 30px;
  margin: 0;
  border-right: 2px solid rgba(153, 7, 7);
}

aside.footLinkCon {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
  display: flex;
  columns: 3;
  width: 100%;
  height: auto;
  justify-content: space-evenly;
  align-content: baseline;
  margin: 2.5rem 0 0 0;
}

.contactFooterCon {
  display: flex;
  flex-direction: column;
}

.contactFooterCon a {
  text-align: start;
  text-wrap-mode: nowrap;
}

.quickFooterCon {
  display: flex;
  flex-direction: column;
}

aside.footLinkCon div {
  display: flex;
  align-items: center;
  margin: 0 0 1.25rem 0;
  justify-content: center;
}

aside.socialMediaLinks {
  display: grid;
  grid-column: 2 / 3;
  grid-row: 1 / 4;
  align-items: center;
  padding: 0;
  margin: 0;
  width: fit-content;
  height: fit-content;
  place-self: center;
}

img.fbSocial-icon:hover a {
  color: rgba(153, 7, 7);
}

.socialMediaLinks a {
  margin: 6.25rem;

  place-self: center;
}

aside.socialMediaLinks a:hover {
  border: none;
}

.fbSocial-link:hover .fbSocial-icon {
  filter: brightness(0) saturate(100%) invert(13%) sepia(87%) saturate(5481%)
    hue-rotate(352deg) brightness(89%) contrast(106%);
  transition: filter 0.1s ease;
  scale: 1.1;
}

.fbSocial-link:focus-visible .fbSocial-icon {
  outline: 2px solid white;
}

.fbSocial-icon {
  transition: filter 0.1s ease;
}

.footLinkCon a:focus-visible {
  outline: 1px solid white;
  outline-offset: 2px;
  margin: 0.625rem;
}

.resourceFooterCon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.commandLogosCrest {
  grid-column: 3 / 4;
  grid-row: 3 / 4;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 1.25rem 0 0 0;
}

.commandLogosCrest img {
  aspect-ratio: 1 / 1;
}

.commandLogosCrest div {
  padding: 0 1.25rem 0 1.25rem;
  margin: 1.25rem 0 0 0;
  text-align: center;
  width: fit-content;
}

.commandLogosCrest div:focus-within img {
  outline: 1px solid white;
  outline-offset: 2px;
  margin: 0.625rem;
}

.commandLogosCrest div:hover img {
  scale: 1.2;
}

.commandLogosCrest span {
  height: 0;
  width: 0;
}

.execStatementFoot {
  grid-column: 1 / 6;
  grid-row: 4 / 5;
  width: 100%;
  height: auto;
  align-content: center;
  display: grid;
  margin: 0;
}

.execStatementFoot span {
  width: 100%;
  height: auto;
  color: white;
  display: flex;
  visibility: visible;
  align-self: center;
  justify-content: center;
  border-top: 2px solid silver;
  margin: 0;
  padding: 1.25rem 0 0 0;
}

.footerGhost img {
  width: 25rem;
  height: auto;
  filter: opacity(60%);
}

.footerGhost {
  grid-column: 4 / 6;
  grid-row: 1 / 4;
  align-self: flex-end;
}

.footerGhost img,
.commandLogosCrest img {
  display: block;
}

#backToTopPgBtn {
  position: fixed;
  bottom: 0.5rem;
  right: 0;
  display: block;
  font-family: "TikTokVar";
  font-size: 1.125rem;
  background: darkgray;
  border-radius: 0.5em 0 0 0.5rem;
  border-bottom: 2px solid #646464;
  border-left: 2px solid #646464;
  box-shadow: 0 4px 8px rgb(0 0 0 / 40%);
  padding: 0.5rem 1.5rem 0.5rem 1.25rem;
  transition: ease-in-out 350ms;
  z-index: 5000;
  text-decoration: none;
  color: #000;
  outline-color: #6b1f08;
}

#backToTopPgBtn:focus-visible {
  outline: 4px solid white;
  outline-offset: 4px;
}

@media (max-width: 1440px) {
  .footerGhost {
    grid-column: 3 / 6;
    grid-row: 1 / 4;
    align-self: flex-end;
    justify-self: end;
  }

  .execStatementFoot {
    grid-column: 1 / 6;
  }

  .execStatementFoot span {
    position: unset;
  }
}

@media (max-width: 1280px) {
  .footerGhost img {
    width: 20rem;
  }

  .footerGhost {
    justify-self: center;
  }

  .commandLogosCrest {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 1.25rem 0 0 0;
  }

  .commandLogosCrest div {
    padding: 0;
    margin: 0;
  }

  .execStatementFoot {
    grid-column: 1 / -1;
  }

  .officialWebFoot {
    grid-column: 1 / -1;
    grid-row: 1 / 2;
  }

  .execStatementFoot {
    grid-column: 1 / -1;
    grid-row: auto;
    position: relative;
    margin-top: 0.625rem;
  }

  .execStatementFoot span {
    position: relative;
    padding: 0.313rem;
    font-size: 0.8rem;
  }

  aside.socialMediaLinks {
    margin: 0 0 0 2em;
  }

  aside.footLinkCon {
    justify-content: space-around;
    grid-column: 3 / 5;
    margin: 2.8rem 0 1.125rem 0;
  }
}

@media (max-width: 800px) {
  #footerMainPage {
    max-width: 100%;
    background-image: url(../images/bg/dark-bg1-mobile.png);
    padding: 0 0 1.125rem 0;
  }

  #mainFooter {
    margin: 0;
    padding: 1.125rem;
  }

#footer-Con {
  height: auto;
}

  .footerCon {
    row-gap: 0;
    margin: 0 0.5rem 0.5rem 0.25rem;
    padding: 1rem 0.5rem 1rem 0.5rem;
  }

  .footerCon a {
    margin: .8rem .25rem 0.25rem .25rem;
  }

  .footLinkCon a {
    font-size: 0.7rem;
  }

  .yearCopyright {
    grid-row: 2 / 3;
    margin-top: 0.5em;
  }

  aside.socialMediaLinks {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    margin-left: 1rem;
    place-self: start;
  }

  .socialMediaLinks a {
    margin: 0;
  }

  aside.footLinkCon {
    grid-column: 2 / 6;
    grid-row: 2 / 3;
    margin: 1.25rem 0 0.625rem 0;
  }

  
  .commandLogosCrest div {
    height: fit-content;
    grid-row: 2 / 4; 
    padding-bottom: 4rem;
  }

  span.copyright {
    padding: 0.625rem;
    justify-content: center;
    text-align: center;
  }

  .footerGhost {
    display: none;
  }

  .footerGhost img {
    width: 15.625rem;
  }

  .execStatementFoot {
    grid-column: 1 / -1;
    grid-row: auto;
    position: relative;
    margin-top: 0.625rem;
  }

  .officialWebFoot {
    grid-column: 1 / 6;
    grid-row: 1 / 2;
    margin: 0;
   
  }

  #backToTopPgBtn {
    display: none;
  }


}

@media (max-width: 480px) {
  #footerMainPage {
    padding: 0.25rem 0 0.125rem 0;
  }

  #mainFooter {
    padding: 0.25rem;
    margin: 0.125rem 0 0.125rem 0;
  }

  .footerCon a {
    margin: 0.1rem 0.25rem 0.225rem 0.25rem;
    font-size: 0.5rem;
  }

  .footerCon {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 25% 25% 25% 25%;
    padding: 0.85rem 0 0 0;
    row-gap: 0.15rem;
    margin: 0;
  }

  .commandLogosCrest div {
    padding: 0 0.25rem 0 0.25rem;
    margin: 0.25rem 0 0 0;
  }

  .commandLogosCrest {
    grid-column: 1 / 5;
    grid-row: 3 / 5;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0.25rem 0 0 0;
  }

  .commandLogosCrest img {
    margin: 0.25rem 0 0 0;
    scale: 0.6;
  }

  .footerMainPage span {
    height: fit-content;
    width: fit-content;
    font-size: 0rem;
  }

  aside.footLinkCon {
    grid-column: 2 / 5;
    grid-row: 1 / 4;
    margin: 0.65rem 0 0.15rem 0;
  }

  aside.footLinkCon div {
    margin: 0 0 0.25rem 0;
  }

  aside.socialMediaLinks {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    scale: 0.5;
    padding-top: 1.5rem;
  }

  .yearCopyright {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    justify-content: flex-start;
  }

  span.copyright {
    padding: 0 0.625rem 1.525rem 0.625rem;
    font-size: 0.5rem;
  }

  .footerGhost {
    grid-column: 1 / 5;
    grid-row: 1 / 5;
  }
}

/* MARK: SHRINK 
/*    ------------SHRINK------------ */
.site-header.shrink .banner-span {
  font-size: 1.5rem;
  width: fit-content;
}

.site-header.shrink .sub-crest {
  display: none;
}

.site-header.shrink .od-crest {
  height: auto;
  left: 0;
}

.site-header.shrink .od-crest img {
  width: 4.75rem;
  height: auto;
  left: 0;
}

.site-header.shrink .navbar {
  height: fit-content;
  display: none;
  visibility: hidden;
  width: fit-content;
}

.site-header.shrink .banner-con {
  padding: 0.625rem 0 0.313rem 0.625rem;
  align-items: center;
  text-align: start;
  border-bottom: none;
  background: transparent;
  width: fit-content;
}

.site-header.shrink .site-header {
  width: fit-content;
}

.site-header.shrink #banner-logo {
  width: fit-content;
}

.site-header.shrink .messageCon {
  visibility: hidden;
}

.site-header.shrink .intro-con {
  visibility: hidden;
  position: unset;
}

.site-header.shrink .navbar {
  height: fit-content;
  visibility: hidden;
  width: fit-content;
}
.navbar.shrink {
  display: none;
}

.site-header.shrink .messageCon {
  display: none;
}

.home-hero.shrink .intro-con {
  display: none;
}

@media (max-width: 1366px) {
  .site-header.shrink .od-crest img {
    width: 4rem;
  }
}

@media (max-width: 1024px) {
  .site-header.shrink .od-crest img {
    width: 3.5rem;
  }

  .site-header.shrink .banner-span {
    font-size: 1.5rem;
  }
}

@media (max-width: 800px) {
  .site-header.shrink .banner-con {
    padding: 0.313rem 0 0.313rem 0;
    background: transparent;
    width: fit-content;
  }
}

/* MARK: FADE IN
/*    ------------FADE IN----------- */

.fade-in {
  opacity: 0;
  transform: translateY(1.25rem);
  transition:
    opacity 4s ease-out,
    transform 0.5s ease-out;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/*
 * 1. Initial State
 * Sets the starting appearance for all fade-in elements.
*/
.fade-in-slower,
.fade-in-slow,
.fade-in-med,
.fade-in-fast,
.fade-button {
  opacity: 0;
  transform: translateY(1.25rem);
}

/*
 * 2. Transition Speeds
 * Defines how long the transition will take for each class.
*/
.fade-in-slower {
  transition:
    opacity 6s ease-out,
    transform 6s ease-out; /* Longer */
}
.fade-in-slow {
  transition:
    opacity 4s ease-out,
    transform 4s ease-out; /* Long */
}

.fade-in-med {
  transition:
    opacity 2s ease-out,
    transform 2s ease-out; /* Medium */
}

.fade-in-fast {
  transition:
    opacity 0.4s ease-out,
    transform 0.4s ease-out; /* Short */
}

.fade-button {
  transition:
    opacity 5s ease-out,
    transform 5s ease-out;
}

/*
 * 3. Final State
 */
.fade-in-slower.is-visible,
.fade-in-slow.is-visible,
.fade-in-med.is-visible,
.fade-in-fast.is-visible,
.fade-button.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-button.is-visible #backToTopPgBtn {
  display: none;
}

/* MARK: MODALS
/*    ------------MODALS----------- */

body.modalNew-open header {
  display: none;
}

body.modalNew-open nav {
  display: none;
}

.modalNew-open body.navbar {
  display: none;
}

.modalNew-open nav.navbar {
  display: none;
}

.modalNew-open body.site-header {
  display: none;
}

.modalNew-open .thumbnail-gallery {
  display: none;
}

.modalNew-open .resource-title {
  display: none;
}

/* MARK: PARTICLES
/*    ------------PARTICLES----------- */

/* --- The Sparkle Animation Keyframes --- */
@keyframes sparkle {
  0% {
    /* Start at the center, fully visible */
    transform: scale(1) translate(0, 0);
    opacity: 1;
  }
  100% {
    /* End far away, scaled down, and invisible */
    transform: scale(0) translate(var(--x-end), var(--y-end));
    opacity: 0;
  }
}

/* --- Give Each Particle a Unique Animation --- */

.particle:nth-child(1) {
  --x-end: 180px;
  --y-end: -30px;
  animation-delay: 0.1s;
}
.particle:nth-child(2) {
  --x-end: 130px;
  --y-end: 140px;
  animation-delay: 0.2s;
}
.particle:nth-child(3) {
  --x-end: -140px;
  --y-end: -100px;
  animation-delay: 0.3s;
}
.particle:nth-child(4) {
  --x-end: -110px;
  --y-end: 150px;
  animation-delay: 0.4s;
}
.particle:nth-child(5) {
  --x-end: 190px;
  --y-end: 0px;
  animation-delay: 0.15s;
}
.particle:nth-child(6) {
  --x-end: -170px;
  --y-end: 0px;
  animation-delay: 0.25s;
}
.particle:nth-child(7) {
  --x-end: 0px;
  --y-end: 170px;
  animation-delay: 0.35s;
}
.particle:nth-child(8) {
  --x-end: 0px;
  --y-end: -190px;
  animation-delay: 0.45s;
}
.particle:nth-child(9) {
  --x-end: 175px;
  --y-end: 175px;
  animation-delay: 0.1s;
}
.particle:nth-child(10) {
  --x-end: -135px;
  --y-end: -145px;
  animation-delay: 0.2s;
}
.particle:nth-child(11) {
  --x-end: 175px;
  --y-end: -155px;
  animation-delay: 0.3s;
}
.particle:nth-child(12) {
  --x-end: -175px;
  --y-end: 175px;
  animation-delay: 0.4s;
}
.particle:nth-child(13) {
  --x-end: -160px;
  --y-end: 30px;
  animation-delay: 0.25s;
}
.particle:nth-child(14) {
  --x-end: 250px;
  --y-end: -150px;
  animation-delay: 0.35s;
}
.particle:nth-child(15) {
  --x-end: 150px;
  --y-end: 150px;
  animation-delay: 0.05s;
}

.particle:nth-child(16) {
  --x-end: 80px;
  --y-end: -30px;
  animation-delay: 0.5s;
}
.particle:nth-child(17) {
  --x-end: 50px;
  --y-end: 60px;
  animation-delay: 0.6s;
}
.particle:nth-child(18) {
  --x-end: -70px;
  --y-end: -20px;
  animation-delay: 0.7s;
}
.particle:nth-child(19) {
  --x-end: -30px;
  --y-end: 80px;
  animation-delay: 0.8s;
}
.particle:nth-child(20) {
  --x-end: 90px;
  --y-end: 0px;
  animation-delay: 0.1s;
}
.particle:nth-child(21) {
  --x-end: -90px;
  --y-end: 0px;
  animation-delay: 0.2s;
}
.particle:nth-child(22) {
  --x-end: 0px;
  --y-end: 90px;
  animation-delay: 0.3s;
}
.particle:nth-child(23) {
  --x-end: 0px;
  --y-end: -90px;
  animation-delay: 0.4s;
}
.particle:nth-child(24) {
  --x-end: 75px;
  --y-end: 75px;
  animation-delay: 0.2s;
}
.particle:nth-child(25) {
  --x-end: -75px;
  --y-end: -75px;
  animation-delay: 0.3s;
}
.particle:nth-child(26) {
  --x-end: 75px;
  --y-end: -75px;
  animation-delay: 0.4s;
}
.particle:nth-child(27) {
  --x-end: -75px;
  --y-end: 75px;
  animation-delay: 0.5s;
}
.particle:nth-child(28) {
  --x-end: -100px;
  --y-end: 30px;
  animation-delay: 0.2s;
}
.particle:nth-child(29) {
  --x-end: 30px;
  --y-end: -100px;
  animation-delay: 0.3s;
}
.particle:nth-child(30) {
  --x-end: 100px;
  --y-end: 100px;
  animation-delay: 0.07s;
}

.particle-red:nth-child(31) {
  --x-end: 0px;
  --y-end: -10px;
  animation-delay: 0.4s;
}
.particle-red:nth-child(32) {
  --x-end: 10px;
  --y-end: -240px;
  animation-delay: 0.7s;
}
.particle-red:nth-child(33) {
  --x-end: -0px;
  --y-end: -100px;
  animation-delay: 0.9s;
}
.particle-red:nth-child(34) {
  --x-end: -10px;
  --y-end: -350px;
  animation-delay: 0.6s;
}
.particle-red:nth-child(35) {
  --x-end: 19px;
  --y-end: -400px;
  animation-delay: 0.1s;
}
.particle-red:nth-child(36) {
  --x-end: -17px;
  --y-end: -100px;
  animation-delay: 0.25s;
}
.particle-red:nth-child(37) {
  --x-end: 0px;
  --y-end: -270px;
  animation-delay: 0.35s;
}
.particle-red:nth-child(38) {
  --x-end: 0px;
  --y-end: -190px;
  animation-delay: 0.45s;
}
.particle-red:nth-child(39) {
  --x-end: 5px;
  --y-end: -175px;
  animation-delay: 0.3s;
}
.particle-red:nth-child(40) {
  --x-end: -3px;
  --y-end: -145px;
  animation-delay: 0.5s;
}
.particle-red:nth-child(41) {
  --x-end: 5px;
  --y-end: -155px;
  animation-delay: 0.3s;
}
.particle-red:nth-child(42) {
  --x-end: -7px;
  --y-end: -175px;
  animation-delay: 0.4s;
}
.particle-red:nth-child(43) {
  --x-end: -6px;
  --y-end: -300px;
  animation-delay: 0.25s;
}
.particle-red:nth-child(44) {
  --x-end: 2px;
  --y-end: -150px;
  animation-delay: 0.35s;
}
.particle-red:nth-child(45) {
  --x-end: 15px;
  --y-end: -180px;
  animation-delay: 0.05s;
}

.particle-red:nth-child(46) {
  --x-end: 55px;
  --y-end: -35px;
  animation-delay: 0.1s;
}
.particle-red:nth-child(47) {
  --x-end: 15px;
  --y-end: 125px;
  animation-delay: 0.2s;
}
.particle-red:nth-child(48) {
  --x-end: -25px;
  --y-end: -100px;
  animation-delay: 0.3s;
}
.particle-red:nth-child(49) {
  --x-end: -15px;
  --y-end: 125px;
  animation-delay: 0.4s;
}
.particle-red:nth-child(50) {
  --x-end: 75px;
  --y-end: 0px;
  animation-delay: 0.15s;
}
.particle-red:nth-child(51) {
  --x-end: -55px;
  --y-end: 0px;
  animation-delay: 0.25s;
}
.particle-red:nth-child(52) {
  --x-end: 0px;
  --y-end: 155px;
  animation-delay: 0.35s;
}
.particle-red:nth-child(53) {
  --x-end: 0px;
  --y-end: -175px;
  animation-delay: 0.45s;
}
.particle-red:nth-child(54) {
  --x-end: 60px;
  --y-end: 160px;
  animation-delay: 0.1s;
}
.particle-red:nth-child(55) {
  --x-end: -20px;
  --y-end: -130px;
  animation-delay: 0.2s;
}
.particle-red:nth-child(56) {
  --x-end: 60px;
  --y-end: -140px;
  animation-delay: 0.3s;
}
.particle-red:nth-child(57) {
  --x-end: -60px;
  --y-end: 160px;
  animation-delay: 0.4s;
}
.particle-red:nth-child(58) {
  --x-end: -45px;
  --y-end: 15px;
  animation-delay: 0.25s;
}
.particle-red:nth-child(59) {
  --x-end: 35px;
  --y-end: -135px;
  animation-delay: 0.35s;
}
.particle-red:nth-child(60) {
  --x-end: 35px;
  --y-end: 125px;
  animation-delay: 0.05s;
}

.particle2:nth-child(61) {
  --x-end: 0px;
  --y-end: -50px;
  animation-delay: 0.3s;
}
.particle2:nth-child(62) {
  --x-end: 10px;
  --y-end: 60px;
  animation-delay: 0.1s;
}
.particle2:nth-child(63) {
  --x-end: -10px;
  --y-end: -20px;
  animation-delay: 0.8s;
}
.particle2:nth-child(64) {
  --x-end: -30px;
  --y-end: -70px;
  animation-delay: 0.4s;
}
.particle2:nth-child(65) {
  --x-end: 20px;
  --y-end: 200px;
  animation-delay: 0.2s;
}
.particle2:nth-child(66) {
  --x-end: -9px;
  --y-end: -12px;
  animation-delay: 0.6s;
}
.particle2:nth-child(67) {
  --x-end: 10px;
  --y-end: 90px;
  animation-delay: 0.25s;
}
.particle2:nth-child(68) {
  --x-end: 0px;
  --y-end: -70px;
  animation-delay: 0.1s;
}
.particle2:nth-child(69) {
  --x-end: 15px;
  --y-end: -55px;
  animation-delay: 0.9s;
}
.particle2:nth-child(70) {
  --x-end: -25px;
  --y-end: -265px;
  animation-delay: 0.5s;
}
.particle2:nth-child(71) {
  --x-end: 16px;
  --y-end: 175px;
  animation-delay: 0.11s;
}
.particle2:nth-child(72) {
  --x-end: -5px;
  --y-end: -35px;
  animation-delay: 0.32s;
}
.particle2:nth-child(73) {
  --x-end: -17px;
  --y-end: 5px;
  animation-delay: 0.1s;
}
.particle2:nth-child(74) {
  --x-end: 10px;
  --y-end: -120px;
  animation-delay: 0.14s;
}
.particle2:nth-child(75) {
  --x-end: 11px;
  --y-end: -225px;
  animation-delay: 0.3s;
}

.particle:nth-child(76) {
  --x-end: 80px;
  --y-end: -30px;
  animation-delay: 0.1s;
}
.particle:nth-child(77) {
  --x-end: 30px;
  --y-end: 40px;
  animation-delay: 0.2s;
}
.particle:nth-child(78) {
  --x-end: -40px;
  --y-end: -100px;
  animation-delay: 0.3s;
}
.particle:nth-child(79) {
  --x-end: -10px;
  --y-end: 50px;
  animation-delay: 0.4s;
}
.particle:nth-child(80) {
  --x-end: 90px;
  --y-end: 0px;
  animation-delay: 0.15s;
}
.particle:nth-child(81) {
  --x-end: -70px;
  --y-end: 0px;
  animation-delay: 0.25s;
}
.particle:nth-child(82) {
  --x-end: 0px;
  --y-end: 70px;
  animation-delay: 0.35s;
}
.particle:nth-child(83) {
  --x-end: 0px;
  --y-end: -90px;
  animation-delay: 0.45s;
}
.particle:nth-child(84) {
  --x-end: 75px;
  --y-end: 75px;
  animation-delay: 0.5s;
}
.particle:nth-child(85) {
  --x-end: -35px;
  --y-end: -45px;
  animation-delay: 0.6s;
}
.particle:nth-child(86) {
  --x-end: 75px;
  --y-end: -55px;
  animation-delay: 0.7s;
}
.particle:nth-child(87) {
  --x-end: -75px;
  --y-end: 75px;
  animation-delay: 0.8s;
}
.particle:nth-child(88) {
  --x-end: -60px;
  --y-end: 30px;
  animation-delay: 0.1s;
}
.particle:nth-child(89) {
  --x-end: 50px;
  --y-end: -50px;
  animation-delay: 0.2s;
}
.particle:nth-child(90) {
  --x-end: 50px;
  --y-end: 50px;
  animation-delay: 0.3s;
}

.particle:nth-child(91) {
  --x-end: 80px;
  --y-end: -30px;
  animation-delay: 0.1s;
}
.particle:nth-child(92) {
  --x-end: 30px;
  --y-end: 40px;
  animation-delay: 0.2s;
}
.particle:nth-child(93) {
  --x-end: -40px;
  --y-end: -100px;
  animation-delay: 0.3s;
}
.particle:nth-child(94) {
  --x-end: -10px;
  --y-end: 50px;
  animation-delay: 0.4s;
}
.particle:nth-child(95) {
  --x-end: 90px;
  --y-end: 0px;
  animation-delay: 0.15s;
}
.particle:nth-child(96) {
  --x-end: -70px;
  --y-end: 0px;
  animation-delay: 0.25s;
}
.particle:nth-child(97) {
  --x-end: 0px;
  --y-end: 70px;
  animation-delay: 0.35s;
}
.particle:nth-child(98) {
  --x-end: 0px;
  --y-end: -90px;
  animation-delay: 0.45s;
}
.particle:nth-child(99) {
  --x-end: 75px;
  --y-end: 75px;
  animation-delay: 0.5s;
}
.particle:nth-child(100) {
  --x-end: -35px;
  --y-end: -45px;
  animation-delay: 0.6s;
}
.particle:nth-child(101) {
  --x-end: 75px;
  --y-end: -55px;
  animation-delay: 0.7s;
}
.particle:nth-child(102) {
  --x-end: -75px;
  --y-end: 75px;
  animation-delay: 0.8s;
}
.particle:nth-child(103) {
  --x-end: -60px;
  --y-end: 30px;
  animation-delay: 0.1s;
}
.particle:nth-child(104) {
  --x-end: 50px;
  --y-end: -50px;
  animation-delay: 0.2s;
}
.particle:nth-child(105) {
  --x-end: 50px;
  --y-end: 50px;
  animation-delay: 0.3s;
}

/* =========================================================
   ACCESSIBILITY: REDUCED MOTION PREFERENCES
   Hides particle animations for users with vestibular disorders
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .sparkler-container,
  .bombCon .particle,
  .bombCon .particle-fast,
  .bombCon .particle-red,
  .bombCon .particle-red-fast,
  .bombCon .particle2 {
    display: none !important;
    animation: none !important;
  }
}
