html {
  font-size: 16px;
}
body {
  font-family: "Outfit";
  font-weight: 400;
  color: #323f4b;
  font-size: 1.1875rem;
  line-height: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-size: 1.75rem;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
  color: #323f4b;
}
h2 {
  color: #3b73b4;
}
h3 {
  color: #e21a6d;
  font-size: 1.5rem;
}
dl > div {
  border-top: 0.0625rem solid #d8dde0;
  padding-top: 1rem;
}
dl > div:last-child {
  border-bottom: 0.0625rem solid #d8dde0;
}
@media only screen and (max-width: 480px) {
  dl > div dd {
    margin-left: 0;
  }
}
@media only screen and (min-width: 480px) {
  dl > div {
    display: flex;
  }
}
dl > div p:first-child {
  margin-top: 0;
}
dl dt {
  font-weight: 600;
  flex: 0 0 16%;
}
a {
  color: #3b73b4;
}
ul:has(li > a:first-child) {
  display: flex;
  align-items: center;
  gap: 1rem;
  list-style: none;
  padding: 0;
}
ul:has(li > a:first-child) li {
  background: none;
  padding-left: 0;
}
ul {
  padding-left: 0;
  list-style: none;
}
ul li {
  padding-left: 2rem;
  background: url("https://red-star.euwest01.umbraco.io/media/a1vjusc2/kidney.svg") no-repeat left top;
  margin-bottom: 1rem;
}
ul:has(li > a:first-child) li.bullet,
p.bullet {
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 1.25rem;
}
ul:has(li > a:first-child) li.bullet a:before,
p.bullet a:before {
  content: ">";
  text-indent: 250%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-image: url("https://red-star.euwest01.umbraco.io/media/j4xd3qqk/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 10px;
  height: 10px;
  background-size: cover;
  filter: brightness(0) saturate(100%) invert(38%) sepia(92%) saturate(376%)
    hue-rotate(172deg) brightness(91%) contrast(93%);
  position: absolute;
  left: 0;
  top: 0.75rem;
}
.constrained {
  max-width: 1200px;
  margin: auto;
}

@media only screen and (max-width: 1264px) {
  .constrained {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.main > div:not(.hero) {
  padding: 3rem 0;
  border-bottom: 0.0625rem solid #d8dde0;
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1264px) {
  .main > div:not(.hero) {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 680px) {
  .main > div:not(.hero) {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .planning .main span > div:not(.hero) {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.main > div:not(.hero):last-child {
  border-bottom: none;
}
@media only screen and (min-width: 680px) {
  .fifty {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }
  .reverse {
    flex-direction: row-reverse;
  }
}
.login .main {
  max-width: 30rem;
  margin: 8rem auto;
}
@media only screen and (max-width: 30rem) {
  .login .main {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 680px) {
  .home.main > div.discover > div:first-child,
  .home.main > div.examples > div:first-child,
  .home.main > div.tools > div:first-child {
    width: 50%;
  }
}
@media only screen and (min-width: 900px) {
  .home.main > div.discover div:last-child {
    width: 30rem;
  }
  .home.main > div.discover div:last-child h3 {
    margin-top: 0;
  }
  .home.main > div.discover div:last-child img {
    float: right;
    margin-left: 1rem;
  }
}
.home.main > div.understand > ul {
  padding: 0;
  margin: 2rem 0;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
.home.main > div.understand > ul li {
  list-style: none;
  margin-bottom: 1rem;
  width: 100%;
}
.home.main > div.understand > ul li a {
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.24);
  border-radius: 0.1875rem;
  text-decoration: none;
  font-size: 1.375rem;
  line-height: 1.5rem;
  position: relative;
  display: block;
  padding: 1rem;
}
.home.main > div.understand > ul li a:before {
  content: "";
  background: #3b73b4;
  border-radius: 0 0.1875rem 0.1875rem 0;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  right: 0;
  top: 0;
}
.home.main > div.understand > ul li a:after {
  content: ">";
  text-indent: 250%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-image: url("https://red-star.euwest01.umbraco.io/media/j4xd3qqk/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  height: 22px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7463%)
    hue-rotate(25deg) brightness(101%) contrast(105%);
  color: #fff;
  position: absolute;
  right: 1.25rem;
  top: 1.1rem;
  text-align: center;
}
.home.main > div.understand > ul li a span {
  color: #999;
  font-size: 1.1875rem;
  float: right;
  margin-right: 3.5rem;
}
@media only screen and (min-width: 680px) {
  .home.main > div.understand {
    flex-wrap: wrap;
  }
  .home.main > div.understand > ul {
    margin: 0;
    width: calc(50% - 2rem);
  }
}
@media only screen and (min-width: 900px) {
  .home.main > div.understand > div,
  .home.main > div.understand > ul {
    width: calc(50% - 2rem);
  }
  .home.main > div.understand > ul {
    max-width: 20rem;
  }
}
.home.main > div.examples img {
  display: none;
}
@media only screen and (min-width: 680px) {
  .home.main > div.examples img {
    display: block;
    margin: 0 auto;
  }
}
.dialysis {
  display: block !important;
}
.examples.main > div {
  flex-direction: row;
}
.examples.main > div aside {
  background: none;
  padding: 0;
}
.examples.main > div aside h2,
.examples.main > div aside p {
  margin: 0;
}
.examples.main > div aside legend {
  font-weight: 600;
}
#root > header {
  background: #3b73b4;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.16);
  padding: 1rem 0;
}
#root > header .logo {
  background: url("https://media.umbraco.io/red-star/lfapjanx/icon.png") no-repeat center left;
  padding-left: 4.25rem;
  display: block;
  z-index:300;
}
#root > header h1 {
  font-size: 1.875rem;
  margin: 0;
  color: #fff;
}
#root > header p {
  font-size: 1.25rem;
  margin: 0.25rem 0;
  color: #fff;
  line-height: 1.25rem;
}
#root > header nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  gap: 0.5rem;
  position: relative;
}
#root > header nav ul li {
  margin-bottom: 0;
}
#root > header nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.4375rem;
}
#root > header nav ul li.favourites {
  position: absolute;
  top: 0.5rem;
  right: 0;
}
#root > header nav ul li.favourites a {
  text-indent: 250%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-image: url("https://media.umbraco.io/red-star/mrappyj5/heart.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 41px;
  height: 36px;
}
#root > header nav ul li.account {
  position: absolute;
  top: 4rem;
  right: 0;
}
#root > header nav ul li.account > a {
  text-indent: 250%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-image: url("https://media.umbraco.io/red-star/cswndeyq/user.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 42px;
  height: 42px;
}

