.navigation-wrapper {
  display: contents;
}
 
.navigation-container1 {
  display: contents;
}
 
.navigation-navigation-logo-slogan {
  text-align: center;
}
 
.navigation-navigation-toggle-icon1 {
  top: 50%;
  left: 50%;
  color: var(--color-on-surface);
  width: 24px;
  height: 24px;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: opacity var(--animation-duration-fast)
      var(--animation-curve-primary);
}
 
.navigation-navigation-toggle-icon2 {
  top: 50%;
  left: 50%;
  color: var(--color-on-surface);
  width: 24px;
  height: 24px;
  opacity: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: opacity var(--animation-duration-fast)
      var(--animation-curve-primary);
}
 
.navigation-container2 {
  display: none;
}
 
.navigation-container3 {
  display: contents;
}
 
.navigation-container4 {
  display: none;
}
 
.navigation-container5 {
  display: contents;
}

.footer-wrapper {
  display: contents;
}
 
.footer-container1 {
  display: contents;
}
 
.footer-footer-heart-icon {
  color: var(--color-on-surface-secondary);
  width: 1rem;
  height: 1rem;
  animation: footer-heartbeat 2s ease-in-out infinite;
  flex-shrink: 0;
}
 
.footer-container2 {
  display: none;
}
 
.footer-container3 {
  display: contents;
}

.home-container1 {
  width: 100%;
  display: block;
  min-height: 100vh;
}
 
.home-container2 {
  display: none;
}
 
.home-container3 {
  display: contents;
}
 
.home-herobrand {
  width: 442px;
  height: 297px;
}
 
.home-herotitle {
  width: 434px;
  font-weight: 600;
}
 
.home-heronav-grid {
  width: 415px;
  height: 242px;
}
 
.home-submit-policysuccess {
  display: none;
}
 
.home-voting-stats-section {
  position: relative;
}
 
.home-panel-column1 {
  width: 260px;
  height: 1003px;
  display: block;
  padding-top: var(--spacing-xl);
  margin-right: 0px;
  padding-left: var(--spacing-xl);
  padding-right: var(--spacing-xl);
  padding-bottom: var(--spacing-xl);
}
 
.home-panel-column2 {
  top: 68px;
  left: 391px;
  width: 282px;
  height: 994px;
  position: absolute;
  padding-top: var(--spacing-xl);
  padding-left: var(--spacing-xl);
  padding-right: var(--spacing-xl);
  padding-bottom: var(--spacing-xl);
}
 
.home-panel-column3 {
  top: 71px;
  right: 1px;
  width: 268px;
  height: 981px;
  position: absolute;
  padding-top: var(--spacing-xl);
  padding-left: var(--spacing-xl);
  padding-right: var(--spacing-xl);
  padding-bottom: var(--spacing-xl);
}
 
.home-container4 {
  flex: 0 0 auto;
  width: 198px;
  height: auto;
  display: flex;
  flex-direction: column;
}
 
.home-cta-block {
  width: 198px;
  height: 257px;
}
 
.home-container5 {
  display: none;
}
 
.home-container6 {
  display: contents;
}
 
.home-container7 {
  display: none;
}
 
.home-container8 {
  display: contents;
}
 
.home-container9 {
  right: 50px;
  border: 1px solid #ffffff5c;
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(31, 31, 31, 0.4);
  min-height: auto;
  align-items: center;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(41, 41, 41, 0.41);
}
 
.home-icon97 {
  width: 24px;
  margin-right: 4px;
}
 
.home-text37 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
