:root {
  --Primary-Green-700: #235A50;
  --Primary-Green-300: #33897B;
  --Secondary-Light-Green-100: #F1F9F8;
  --Secondary-Light-Green-900: #BCE1DD;
  --Neutral-Grey-100: #F7F8F8;
  --Neutral-Grey-300: #E3E7E8;
  --Neutral-Grey-900: #5E6B6E;
  --Neutral-Dark-700: #0D1433;
  --Neutral-Dark-900: #080F30;
}

html, body.home {
  overflow-x: hidden;
}

.frontpage {
  padding: 50px 0 84px;
  position: relative;
}
.frontpage .frontpage-bg {
  width: 814px;
  height: 814px;
  border-radius: 50%;
  background: #DBEFED;
  filter: blur(100px);
  position: absolute;
  top: 161px;
  z-index: 1;
  right: -200px;
  opacity: 0.4;
}
.frontpage #top, .frontpage #steps, .frontpage .slider, .frontpage .related-articles, .frontpage #discovery-block {
  position: relative;
  z-index: 2;
}
.frontpage .egg, .frontpage .egg-static {
  width: 219px;
  height: 219px;
  margin: 0 auto;
}
.frontpage h2 {
  color: #313445;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 131%;
  letter-spacing: 0.8px;
  text-align: center;
  margin: 0;
}
.frontpage #top h1 {
  color: #313445;
  font-size: 56px;
  font-style: normal;
  font-weight: 300;
  line-height: 131%; /* 73.36px */
  letter-spacing: 1.12px;
  margin: 0;
  text-align: center;
}
.frontpage #top h1 strong {
  font-weight: 600;
}
.frontpage #top h4 {
  margin: 24px 0 0;
  color: #5E6B6E;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
}
.frontpage #top .egg, .frontpage #top .egg-static {
  margin: 27px auto 0;
  display: block;
}
.frontpage #top .container-sm {
  max-width: 1050px;
  margin: 0 auto;
}
.frontpage #top .front-page-search-block {
  margin: 40px 0;
  width: 100%;
  max-width: 100%;
  display: block;
  height: auto;
  position: relative;
  border-radius: 10px;
}
.frontpage #top .front-page-search-block input[type=text] {
  border-radius: 10px;
  border: 2px solid #EEEFF2;
  background: #FFF;
  padding: 0 68px 0 32px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 112px;
  line-height: 112px;
  display: block;
  color: #5E6B6E;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
}
.frontpage #top .front-page-search-block input[type=submit] {
  position: absolute;
  background-color: transparent;
  border-radius: 0;
  background-image: url("../../../asset/css/img/search-button.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 36px;
  height: 36px;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  cursor: pointer;
}
.frontpage #top .treatments-btn {
  height: 80px;
  line-height: 80px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  background-color: #183A34;
  margin: 0;
  border-radius: 5px;
  cursor: pointer;
  display: block;
}
.frontpage #top .achievements {
  margin: 80px 0 0;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.frontpage #top .achievements h5 {
  margin: 0 0 16px;
  color: #080F30;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.frontpage #top .achievements p {
  color: #3E3F47;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  text-transform: capitalize;
}
.frontpage #top .achievements .regulate {
  margin-top: 20px;
}
.frontpage #top .achievements .regulate .regulate__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.frontpage #top .achievements .trustpilot-rating {
  display: block;
  text-decoration: none;
  color: inherit;
}
.frontpage #top .achievements .trustpilot-rating svg {
  margin-top: 30px;
}
.frontpage #top .achievements .trusted-patients {
  margin-top: 24px;
}
.frontpage #top .achievements .trusted-patients .patients-block {
  padding: 20px 20px 20px 124px;
  border-radius: 81.6px;
  border: 1.275px solid #DBEFED;
  background: #F1F9F8;
  color: #235A50;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 129.5%;
  background-image: url("../../../asset/css/img/patients.svg");
  background-repeat: no-repeat;
  background-position: left 20px center;
  background-size: 94px;
}
.frontpage #steps {
  padding-top: 160px;
}
.frontpage #steps h4 {
  color: #3E3F47;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 131%;
  letter-spacing: 0.8px;
  margin: 24px auto 60px;
  max-width: 460px;
  position: relative;
}
.frontpage #steps h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 100%);
  width: 100%;
  height: 20px;
  background-image: url("../../../asset/css/img/stroke.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.frontpage #steps p {
  color: #5E6B6E;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
  max-width: 455px;
  margin: 0 auto;
}
.frontpage #steps ul {
  margin: 72px 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
}
.frontpage #steps ul li {
  padding: 54.14px 48px;
  border-radius: 5px;
  background-color: #F1F9F8;
  text-align: left;
  background-image: url("../../../asset/css/img/pill.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 32%;
}
.frontpage #steps ul li .number {
  background-image: url("../../../asset/css/img/01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  height: 40px;
}
.frontpage #steps ul li h5 {
  color: #183A34;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 24px 0 16px;
}
.frontpage #steps ul li p {
  color: #3E3F47;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  text-align: left;
  max-width: 243px;
  margin: 0;
}
.frontpage #steps ul li:nth-child(2) {
  background-image: url("../../../asset/css/img/assignment.svg");
}
.frontpage #steps ul li:nth-child(2) .number {
  background-image: url("../../../asset/css/img/02.svg");
}
.frontpage #steps ul li:nth-child(3) {
  background-image: url("../../../asset/css/img/box.svg");
}
.frontpage #steps ul li:nth-child(3) .number {
  background-image: url("../../../asset/css/img/03.svg");
}
.frontpage .slider {
  background: transparent;
  padding: 160px 0 0;
}
.frontpage .slider p.large {
  margin: 40px 0 0;
  color: #5E6B6E;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
}
.frontpage .related-articles {
  padding: 160px 0 0;
  margin-top: 0;
}
.frontpage .related-articles p {
  max-width: 455px;
  margin: 40px auto 0;
  color: #5E6B6E;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%; /* 40.8px */
}
.frontpage .related-articles .see-more {
  margin: 16px auto 0;
  margin-right: auto !important;
  width: 140px !important;
  font-size: 20px;
}
.frontpage .related-articles .blog-posts-wrapper {
  margin-top: 72px;
}
.frontpage .related-articles .blog-posts-wrapper h2 {
  text-align: left;
  letter-spacing: normal;
}