@media only screen and (min-width: 36.5625rem) {
  #root > header nav ul {
    margin: 0;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
  }
  #root > header nav ul li.favourites,
  #root > header nav ul li.account {
    position: static;
  }
}
@media only screen and (min-width: 56.25rem) {
  #root > header {
    padding: 0;
  }
  #root > header > div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    color: #fff;
  }
  #root > header nav ul {
    gap: 0.25rem;
  }
  #root > header nav ul li {
    margin-left: 2rem;
  }
}
#root > footer {
  background-color: #f6f6f6;
  padding: 3rem 0 4rem;
  margin-top: 3rem;
}
#root > footer > div {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1264px) {
  #root > footer > div {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
#root > footer > div > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  gap: 1.5rem;
}
#root > footer > div > ul > li h2 {
  font-size: 1.1875rem;
  margin: 0;
  color: #323f4b;
  font-weight: 500;
}
#root > footer > div > ul > li div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#root > footer > div > ul > li div ul {
  display: flex;
  gap: 0.5rem;
}
#root > footer > div > ul > li div ul li:after {
  content: "|";
  font-size: 0.9375rem;
  color: #999;
  margin-left: 0.5rem;
}
#root > footer > div > ul > li div ul li:last-child:after {
  display: none;
}
#root > footer ul {
  margin: 0;
  padding: 0;
}
#root > footer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#root > footer h2 {
  font-weight: normal;
  margin: 0;
  color: #323f4b;
}
#root > footer p {
  margin-top: 0;
}
@media only screen and (min-width: 480px) {
  #root > footer > div > ul > li {
    display: flex;
    gap: 2rem;
  }
  #root > footer > div > ul > li h2 {
    width: 120px;
  }
}
@media only screen and (min-width: 720px) {
  #root > footer > div {
    display: flex;
    justify-content: space-between;
  }
  #root > footer > div > ul > li h2 {
    text-align: right;
    font-weight: normal;
  }
}
form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
form h3 {
  margin: 0;
}
.button,
input[type="submit"] {
  color: #e21a6d;
  background: #fff;
  text-decoration: none;
  border: 0.0625rem solid #e21a6d;
  border-radius: 0.375rem;
  box-shadow: 0 0.1875rem 0 #e21a6d;
  padding: 1rem 1.5rem;
  line-height: 3.5rem;
  white-space: nowrap;
}
input[type="submit"] {
  padding: 0 1rem;
  font-size: 1.1875rem;
  margin-top: 1rem;
}
fieldset {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}
fieldset legend {
  padding: 0;
  margin-bottom: 0.5rem;
}
label:has(input[type="radio"]),
label:has(input[type="checkbox"]) {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
label:has(input[type="radio"]) input,
label:has(input[type="checkbox"]) input {
  appearance: none;
  background: #fff;
  border: 0.125rem solid #212b33;
  width: 2.5rem !important;
  height: 2.5rem !important;
  position: relative;
}

label:has(input[type="radio"]) input {
  border: 0.125rem solid #768692;
}


label:has(input[type="radio"]) input:checked,
label:has(input[type="checkbox"]) input:checked {
  border-color: #e21a6d;
}
label:has(input[type="radio"]) input:checked:after,
label:has(input[type="checkbox"]) input:checked:after {
  content: "";
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  margin: 0.25rem;
  background: #e21a6d;
  position: absolute;
  top:0;
  left:0
}
input[type="radio"],
input[type="radio"]:after {
  border-radius: 100%;
}
input,
select {
  margin-top: 0.25rem;
  box-sizing: border-box;
  border: 2px solid #212b33;
  padding: 1rem;
  width: 100%;
  font-size: 1rem;
}
select {
  appearance: none;
  display: block;
  position: relative;
  background: #fff url("https://media.umbraco.io/red-star/ps1b2ujc/arrow-down.svg") no-repeat right 1rem
    center;
}
.hero {
  display: flex;
  align-items: flex-end;
  width: 100%;
  min-height: 32rem;
  background-image: url("https://media.umbraco.io/red-star/xziio0ua/hero.webp");
  background-size: cover;
  background-position: center;
}
.hero .content {
  background: rgba(255, 255, 255, 0.75);
  padding: 1rem 2rem;
  bottom: 0;
}
.hero .content h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 400;
  margin: 0;
  margin-bottom: 0.5rem;
}
.hero .content p {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  margin: 0;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 480px) {
  .hero {
    align-items: flex-start;
  }
  .hero .content {
    background: none;
    width: 55%;
    padding-top: 2rem;
  }
  .hero .content h2 {
    font-size: 1.875rem;
  }
  .hero .content p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 660px) {
  .hero .content {
    width: 50%;
  }
}
@media only screen and (min-width: 800px) {
  .hero .content h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .hero .content p {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .hero {
    align-items: center;
  }
  .hero .content {
    max-width: 1200px;
    margin: auto;
    width: 100%;
  }
  .hero .content div {
    width: 23rem;
  }
  .hero .content h2 {
    font-size: 2.5rem;
    line-height: 4rem;
  }
  .hero .content p {
    font-size: 1.75rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1264px) {
  .hero .content {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.main:has(aside) {
  max-width: 1200px;
  margin: auto;
  margin-top: 3rem;
}
@media only screen and (max-width: 1264px) {
  .main:has(aside) {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.main:has(aside) > div {
  display: flex;
  gap: 2rem;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 680px) {
  .main:has(aside) > div {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
aside {
  background: #f6f6f6;
  padding: 2rem;
  flex: 0 0 25%;
}
.review {
  border-top: 0.0625rem solid #d8dde0;
  padding-top: 1rem;
}
.review header > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.review header > div p {
  font-size: 1.5rem;
  margin: 0;
}
.review header > div div {
  align-self: flex-end;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.review header .rating {
  display: flex;
  gap: 0.2rem;
}
.review header .rating span {
  text-indent: 250%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-image: url("https://media.umbraco.io/red-star/0swg1j2c/star.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 1.25rem;
  height: 1.25rem;
}
.review header .favourite {
  width: 2.5rem;
  height: 2.5rem;
  text-indent: 250%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-image: url("https://media.umbraco.io/red-star/mrappyj5/heart.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 2.5rem;
  height: 2.5rem;
  filter: brightness(0) saturate(100%) invert(44%) sepia(28%) saturate(1190%)
    hue-rotate(272deg) brightness(89%) contrast(89%);
}

.review header > p {
  margin: 0;
}
.review header p.rating {
  margin-top: 0.75rem;
}
.review .utility a {
  margin-right: 0.75rem;
  text-indent: 250%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-image: url("https://media.umbraco.io/red-star/0kdpicmq/thumbup.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  position: relative;
  top: 0.25rem;
}

.review .utility a.liked {
  background-image: url('https://media.umbraco.io/red-star/1xxbjcze/thumbup-filled.png');
}

.callout {
  position: relative;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
.callout.left {
  margin-left: calc(-50vw + 49%);
  padding-left: calc(50vw - 50%);
}
.callout.right {
  margin-right: calc(-50vw - 50%);
  padding-right: calc(50vw + 50%);
}
.callout.solid {
  background: #e21a6d;
  color: #fff;
  box-shadow: -1rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.callout.solid + p {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #212b33;
  font-weight: 500;
}
.callout.ghost {
  border: 0.0625rem solid #3b73b4;
  color: #3b73b4;
}
.callout.ghost .button {
  color: #3b73b4;
  border-color: #3b73b4;
  box-shadow: 0 0.1875rem 0 #3b73b4;
}
.callout .stat {
  font-weight: 900;
  font-size: 5.5rem;
  line-height: 5.75rem;
  margin: 0;
  white-space: nowrap;
}
.callout .stat + p {
  font-weight: 600;
  font-size: 1.75rem;
  margin: 0;
}
.callout .quote {
  font-size: 1.75rem;
  font-weight: 300;
  font-style: italic;
  line-height: 3.25rem;
  margin: 0;
  margin-bottom: 0.5rem;
}
.callout .quote + p {
  font-weight: 600;
  font-size: 1.3125rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 680px) {
  .main > div:has(.callout) {
    gap: 4rem;
  }
}
@media only screen and (min-width: 900px) {
  .main > div:has(.callout) div:first-child {
    width: auto;
  }
}
html,
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
