:root {
  --burnt-orange: #c50;
  --white: white;
  --primary-green: #1b4d3e;
  --navy: #0b1d3a;
  --charcoal: #333;
  --accent-blue: #3fa9f5;
  --light-grey: #e6e8eb;
  --inter: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.div-block {
  background-color: var(--burnt-orange);
}

.body {
  background-color: var(--white);
  font-family: Inter, sans-serif;
}

.body.section-hero {
  background-color: var(--primary-green);
}

.container {
  color: #1e1e1e;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.heading {
  font-family: IBM Plex Serif, sans-serif;
  font-size: 48px;
  line-height: 1.2em;
}

.heading-2 {
  color: var(--primary-green);
  font-family: IBM Plex Serif, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3em;
}

.heading-3 {
  color: var(--navy);
  font-family: IBM Plex Serif, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3em;
}

.paragraph {
  color: var(--charcoal);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.link {
  color: var(--accent-blue);
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.button-primary {
  border: 2px solid var(--light-grey);
  background-color: var(--primary-green);
  color: var(--white);
  -webkit-text-fill-color: inherit;
  cursor: auto;
  background-clip: border-box;
  border-radius: 10px;
  font-family: Inter, sans-serif;
  display: block;
}

.button-primary:hover {
  background-color: var(--accent-blue);
}

.button-secondary {
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 10px;
  font-family: Inter, sans-serif;
}

.button-accent {
  border: 3px solid var(--white);
  background-color: var(--accent-blue);
  color: var(--white);
  border-radius: 10px;
}

.button-accent:hover {
  background-color: var(--white);
  color: var(--navy);
  -webkit-text-stroke-color: var(--accent-blue);
  font-weight: 500;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-hero {
  background-color: var(--light-grey);
}

.container-hero {
  max-width: 926px;
}

.heading-5 {
  color: var(--white);
  text-align: center;
  padding-top: 20px;
  font-family: IBM Plex Serif, sans-serif;
  font-weight: 400;
  line-height: 1.2em;
}

.heading-5.home-hero-headling {
  color: var(--charcoal);
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: IBM Plex Serif, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.heading-5.heading-11 {
  color: var(--navy);
  margin-bottom: 20px;
}

.paragraph-2 {
  color: var(--white);
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
}

.paragraph-2.about-hero-paragraph {
  color: var(--charcoal);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.navbar {
  background-color: var(--white);
}

.container-default {
  max-width: 1200px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.heading-6 {
  color: var(--charcoal);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: IBM Plex Serif, sans-serif;
  font-weight: 600;
}

.bold-text {
  color: var(--burnt-orange);
}

.intro-text {
  text-align: center;
  max-width: none;
  margin: 0 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.home-nodes {
  background-color: var(--light-grey);
}

.section-nodes {
  background-color: var(--light-grey);
  padding-top: 0;
  padding-bottom: 40px;
}

.container-nodes {
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
}

.heading-7 {
  text-align: left;
  margin: 20px 20px 0;
  padding: 0;
  font-family: IBM Plex Serif, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.nodes-grid-container {
  padding-left: 24px;
  padding-right: 24px;
}

.transparency-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: 0;
  padding-right: 0;
  display: grid;
}

.transparency-grid.advantage-grid {
  grid-template-rows: auto auto auto auto;
}

.nodes-card {
  z-index: 2;
  border: 2px solid var(--light-grey);
  background-color: var(--white);
  border-radius: 16px;
  padding: 0 10px 5px;
  position: relative;
  box-shadow: 0 2px 8px #0009;
}

.node-body {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.heading-8 {
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-family: IBM Plex Serif, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.parent-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  place-items: start;
}

.bold-text-2, .bold-text-3 {
  font-weight: 500;
}

.section {
  background-color: var(--white);
}

.heading-9 {
  font-family: IBM Plex Serif, sans-serif;
}

.image {
  border-radius: 16px;
  max-width: none;
  padding-left: 0;
}

/* Image section - centered */
.image-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

.div-block-3 {
  display: flex;
  justify-content: center;
  width: 100%;
}

.div-block-4 {
  display: flex;
  justify-content: center;
}

.image-2 {
  transform: scale(1.3);
}

.section-2 {
  background-color: var(--light-grey);
  padding: 60px 20px;
}

.div-block-2 {
  background: linear-gradient(135deg, var(--primary-green) 0%, var(--navy) 100%);
  margin: 0 auto;
  padding: 40px 30px;
  border-radius: 16px;
  max-width: 800px;
  box-shadow: 0 10px 40px rgba(27, 77, 62, 0.3);
}

.heading-10 {
  color: white;
  font-family: 'IBM Plex Serif', serif;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5rem;
}

/* Mailchimp Form Styling */
#mc_embed_signup {
  background: transparent !important;
  max-width: 500px;
  margin: 0 auto;
}

#mc_embed_signup form {
  padding: 0 !important;
}

#mc_embed_signup .indicates-required {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  text-align: right;
  margin-bottom: 1rem;
}

#mc_embed_signup .asterisk {
  color: var(--burnt-orange);
}

#mc_embed_signup .mc-field-group {
  margin-bottom: 1.5rem;
}

#mc_embed_signup .mc-field-group label {
  color: white;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  display: block;
  margin-bottom: 0.5rem;
}

#mc_embed_signup .mc-field-group input[type="email"],
#mc_embed_signup .mc-field-group input[type="text"] {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  transition: border-color 0.2s, background 0.2s;
}

#mc_embed_signup .mc-field-group input[type="email"]:focus,
#mc_embed_signup .mc-field-group input[type="text"]:focus {
  outline: none;
  border-color: var(--burnt-orange);
  background: rgba(255, 255, 255, 0.15);
}

#mc_embed_signup .mc-field-group input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* GDPR Section */
#mc_embed_signup .content__gdpr {
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Inter', sans-serif;
  margin-top: 1.5rem;
}