@media screen and (max-width: 1365px) {
  .frontpage #top h1 {
    font-size: 44px;
  }
  .frontpage #steps ul li p {
    max-width: 200px;
  }
  .frontpage #steps ul li {
    background-size: 105px;
  }
  .frontpage #steps ul li:first-child {
    background-size: 70px;
  }
  .frontpage .related-articles {
    padding: 70px 0 0;
  }
  .frontpage #steps {
    padding-top: 130px;
  }
  .frontpage .slider {
    padding: 130px 0 0;
  }
}
@media screen and (max-height: 1100px) {
  .frontpage #top h1 {
    font-size: 44px;
  }
  .frontpage #top .front-page-search-block input[type=text] {
    height: 90px;
    line-height: 90px;
  }
  .frontpage #top .treatments-btn {
    height: 70px;
    line-height: 70px;
  }
  .frontpage #top h4 {
    font-size: 28px;
    margin: 15px 0 0;
  }
  .frontpage #top .achievements {
    margin: 50px auto 0;
  }
  .frontpage #top .egg, .frontpage #top .egg-static {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 1111px) {
  .frontpage #top h1 {
    font-size: 40px;
  }
  .frontpage #top h4 {
    margin: 20px 0 0;
    font-size: 29px;
  }
  .frontpage #top .front-page-search-block input[type=text] {
    height: 90px;
    line-height: 90px;
  }
  .frontpage #top .achievements {
    flex-wrap: wrap;
    max-width: 580px;
    margin: 70px auto 0;
    position: relative;
    justify-content: center;
    gap: 10px;
    padding-top: 150px;
  }
  .frontpage #top .achievements .uk-registered {
    width: 60%;
    border-radius: 8px;
    background: #F1F9F8;
    padding: 16px;
  }
  .frontpage #top .achievements h5 {
    font-size: 16px;
    text-align: left;
  }
  .frontpage #top .achievements p {
    font-size: 14px;
    font-weight: 300;
    margin-top: 8px;
    text-align: left;
  }
  .frontpage #top .achievements .regulate {
    margin-top: 16px;
  }
  .frontpage #top .achievements .trustpilot-rating {
    border-radius: 5px;
    background: #33897B;
    padding: 70px 8px 16px;
    color: #fff;
    position: relative;
    width: 37%;
  }
  .frontpage #top .achievements .trustpilot-rating h5 {
    color: #fff;
    text-align: center;
  }
  .frontpage #top .achievements .trustpilot-rating p {
    text-align: center;
    color: #fff;
  }
  .frontpage #top .achievements .trustpilot-rating svg {
    margin: 0;
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
  }
  .frontpage #top .achievements .trusted-patients {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
  }
  .frontpage #top .achievements .trusted-patients h5 {
    font-weight: 300;
    text-align: center;
    font-size: 18px;
  }
  .frontpage #top .achievements .trusted-patients .patients-block {
    white-space: nowrap;
  }
  .frontpage #steps {
    padding-top: 100px;
  }
  .frontpage #steps h4 {
    font-size: 35px;
  }
  .frontpage #steps ul li {
    padding: 30px 20px;
  }
  .frontpage .slider {
    padding: 100px 0 0;
  }
  .related-articles {
    margin-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .frontpage #steps ul {
    display: block;
    max-width: 500px;
    margin: 70px auto 0;
  }
  .frontpage #steps ul li {
    width: 100%;
    margin-bottom: 16px;
    position: relative;
    cursor: pointer;
  }
  .frontpage #steps ul li:not(.active) {
    background: transparent;
    border: 1px solid #EBEFFA;
  }
  .frontpage #steps ul li:not(.active) p {
    display: none;
  }
  .frontpage #steps ul li:not(.active) h5 {
    margin-bottom: 0;
  }
  .frontpage #steps ul li:not(.active):after {
    content: "+";
  }
  .frontpage #steps ul li:last-child {
    margin-bottom: 0;
  }
  .frontpage #steps ul li:after {
    content: "-";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #235A50;
    color: #235A50;
    text-align: center;
    line-height: 21px;
    position: absolute;
    top: 36px;
    right: 16px;
  }
  .frontpage #steps ul li .number {
    display: none;
  }
  .frontpage #steps ul li h5 {
    margin-top: 0;
  }
  .frontpage #steps ul li p {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .frontpage {
    padding: 24px 0 64px;
  }
  .frontpage #top h1 {
    font-size: 24px;
  }
  .frontpage #top h4 {
    font-size: 16px;
    margin-top: 16px;
  }
  .frontpage .egg, .frontpage .egg-static {
    margin-top: 28px;
    width: 78px !important;
    height: 78px !important;
  }
  .frontpage #top .front-page-search-block {
    margin: 32px 0 0;
  }
  .frontpage #top .front-page-search-block input[type=text] {
    height: 56px;
    line-height: 56px;
    font-size: 12px;
    padding: 0 53px 0 24px;
  }
  .frontpage #top .front-page-search-block input[type=submit] {
    width: 14px;
    height: 14px;
  }
  .frontpage #top .treatments-btn {
    display: block !important;
    margin: 32px auto 0;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
  }
  .frontpage #top .achievements {
    margin: 40px auto 0;
    gap: 8px;
  }
  .frontpage #top .achievements .trusted-patients h5 {
    font-size: 16px;
    margin: 0 0 8px;
  }
  .frontpage #top .achievements .trusted-patients .patients-block {
    font-size: 16px;
  }
  .frontpage #top .achievements {
    padding-top: 130px;
  }
  .frontpage #top .achievements h5 {
    font-size: 14px;
    margin: 0 0 8px;
  }
  .frontpage #top .achievements p {
    font-size: 12px;
    margin: 0;
  }
  .frontpage #top .achievements .regulate .regulate__items {
    gap: 8px;
  }
  .frontpage #top .achievements .trustpilot-rating svg {
    left: 50%;
    width: 90%;
    transform: translate(-50%, 0);
  }
  .frontpage #steps {
    padding-top: 81px;
  }
  .frontpage #steps h2 {
    font-size: 24px;
  }
  .frontpage #steps h4 {
    font-size: 20px;
    margin: 8px 0 0;
  }
  .frontpage #steps h4:after {
    width: 80%;
    transform: translate(-50%, 100%);
    left: 50%;
  }
  .frontpage #steps p {
    font-size: 20px;
    margin: 32px 0;
  }
  .frontpage #steps ul {
    margin: 0;
  }
  .frontpage #steps ul li {
    padding: 32px 16px;
    background-size: 78px;
  }
  .frontpage #steps ul li h5 {
    font-size: 16px;
  }
  .frontpage #steps ul li p {
    font-size: 12px;
    max-width: 70%;
  }
  .frontpage #steps ul li:first-child {
    background-size: 53px;
  }
  .frontpage .slider {
    padding: 85px 0 0;
  }
  .frontpage .slider h2 {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    max-width: 283px;
  }
  .frontpage .slider p.large {
    margin: 8px 0 0;
    font-size: 14px;
    text-align: left;
    font-weight: 300;
  }
  .frontpage .slider .slider_wrap {
    margin: 22px 0 0;
  }
  .frontpage .related-articles {
    margin: 84px 0 0;
    padding: 0;
    position: relative;
  }
  .frontpage .related-articles .top {
    align-items: start;
    gap: 24px;
  }
  .frontpage .related-articles .top h2 {
    font-size: 20px;
    text-align: left;
    font-weight: 500;
  }
  .frontpage .related-articles .top p {
    font-size: 12px;
    text-align: left;
    font-weight: 400;
    margin: 8px 0 0;
  }
  .frontpage .related-articles .top .see-more {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    display: inline-block;
    width: auto !important;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .frontpage .related-articles .top .see-more span {
    vertical-align: middle;
  }
  .frontpage .related-articles .top .see-more img {
    width: 24px;
    height: 24px;
    margin-left: 1px;
    vertical-align: middle;
  }
  .frontpage .related-articles .top .see-more.btn.btn-green {
    min-width: auto;
  }
  .frontpage .related-articles .top .see-more.btn.btn-green span {
    margin-right: 10px;
  }
  .frontpage .related-articles .top .see-more.btn.btn-green img {
    width: 16px;
    height: 16px;
  }
  .frontpage .related-articles .blog-posts-wrapper {
    margin-top: 24px;
  }
}
@media screen and (max-width: 570px) {
  .frontpage .related-articles .top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .frontpage .related-articles .top h2, .frontpage .related-articles .top p {
    text-align: center;
  }
  .frontpage .related-articles .top .see-more {
    margin: 0 auto;
  }
}
@media screen and (max-width: 413px) {
  .frontpage #top h1 {
    font-size: 23px;
  }
}
