:root {
                }







 .tw-navbar.navbar-dark a.navbar-brand h1,
 .tw-navbar.navbar-light a.navbar-brand h1 {
  height:25px;
  width:200px;
 }

@media (max-width:767.98px) {
 .tw-navbar.navbar-dark a.navbar-brand h1,
 .tw-navbar.navbar-light a.navbar-brand h1 {
  height:20px;
  width:172px;
 }
}

#hero-image {
  background-image: url("https://directus.trainsplit.com/assets/323489ee-7672-4419-9151-8938fe237bf8") !important;
  background-position: 50% 80%;
}


#journey-planner-container {
  margin-top: 0;
}

@media (min-width: 767.98px) {
#saving {
    height: 109px;
    font-size: 2rem;
    margin-bottom: 166px;
    margin-left: -1rem !important;
    margin-right: -1rem !important;
    max-width: calc(100% + 2rem) !important;
  }
}

#saving {
    background: #3332;
    backdrop-filter: blur(6px);
}

#journey-planner-container.missing-supplementary-notice~section {
 padding-top: 48px;
}

#headline {
  margin-top: 2rem;
}