#mc_embed_signup .content__gdpr label {
  color: white;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

#mc_embed_signup .content__gdpr p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0.5rem 0;
}

#mc_embed_signup .gdprRequired label {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

#mc_embed_signup .gdprRequired input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--burnt-orange);
}

#mc_embed_signup .content__gdprLegal {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#mc_embed_signup .content__gdprLegal p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  line-height: 1.5;
}

#mc_embed_signup .content__gdprLegal a {
  color: var(--burnt-orange);
  text-decoration: underline;
}

/* Subscribe Button */
#mc_embed_signup .button {
  background: var(--burnt-orange);
  color: white;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 14px 32px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  width: 100%;
  margin-top: 1.5rem;
}

#mc_embed_signup .button:hover {
  background: #a34400;
  transform: translateY(-2px);
}

/* Response Messages */
#mc_embed_signup .response {
  color: white;
  font-family: 'Inter', sans-serif;
  padding: 1rem;
  border-radius: 8px;
  margin-top: 1rem;
  text-align: center;
}

#mc_embed_signup #mce-error-response {
  background: rgba(239, 68, 68, 0.2);
  border: 1px solid rgba(239, 68, 68, 0.5);
}

#mc_embed_signup #mce-success-response {
  background: rgba(16, 185, 129, 0.2);
  border: 1px solid rgba(16, 185, 129, 0.5);
}

