.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  font-family: 'Proxima nova', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Proxima nova', sans-serif;
  font-size: 48px;
  line-height: 55px;
  font-weight: 400;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.container-landing {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.container--wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container.container-certificate {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section.section-landing {
  height: 100vh;
  min-height: 500px;
}

.section.section-divider {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #d85a4c;
}

.section.section-comparsion {
  margin-bottom: 156px;
}

.section.section-footer {
  position: relative;
  z-index: 100;
  padding-top: 64px;
  background-color: #d85a4c;
}

.section.section-milestones {
  margin-bottom: 96px;
}

.section.section-clients {
  margin-top: 5%;
}

.section.section-edit-user {
  margin-top: 64px;
}

.section.section-private {
  min-height: 800px;
  padding-top: 96px;
}

.title__claim {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.riocath-symbol {
  position: absolute;
  left: 0%;
  top: 15%;
  right: auto;
  bottom: 0%;
}

.riocath-symbol.riocath-symbol--fixed {
  position: fixed;
  z-index: 150;
}

.title {
  width: 600px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.title.title--about {
  margin-top: 150px;
}

.title.title--rules {
  margin-top: 150px;
}

.title__subtitle__child {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 25px;
}

.title__subtitle__span {
  color: #d85a4c;
  font-weight: 700;
}

.title__subtitle {
  margin-top: 32px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: 50px;
  margin-top: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d85a4c;
  color: #333;
  text-decoration: none;
}

.button:hover {
  background-color: #bf5043;
}

.button__text {
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  text-transform: capitalize;
}

.wrap-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-width: 450px;
  margin-bottom: 128px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-card {
  width: 450px;
}

.tc__heading-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tc__heading-wrap__heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
}

.text {
  margin-top: 32px;
  font-size: 16px;
  line-height: 26px;
}

.text.text--divider {
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.text.text-center {
  width: 100%;
  line-height: 28px;
  text-align: center;
}

.tc__heading-wrap__line {
  position: absolute;
  left: -46px;
  width: 30px;
  height: 5px;
  margin-top: 13px;
  background-color: #d85a4c;
}

.ul-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ul-text {
  font-size: 16px;
  line-height: 26px;
}

.divider-heading {
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.heading-h2 {
  margin-top: 128px;
  margin-bottom: 128px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.div-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-icon {
  margin-bottom: 32px;
}

.card-heading {
  font-size: 32px;
  line-height: 36px;
  text-align: center;
}

.charts-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.grid {
  width: 1000px;
  margin-top: 64px;
  margin-bottom: 96px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-columns: 140px 200px 180px 230px;
  grid-template-columns: 140px 200px 180px 230px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-menu__link {
  padding-top: 2px;
  padding-bottom: 2px;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: none;
}

.footer-menu__link:hover {
  text-decoration: underline;
}

.footer-menu__external-links {
  padding-top: 2px;
  padding-bottom: 2px;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: none;
}

.footer-menu__external-links:hover {
  text-decoration: underline;
}

.footer-contact__text {
  color: #fff;
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
}

.navbar-logo {
  width: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-link {
  padding-right: 10px;
  padding-left: 10px;
  color: #333;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.nav-link--client {
  color: #d85a4c;
  font-weight: 700;
}

.chart-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.chart {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
}

.chart.chart-two {
  height: 100px;
  background-color: #e5e5e5;
}

.chart.chart-three {
  height: 150px;
  background-color: #d9d9d9;
}

.chart.chart-four {
  height: 200px;
  background-color: #ccc;
}

.chart.chart-five {
  height: 270px;
  background-color: #d85a4c;
}

.chart-percentage {
  padding-left: 8px;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
}

.chart-percentage.chart-percentage--riocath {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}

.chart-label {
  width: 100%;
  height: 80px;
  max-width: 150px;
  margin-top: 24px;
  font-size: 15px;
  text-align: center;
}

.chart-logo {
  width: 120px;
  margin-bottom: 16px;
}

.divider-wrap {
  width: 500px;
}

.text-card--large {
  margin-bottom: 96px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.text-link {
  color: #d85a4c;
  font-weight: 700;
  text-decoration: none;
}

.title-claim__span-deco {
  color: #d85a4c;
  font-weight: 700;
}

.text-bold--red {
  color: #d85a4c;
}

.milestone-card {
  width: 50%;
  padding-left: 32px;
  border-left: 4px dotted #d85a4c;
}

.milestones-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.milestone-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 64px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.milestone-wrap.mw-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.milestone-date {
  margin-bottom: 8px;
  color: #d85a4c;
  font-size: 20px;
  text-transform: uppercase;
}

.milestone-date__span {
  font-weight: 700;
}

.milestone-heading {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 30px;
}

.milestone-text {
  margin-top: 24px;
  font-size: 16px;
  line-height: 26px;
}

.text-card--portfolio {
  width: 600px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.milestone-text-title {
  color: #d85a4c;
}

.text-large-wrapper {
  width: 600px;
  margin-top: 64px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.ul-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ul-element {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 16px;
  border-radius: 50px;
  background-color: #d85a4c;
}

.text-pt10 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 26px;
}

.ul-text-title {
  font-size: 24px;
  line-height: 24px;
}

.ul-text-title.red {
  color: #d85a4c;
}

.ul-text-title.orange {
  color: #f5ae5f;
}

.milestone-year-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.milestone-year {
  color: #d85a4c;
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
}

.button-wrapper {
  position: relative;
  left: 30px;
}

.section-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.riocath-logo-wrapper {
  position: relative;
  z-index: 100;
  width: 120px;
}

.riocath-login-logo {
  width: 100%;
}

.left-panel-section {
  position: relative;
  left: 5%;
  top: 32px;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.login-heading {
  width: 80%;
  margin-top: 30%;
}

.login-h1 {
  width: 100%;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
}

.login-h2 {
  width: 80%;
  margin-top: 32px;
  color: #fff;
  font-weight: 400;
}

.login-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: #d85a4c;
}

.login-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login {
  position: relative;
  left: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-form {
  width: 300px;
}

.form-wrapper {
  width: 100%;
}

.form-input {
  width: 100%;
  height: 100%;
  padding-left: 46px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  border-radius: 3px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  font-size: 15px;
}

.input-wrap {
  position: relative;
  width: 100%;
  height: 42px;
  margin-bottom: 10px;
  border: 1px none #000;
}

.form-icon {
  position: absolute;
  left: 10px;
  top: 10px;
  right: auto;
  bottom: auto;
}

.input-wrapper {
  margin-top: 32px;
}

.submit-button {
  width: 100%;
  height: 42px;
  border-radius: 3px;
  background-color: #d85a4c;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
}

.submit-button:hover {
  background-color: #bf5043;
}

.navbar {
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.login-logo-link {
  width: 80%;
}

.navbar-logo-img {
  width: 120px;
}

.container-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  text-align: center;
}

.navbar-menu--client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.users-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 100%;
  min-width: 50px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.user-cell.user-cell--header {
  font-weight: 700;
}

.users-body {
  width: 100%;
}

.users {
  width: 90%;
}

.user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-surname {
  width: 100%;
  height: 100%;
  text-align: center;
}

.user-first-name {
  width: 100%;
  height: 100%;
  text-align: center;
}

.user-email {
  text-align: center;
}

.user-creation-date {
  width: 100%;
  height: 100%;
  text-align: center;
}

.user-edit {
  width: 100%;
  height: 100%;
  color: #d85a4c;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.user-edit:hover {
  text-decoration: underline;
}

.link-user {
  display: block;
  margin-top: 16px;
  margin-bottom: 32px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #d85a4c;
  font-weight: 700;
  text-decoration: none;
}

.link-user:hover {
  text-decoration: underline;
}

.users-wrap {
  border-style: solid;
  border-width: 1px;
  border-color: #d85a4c;
}

.edit-user-table-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.edit-user-form {
  width: 100%;
}

.submit-user-btn {
  width: 100%;
  margin-top: 16px;
  background-color: #d85a4c;
}

.submit-user-btn:hover {
  background-color: #bf5043;
}

.certificate-value-text {
  width: 100%;
  margin-bottom: 16px;
  font-size: 14px;
}

.certificate-link {
  margin-right: 32px;
  padding-bottom: 8px;
  color: #d85a4c;
  font-weight: 700;
  text-decoration: none;
}

.certificate-link:hover {
  text-decoration: underline;
}

.certificate-history-link-wrap {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.certificate-history {
  width: 50%;
}

.certificate-links-wrap {
  width: 100%;
  margin-bottom: 32px;
}

.certificate-value-price {
  width: 100%;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 700;
}

.certificate-links-text {
  width: 50%;
}

.links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.links-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-private {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .container {
    width: 100%;
  }
  .container.container-landing {
    width: 100%;
  }
  .container.container--wrap {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .section {
    padding-right: 16px;
    padding-left: 16px;
  }
  .section.section-about {
    margin-right: 16px;
    margin-left: 16px;
  }
  .section.section-whyinvest {
    margin-right: 16px;
    margin-left: 16px;
  }
  .section.section-comparsion {
    margin-right: 16px;
    margin-left: 16px;
  }
  .title__claim {
    font-size: 40px;
    line-height: 48px;
  }
  .riocath-symbol {
    width: 300px;
  }
  .riocath-symbol.riocath-symbol--fixed {
    width: 110px;
  }
  .title {
    width: 55%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .title.title--about {
    position: relative;
    left: -32px;
    margin-top: 75px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .title.title--rules {
    width: 80%;
    margin-top: 64px;
    margin-left: 70px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .title__subtitle {
    margin-top: 16px;
  }
  .wrap-half {
    width: 45%;
    min-width: auto;
  }
  .text-card {
    width: 100%;
  }
  .tc__heading-wrap {
    right: -45px;
    display: inline-block;
  }
  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    margin-right: 16px;
    margin-left: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-columns: 140px 200px 180px;
    grid-template-columns: 140px 200px 180px;
    -ms-grid-rows: auto minmax(auto, 1fr);
    grid-template-rows: auto minmax(auto, 1fr);
  }
  .navbar-logo {
    margin-left: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .navbar-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100vh;
    padding-top: 96px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d85a4c;
  }
  .nav-link {
    display: block;
    padding-top: 32px;
    padding-bottom: 32px;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
  }
  .nav-link.w--current {
    margin-top: 32px;
    font-weight: 400;
  }
  .nav-link.nav-link--client {
    color: #fff;
  }
  .chart-wrap {
    min-width: auto;
  }
  .chart {
    width: 140px;
  }
  .text-card--large {
    margin-bottom: 64px;
  }
  .text-large-wrapper {
    margin-top: 32px;
  }
  .button-wrapper {
    left: 0px;
  }
  .login-h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .login-h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .menu-button {
    color: #d85a4c;
  }
  .menu-button.w--open {
    z-index: 99999;
    background-color: #d85a4c;
  }
  .hamburger {
    font-size: 40px;
    line-height: 40px;
  }
  .container-navbar {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .navbar-menu--client {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100vh;
    padding-top: 96px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d85a4c;
  }
  .container-private {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .container.container-landing {
    margin-top: 100px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section.section-landing {
    height: auto;
    margin-bottom: 46px;
  }
  .section.section-comparsion {
    margin-bottom: 32px;
  }
  .section.section-footer {
    padding-top: 32px;
  }
  .section.section-login {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .title__claim {
    font-size: 40px;
    line-height: 40px;
  }
  .riocath-symbol {
    width: 150px;
  }
  .riocath-symbol.riocath-symbol--fixed {
    width: 70px;
  }
  .title.title--about {
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .title__subtitle__child {
    font-size: 15px;
  }
  .button {
    width: 200px;
    height: 40px;
  }
  .button__text {
    font-size: 18px;
    line-height: 18px;
  }
  .wrap-half {
    margin-bottom: 64px;
  }
  .tc__heading-wrap {
    right: -32px;
  }
  .tc__heading-wrap__heading {
    font-size: 18px;
    line-height: 20px;
  }
  .text {
    font-size: 14px;
    line-height: 23px;
  }
  .text.text-center {
    line-height: 23px;
  }
  .tc__heading-wrap__line {
    left: -32px;
    width: 20px;
    height: 3px;
  }
  .heading-h2 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .card-icon {
    width: 80px;
  }
  .card-heading {
    font-size: 24px;
    line-height: 30px;
  }
  .grid {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .footer-menu {
    width: 48%;
    margin-bottom: 32px;
  }
  .footer-contact {
    width: 49%;
  }
  .footer-menu__link {
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 24px;
  }
  .navbar-logo {
    margin-top: 30px;
  }
  .chart {
    width: 90px;
  }
  .chart-percentage.chart-percentage--riocath {
    font-size: 40px;
    line-height: 40px;
  }
  .chart-label {
    font-size: 14px;
  }
  .text-card--large {
    margin-bottom: 32px;
  }
  .text-card--portfolio {
    width: 100%;
  }
  .text-large-wrapper {
    width: 85%;
  }
  .left-panel-section {
    display: none;
  }
  .login-heading {
    width: 100%;
    margin-top: 0%;
  }
  .login-bg {
    display: none;
  }
  .login-section {
    width: 100%;
  }
  .login {
    left: auto;
  }
}

@media screen and (max-width: 479px) {
  .container.container-landing {
    overflow: visible;
    height: auto;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container.container--wrap {
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.section-landing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70vh;
    margin-top: 100px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .title__claim {
    margin-top: 0px;
    font-size: 34px;
    line-height: 40px;
  }
  .riocath-symbol {
    display: none;
    width: 200px;
  }
  .title {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
  .title.title--about {
    left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }
  .title.title--rules {
    width: 100%;
    margin-left: 0px;
  }
  .title__subtitle__child {
    font-size: 15px;
    line-height: 20px;
  }
  .button {
    width: 100%;
    height: 50px;
    margin-top: 32px;
  }
  .wrap-half {
    width: 100%;
  }
  .tc__heading-wrap__heading {
    font-size: 28px;
    line-height: 30px;
  }
  .text {
    font-size: 15px;
  }
  .ul-text {
    font-size: 16px;
  }
  .heading-h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .charts-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-menu {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .footer-contact {
    width: 100%;
  }
  .navbar-logo {
    margin-left: 8px;
  }
  .navbar-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }
  .chart-wrap {
    width: 100%;
    margin-bottom: 0px;
  }
  .chart-label {
    max-width: none;
  }
  .divider-wrap {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
  .text-card--large {
    margin-bottom: 32px;
  }
  .milestone-card {
    width: 100%;
  }
  .text-large-wrapper {
    width: 100%;
    margin-top: 0px;
  }
  .ul-wrap {
    margin-bottom: 24px;
  }
  .ul-element {
    width: 5px;
    height: 20px;
    margin-top: 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-radius: 0px;
  }
  .milestone-year {
    font-size: 60px;
    line-height: 60px;
  }
  .button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar {
    position: relative;
  }
  .menu-button {
    margin-right: 0px;
  }
  .navbar-menu--client {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }
}

@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/ProximaNova-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Alt-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}