body {
  background: #050F25 !important;
  padding: 0 !important;
  color: white !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: white !important;
}
.footer-wrapper {
  padding-inline: 20px;
}
.rebranding-title {
  color: #B7C3EB !important;
}
.branding-description {
  font-weight: 300;
  font-size: 2rem;
}
.mission-title {
  font-weight: 300;
  font-size: 2.5rem;
  color: #B7C3EB !important;
}
.branding-subtitle {
  font-weight: 300;
  font-size: 2.5rem;
}
.branding-paragraph {
  color: #10100F;
}
.motto-container {
  background-color: #3A4A9F;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  border-radius: 1rem;
  font-family: Arial, sans-serif;
}
.motto-title {
  font-weight: bold;
  font-size: 2.5rem;
  padding-right: 1.5rem;
  color: #D1E2F4 !important;
}
.motto-text {
  margin: 0 !important;
  padding-left: 40px;
  font-size: 2rem !important;
  letter-spacing: 0.05em;
  font-weight: 400;
  word-wrap: break-word;
  border-left: 0.8px solid gray;
  color: #F3F0DE !important;
}
.logo-identity-title {
  font-weight: 300;
  font-size: 2.5rem;
}
.inspiration-title {
  font-weight: 300;
  font-size: 2.5rem;
}
.inspiration-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 40px auto;
  padding-left: 0;
  list-style: none;
  counter-reset: list-counter;
  color: #D1E2F4;
}
.list-title {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1.5rem !important;
  color: #D1E2F4;
}
.list-description {
  margin: 10px 0 0;
  font-family: "Reckless TRIAL", sans-serif;
  font-size: 1.3rem !important;
  color: #D1E2F4 !important;
}
.line-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.line-left:before {
  content: "";
  width: 1.5rem;
  display: block;
  height: 1px;
  border-top: 1px solid #A0C7EC;
}
.has-dot{
  display: flex;
  align-items: center;
  gap: 1rem;
}
.has-dot:before {
  content: "";
  width: 5px;
  display: block;
  height: 5px;
  border-radius: 50%;
  background-color: #A0C7EC;
  aspect-ratio: 1;
  line-height: 0;
}
.logo .poetic-potato-logo path{ 
  fill: white !important;
 }
.video-card-header{
  background: #D1E2F4;
  padding: 3.5rem ;
  text-align: center;
  font-size: 2.5rem;
  color: #050F25;
  font-weight: 600;
}