/* Footer Styles */
.footer {
  background: linear-gradient(135deg, var(--navy) 0%, #0a2540 100%);
  color: var(--white);
  padding: 60px 20px 30px;
}

.footer-container {
  max-width: 1200px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-brand {
  flex: 1;
  min-width: 250px;
  max-width: 350px;
}

.footer-logo {
  height: 40px;
  margin-bottom: 16px;
}

.footer-tagline {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-heading {
  color: var(--white);
  font-family: 'IBM Plex Serif', serif;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 8px 0;
}

.footer-link {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-link:hover {
  color: var(--burnt-orange);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
  text-align: center;
}

.footer-bottom .text-block-3 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
}

@media screen and (max-width: 767px) {
  .footer-content {
    flex-direction: column;
  }
  
  .footer-brand {
    max-width: 100%;
  }
  
  .footer-links {
    gap: 30px;
  }
}

.section-3 {
  background-image: linear-gradient(90deg, var(--navy) 68%, #0a3a65);
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
}

.heading-11 {
  margin-top: 0;
  font-family: IBM Plex Serif, sans-serif;
  font-weight: 600;
}

.text-block {
  padding-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

.body-2 {
  line-height: 0;
}

.div-block-5 {
  flex-flow: column;
  display: flex;
}

.brand {
  color: var(--navy);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: block;
}

.container-4 {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin: 0;
  padding: 16px 24px;
  display: flex;
}

.nav-menu {
  font-family: var(--inter);
  color: var(--navy);
  justify-content: flex-end;
  margin-left: 32px;
  display: block;
}

.dropdown-toggle {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.icon {
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin: 0;
  display: block;
  position: static;
  top: -2px;
}

.dropdown {
  display: inline-block;
}

.text-block-2 {
  height: 1em;
}

.nav-link {
  display: none;
}

.dropdown-list, .dropdown-list-2 {
  background-color: #fff;
  border-radius: 15px;
}

.div-block-6 {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  min-height: 100px;
  display: flex;
}

.grid-header-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100px;
  display: flex;
}

.div-block-7 {
  flex-flow: column;
  display: flex;
}

.about-hero-paragraph {
  text-align: left;
  padding-bottom: 10px;
}

.about-us-hero-copy {
  max-width: 960px;
}

.team_dan {
  text-align: justify;
  padding-bottom: 10px;
}

.section-4 {
  background-color: var(--light-grey);
}

.team-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  place-items: start;
  max-width: 960px;
  padding-top: 10px;
}

.team-name {
  color: var(--navy);
  margin-bottom: 20px;
  font-family: IBM Plex Serif, sans-serif;
}

.team-title {
  margin-top: 0;
  padding-top: 10px;
}

.team-bio {
  margin-top: 10px;
}

.div-block-8 {
  width: 100%;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-9 {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-10 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .button-secondary {
    border-width: 3px;
    border-color: var(--light-grey);
    color: var(--navy);
  }

  .button-secondary:hover {
    background-color: var(--navy);
    color: var(--white);
  }

  .button-accent {
    border: 3px solid var(--light-grey);
    color: var(--white);
    border-radius: 10px;
    font-family: Inter, sans-serif;
  }

  .button-accent:hover {
    color: var(--white);
    background-color: #2f8ad0;
  }

  .form-block {
    background-color: var(--light-grey);
    border-radius: 10px;
    font-family: Inter, sans-serif;
  }

  .field-label {
    color: var(--charcoal);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }

  .text-field, .field-label-2, .text-field-2 {
    color: var(--charcoal);
    font-weight: 500;
  }

  .section-hero {
    background-color: var(--light-grey);
  }

  .heading-4 {
    font-family: IBM Plex Mono, sans-serif;
  }

  .heading-5.home-hero-headling {
    margin-top: 10px;
  }

  .paragraph-2.about-hero-paragraph {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-nodes {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nodes-grid-container {
    padding-left: 0;
    padding-right: 0;
  }

  .parent-grid {
    justify-items: center;
  }

  .image {
    max-width: 300px;
    margin-top: 60px;
    padding-top: 0;
    display: inline-block;
  }

  .column {
    justify-content: center;
    display: flex;
  }

  .about-hero-paragraph {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph-2.about-hero-paragraph {
    margin-bottom: 20px;
  }

  .parent-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }

  .paragraph-4 {
    text-align: center;
    margin-bottom: 0;
  }

  .column {
    display: none;
  }

  .div-block-9 {
    padding-right: 30px;
  }

  .footer-content {
    flex-direction: column;
  }
  
  .footer-brand {
    max-width: 100%;
  }
  
  .footer-links {
    gap: 30px;
  }
}

@media screen and (max-width: 479px) {
  .nodes-grid-container {
    display: none;
  }

  .parent-grid {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-4 {
    justify-content: center;
    display: flex;
  }

  .image-2 {
    max-width: 90%;
    margin-left: 10px;
    margin-right: 10px;
  }
}

#w-node-c61d17df-3a16-700c-2be7-90ba875a5e87-5b1c061e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


