.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--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: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.section_bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-image: url('../images/bg-sign-up.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.login-wrap {
  width: 432px;
  min-height: 400px;
  padding-top: 52px;
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 15px;
  background-color: rgba(6, 32, 22, 0.81);
  font-size: 14px;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-image: url('../images/photo-1438118907704-7718ee9a191a.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: Karla, sans-serif;
  text-align: center;
}

.text_field {
  margin-bottom: 24px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.2);
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  text-align: center;
}

.form {
  margin-top: 40px;
  margin-bottom: 20px;
}

.submit-button {
  min-width: 360px;
  margin-top: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 100px;
  background-color: #ddf842;
  -webkit-transition: all 325ms cubic-bezier(.215, .61, .355, 1);
  transition: all 325ms cubic-bezier(.215, .61, .355, 1);
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.submit-button:hover {
  background-color: #b4ce21;
}

.paragraph {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
}

.link {
  margin-bottom: 0px;
  color: #09c5a3;
}

.download {
  margin-top: 40px;
  margin-right: -35px;
  margin-left: -35px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.34);
}

.heading {
  font-family:"Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  color: #fff;
  font-weight: 600;
}

.heading.h3 {
  color: #bed591;
  font-size: 20px;
  font-weight: 400;
}

.title {
  margin-bottom: 30px;
}

.image {
  margin-top: 10px;
  margin-bottom: 18px;
}

.eng {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
}

.checkbox-label {
  color: #fff;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox {
  margin-right: 16px;
  margin-left: 0px;
}

.page-wrapper {
  width: 100%;
}

.nav-dropdown-list {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.nav-dropdown-list.w--open {
  top: 50px;
  right: 10px;
  z-index: 2;
  max-height: 80vh;
  min-height: 20px;
  margin-top: 0px;
  padding-bottom: 25px;
  border: 1px solid #e9f2f5;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 20px 30px -10px rgba(45, 62, 80, 0.12);
  opacity: 1;
}

.navigation-icon {
  width: 20px;
  margin-right: 1em;
  text-align: right;
}

.navigation-icon.memberstack-logo {
  width: 24px;
}

.dropdown {
  margin-right: 0px;
  margin-left: 0px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.top-nav {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5em;
  -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;
  border-bottom: 1px solid #f3f3f3;
  background-color: #175a33;
}

.top-nav.footer-nav {
  border-top: 1px solid #f3f3f3;
}

.navigation-item {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.5em;
  margin-left: 0.5em;
  padding: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  opacity: 0.6;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  background-color: transparent;
  opacity: 1;
  color: #038144;
  font-weight: 600;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-item.profile-nav {
  margin-top: -1em;
  margin-bottom: -1em;
  background-color: hsla(0, 0%, 100%, 0);
  font-size: 15px;
}

.navigation-item.logout-link {
  margin-top: 1em;
  margin-right: 1em;
  margin-left: 0em;
  padding-top: 1.5em;
  padding-bottom: 0em;
  border-top: 1px solid #f3f3f3;
}

.navigation-item.dropdown-nav-item {
  margin-left: 0em;
}

.navigation-item.hide-on-mobile {
  color: #038144;
}

.profile-pic {
  overflow: hidden;
  max-width: 34px;
  margin-right: 0.75em;
  border-radius: 50%;
}

.webflow-diamond {
  position: absolute;
  top: -5px;
  right: 17px;
  bottom: auto;
  z-index: 0;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(219, 226, 235, 0.5);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.iframe-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.1);
}

.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.app-heading {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0.45em;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 24px;
}

.app-heading.connected {
  color: #02c908;
  font-size: 16px;
}

.app-heading.connect {
  margin-bottom: -1em;
  margin-left: 0.25em;
  padding: 0.25em 1em;
  border-radius: 20px;
  background-color: #f3f3f3;
  font-size: 15px;
  line-height: 20px;
}

.white-box {
  width: 48%;
  margin-right: 1%;
  margin-bottom: 2%;
  margin-left: 1%;
  border-style: solid;
  border-width: 1px;
  border-color: #f3f3f3;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 11px 11px 15px -5px rgba(0, 0, 0, 0.1);
  color: #333;
}

.white-box.third {
  width: 31%;
}

.white-box.full-width {
  width: 100%;
}

.white-box.two-third {
  width: 64%;
  margin-right: 1%;
  margin-left: 1%;
}

.white-box.link-box {
  -webkit-transition: box-shadow 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, color 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
}

.white-box.link-box:hover {
  box-shadow: 21px 21px 25px -10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(-2px, -2px);
  -ms-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
}

.white-box.link-box.paper-box {
  position: relative;
  width: 23%;
  border-width: 0px;
}

.white-box.link-box.asset-box {
  position: relative;
  overflow: hidden;
  width: auto;
  margin-bottom: 4%;
}

.white-box.progress-box {
  width: 100%;
}

.doc-heading {
  margin-top: 5px;
  margin-bottom: auto;
  font-size: 20px;
}

.page-wrapper-2 {
  overflow: hidden;
  width: 100%;
}

.project-message {
  margin-bottom: 1em;
}

.dashboard-section {
  padding: 1em 2em;
}

.center-label {
  margin-top: 1em;
  text-align: center;
}

.progress-icon {
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-bottom: 0.25em;
  margin-left: auto;
  padding: 7px;
  border-radius: 20px;
  box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 700;
}

.doc-image {
  width: 20%;
  margin-bottom: 1em;
  text-align: left;
}

.control-bar {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 57px;
  padding: 8px 10px 3px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.option-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 100%;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.option-row.center {
  margin-right: auto;
}

.heading-2 {
  margin-top: 30px;
  margin-bottom: 25px;
}

.box-padding {
  padding: 1.6em;
}

.box-padding.paper-padding {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-top: 1.25em;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  border-radius: 6px;
  box-shadow: 6px 6px 19px -6px rgba(0, 0, 0, 0.1);
}

.box-padding.app-padding-box {
  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;
}

.mobile-footer-spacing {
  display: none;
}

.navigation-menu {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  -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: #fff;
  box-shadow: 0 1px 10px 0 rgba(51, 51, 51, 0.1);
}

.dash-tab-wrapper {
  min-height: 100vh;
  padding-bottom: 5em;
}

.progress-text-column {
  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;
  font-weight: 700;
  text-align: center;
}

.doc-description {
  overflow: hidden;
  max-height: 75px;
  margin-bottom: 1em;
}

.iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0%;
  bottom: 0%;
  width: 166.6666%;
  height: 166.6666%;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.iframe.hide {
  display: none;
}

.paper {
  width: 100%;
}

.progress-bar-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 1em;
  margin-top: 1em;
  border-radius: 20px;
  background-color: #f1f6fd;
  box-shadow: inset 1px 1px 5px 0 rgba(51, 51, 51, 0.09);
}

.doc-date {
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
}

.html-embed {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 55px;
}

.copyright {
  opacity: 0.4;
  font-size: 14px;
}

.dash-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1%;
  margin-left: -1%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dash-row.masonry {
  display: block;
  min-height: 100vh;
  padding-bottom: 50px;
  -webkit-column-count: 3;
  column-count: 3;
}

.template-right {
  position: relative;
  overflow: hidden;
  width: 70%;
  height: 65vh;
  min-height: 500px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 7px 7px 20px -5px rgba(0, 0, 0, 0.1);
}

.colorful-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 1em;
  -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;
  border-radius: 50%;
  background-color: rgba(24, 117, 240, 0.1);
  color: #1875f0;
  text-align: center;
}

.colorful-icon.green {
  background-color: rgba(2, 201, 8, 0.1);
  color: #02c908;
}

.colorful-icon.purple {
  background-color: rgba(106, 117, 216, 0.1);
  color: #a279f9;
}

.project-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.filter-drawer {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 364px;
  padding: 80px 60px 80px 20px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 10px 0 20px -10px rgba(45, 62, 80, 0.12);
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.app-logo-circle {
  width: 60px;
  height: 60px;
  margin-right: 1.6em;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  box-shadow: 7px 7px 12px -2px rgba(0, 0, 0, 0.1);
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.progress-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 31%;
  border-radius: 20px;
  background-color: #1875f0;
  background-image: linear-gradient(96deg, #a279f9, #1875f0);
}

.template-height {
  padding-bottom: 70%;
}

.template-left {
  width: 30%;
  min-width: 290px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.social-link {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: opacity 200ms ease, -webkit-filter 200ms ease;
  transition: opacity 200ms ease, -webkit-filter 200ms ease;
  transition: filter 200ms ease, opacity 200ms ease;
  transition: filter 200ms ease, opacity 200ms ease, -webkit-filter 200ms ease;
}

.social-link:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.large-number {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 1.6;
}

.option-svg {
  position: relative;
  min-width: 30px;
  padding: 3px 7px 4px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(45, 62, 80, 0.12);
  -webkit-transition: box-shadow 200ms ease, color 200ms ease;
  transition: box-shadow 200ms ease, color 200ms ease;
  color: rgba(38, 61, 73, 0.9);
  font-size: 19px;
  text-align: center;
}

.option-svg:hover {
  box-shadow: 0 10px 10px -2px rgba(45, 62, 80, 0.12);
  color: #2aa8ff;
}

.row {
  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;
}

.progress-text-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block {
  width: 100%;
}

.logo {
  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;
}

.text-block {
  margin-left: 20px;
  font-family: 'PT Sans', sans-serif;
  color: #bed591;
  font-size: 20px;
  font-weight: 400;
}

.logo-content {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 12px;
  color: #fff;
  font-size: 28px;
}

.text-block-2 {
  color: #fff;
}

.p-white {
  margin-right: 20px;
  margin-bottom: 0px;
  color: #fff;
}

.div-block-2 {
  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;
}

.icon {
  margin-right: 6px;
}

.m-20 {
  margin-right: 20px;
}

.background {
  width: 432px;
  min-height: 400px;
  padding-top: 52px;
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 15px;
  background-color: rgba(6, 32, 22, 0.81);
  font-size: 14px;
}

.body-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-image: url('../images/photo-1438118907704-7718ee9a191a.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: Karla, sans-serif;
  text-align: center;
}

.bottom {
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.34);
}

.contents {
  margin-bottom: 10px;
  color: #c7c7c7;
}

.colour-block-sml-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -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;
  border-radius: 12px;
  /*background-color: #e2fbfb;*/
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 320px;
  margin-right: 35px;
  margin-bottom: 40px;
  -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;
}

.p1-c-w {
  display: block;
  max-width: 580px;
  margin-right: auto;
  margin-bottom: 53px;
  margin-left: auto;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.p1-c-w.black {
  margin-bottom: 40px;
  color: #000;
}

.image-sml {
  width: 35px;
}

.h2-c-w {
  display: block;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  color: #fff;
  font-size: 40px;
  text-align: center;
}

.h2-c-w.black {
  margin-bottom: 20px;
  color: #000;
}

.colour-block-sml-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -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;
  border-radius: 12px;
  background-color: #fceceb;
}

.feature-heading {
  margin-top: 13px;
  margin-bottom: 4px;
  color: #fff;
  font-size: 16px;
}

.container-flex-vert {
  display: block;
  max-width: 1140px;
  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: 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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-content-blue {
  padding: 80px 5% 10px;
  background-color: #3b9c6a;
}

.tab-on {
  min-height: 90px;
  min-width: 200px;
  margin-bottom: 25px;
  border-radius: 8px;
  background-color: transparent;
}

.tab-on.w--current {
  min-height: 90px;
  margin-bottom: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0);
}

.tabs-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-2-w {
  max-width: 410px;
  color: #fff;
  line-height: 25px;
}

.phone {
  width: 550px;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 8px;
}

.container-2 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.container-2.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section.hero {
  overflow: hidden;
  min-height: 920px;
  padding-top: 157px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #313a5a;
  background-image: url('../images/photo-1533478583204-680d4ff74891.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.section.benefits {
  padding-right: 30px;
  padding-left: 30px;
}

.nav-link-7 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
}

.nav-link-7:hover {
  color: #8a8a8a;
}

.nav-link-7.w--current {
  color: #8b8b8b;
}

.nav-link-7.hide-desktop {
  display: none;
}

.nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  min-height: 100px;
  -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;
}

.paragraph-2 {
  margin-bottom: 70px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}

.paragraph-2.black {
  margin-bottom: 0px;
  color: #000;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  min-height: 100px;
  padding-top: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.nav-menu-7 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  float: left;
  text-align: center;
}

.login-button {
  margin-top: 13px;
  margin-left: 15px;
  padding: 9px 30px;
  border: 2px none #fff;
  border-radius: 4px;
  background-color: #1fdb84;
  font-size: 16px;
  font-weight: 600;
}

.login-button.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-left: 0px;
  padding: 19px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 9px;
  background-color: #00a85a;
  font-size: 18px;
  font-weight: 700;
}

.logo-text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.logo-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding-bottom: 0px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-info {
  padding-top: 40px;
  /*padding-right: 70px;*/
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-info.img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.title-2 {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 24px;
  color: #fff;
  font-size: 50px;
  /*font-size: 60px;*/
  line-height: 80px;
}

.image-2 {
  margin-bottom: 25px;
  border-radius: 6px;
}

.benefit {
  width: 32%;
  padding-right: 4px;
  padding-left: 4px;
}

.benefit-block {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -90px;
  margin-bottom: 50px;
  padding: 65px 80px;
  -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;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 hsla(0, 0%, 82.4%, 0.5);
}

.div-block-3 {
  width: 100px;
  height: 4px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #67a2dd;
}

.heading-3 {
  color: #031d5b;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-3 {
  max-width: 410px;
  margin-bottom: 25px;
  color: rgba(56, 69, 100, 0.87);
  font-size: 17px;
  line-height: 25px;
}

.paragraph-3.space-btm {
  margin-bottom: 25px;
}

.h2 {
  margin-bottom: 25px;
  color: #213055;
  font-size: 34px;
  line-height: 39px;
}

.h2.centre {
  text-align: center;
}

.h2.centre.testimonial-white {
  color: #fff;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-content-grey {
  padding: 100px 5%;
  background-color: #fff;
}

.button-content {
  margin-top: 10px;
  margin-left: 0px;
  padding: 15px 30px;
  border-radius: 100px;
  background-color: #5a54ff;
  color: #fff;
}

.columns-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tick-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 6px 6px 13px 0 rgba(164, 174, 175, 0.17);
}

.feature-wrap-left {
  width: 15%;
  height: 100%;
}

.column {
  padding-top: 35px;
  padding-left: 35px;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h4-2 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #33475c;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.feature-wrap-right {
  width: 85%;
  height: 100%;
}

.testimonials-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;
}

.section-content-2 {
  padding: 100px 5%;
  background-color: #5a54ff;
  background-image: url('../images/photo-1526470498-9ae73c665de8.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-nav {
  bottom: -25px;
  padding-top: 27px;
}

.text-block-14 {
  color: #fff;
}

.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 550px;
  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: 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-flex-vert-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  max-width: 1140px;
  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: 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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon-3 {
  width: 25px;
  height: 25px;
  color: hsla(0, 0%, 100%, 0.18);
}

.slide {
  padding-top: 31px;
  padding-bottom: 31px;
}

.slider {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.profile-img-2 {
  width: 65px;
  height: 65px;
  margin-bottom: 25px;
  border-radius: 70%;
  background-image: url('../images/4_14.jpg');
  background-position: 0px 0px;
  background-size: 64px;
  box-shadow: 3px 3px 17px 0 rgba(0, 0, 0, 0.3);
}

.left-arrow {
  color: #000;
}

.testimonial-text {
  display: inline-block;
  margin-bottom: 39px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.testimonial-text.black {
  color: #000;
}

.profile-img-1 {
  width: 65px;
  height: 65px;
  margin-bottom: 25px;
  border-radius: 70%;
  background-image: url('../images/4_14.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 17px 0 rgba(0, 0, 0, 0.3);
}

.text-span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.right-arrow {
  color: #000;
}

.section-content-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 5% 100px;
  -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: #fff;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-5 {
  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: 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-flex-vert-wide-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  max-width: 1140px;
  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: 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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.download-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 60px;
}

.h2-c-w-copy {
  display: block;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  color: #fff;
  font-size: 40px;
  text-align: center;
}

.h2-c-w-copy.black {
  margin-bottom: 0px;
  color: #000;
}

.h3-c-w {
  margin-bottom: 16px;
  font-size: 32px;
  text-align: center;
}

.paragraph-4 {
  font-size: 16px;
  text-align: center;
}

.p {
  margin-bottom: 24px;
  text-align: center;
}

.div-block-6 {
  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: 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;
}

.v-center {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-small {
  color: rgba(9, 106, 208, 0.6);
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small.centre-align.margin-bottom {
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.footer-links {
  padding-top: 50px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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: #f7f7f7;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.nav-link-8 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
}

.nav-link-8:hover {
  color: #8a8a8a;
}

.nav-link-8.w--current {
  color: #8b8b8b;
}

.nav-link-8.hide-desktop {
  display: none;
}

.nav-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  min-height: 100px;
  -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;
}

.navbar-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  min-height: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.nav-menu-8 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: left;
  clear: none;
  text-align: center;
}

.login-button-2 {
  margin-top: 13px;
  margin-left: 15px;
  padding: 9px 30px;
  border: 2px none #fff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #1fdb84;
  font-size: 16px;
  font-weight: 600;
}

.logo-3 {
  display: block;
  width: 100px;
  margin: 14px;
  padding-bottom: 0px;
  float: left;
}

.nav-link-9 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link-9:hover {
  color: #8a8a8a;
}

.nav-link-9.w--current {
  color: #8b8b8b;
}

.nav-link-9.hide-sm {
  text-transform: none;
}

.grid {
  justify-items: stretch;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.data-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  padding: 0px 60px 120px;
  -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-image: url('../images/photo-1530196116728-b7d64739b557.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0px 20px 46px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px 0px 0px 20px;
  background-color: transparent;
}

.number {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 28px;
  font-weight: 700;
}

.div-number {
  margin-bottom: 40px;
}

.font-grey {
  margin-bottom: 4px;
  color: #979797;
  font-size: 14px;
}

.head-b {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.dropdown-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin-top: 20px;
  -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;
}

.dropdown-toggle {
  width: 150px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.dropdown-n {
  height: 60px;
  margin-right: 16px;
}

.button {
  width: 100px;
  height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 4px;
  background-color: #05965e;
  box-shadow: 6px 6px 8px -9px rgba(0, 0, 0, 0.56);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card-bg-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #fff;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.icon-4 {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  border-radius: 5px;
}

.icon-4._1 {
  background-image: url('../images/report.svg');
  background-position: 50% 50%;
  background-size: auto 30px;
  background-repeat: no-repeat;
}

.card-wrapper {
  width: 1200px;
  margin-top: 40px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 13px 13px 15px 9px rgba(0, 0, 0, 0.14);
}

.column-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.title-wrapper {
  margin-bottom: 40px;
  padding-top: 20px;
  padding-right: 80px;
  padding-left: 80px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: rgba(16, 26, 37, 0.75);
}

.div-block-9 {
  width: 1200px;
  height: 200px;
  margin-top: 20px;
  margin-bottom: 54px;
  border-radius: 20px;
  background-color: #fff;
}

.column-6 {
  width: 70px;
  height: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#48495a), to(#48495a));
  background-image: linear-gradient(180deg, #48495a, #48495a);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.column-6:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#525368), to(#525368));
  background-image: linear-gradient(180deg, #525368, #525368);
}

.column-6._3 {
  height: 100px;
}

.column-6._5 {
  height: 150px;
}

.column-6._2 {
  height: 130px;
}

.column-6._1 {
  height: 70px;
  border-bottom-left-radius: 10px;
}

.column-6._6 {
  height: 120px;
}

.large-title {
  position: absolute;
  left: 30px;
  top: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}

.date {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.date.white {
  background-color: #fff;
  color: #d12f78;
}

.graph {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 20px 30px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#363444), to(#363444));
  background-image: linear-gradient(180deg, #363444, #363444);
  box-shadow: 9px 9px 13px -5px rgba(0, 0, 0, 0.48);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.graph:hover {
  box-shadow: inset 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

.gradient {
  width: 70px;
  height: 180px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#66b8d6), to(#96d12f));
  background-image: linear-gradient(180deg, #66b8d6, #96d12f);
}

.month {
  font-family: Montserrat, sans-serif;
  color: #696b83;
  font-size: 14px;
  text-transform: uppercase;
}

.bar {
  margin-right: 5px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.bar:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

@media screen and (max-width: 991px) {
  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .top-nav.footer-nav {
    min-height: 220px;
    -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;
  }
  .navigation-item {
    margin-right: 0em;
    margin-left: 0em;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }
  .navigation-item:hover {
    background-color: #f7f8f9;
  }
  .navigation-item:active {
    background-color: #eef0f3;
  }
  .navigation-item.footer-nav-item {
    padding-top: 0.5em;
  }
  .white-box.link-box.paper-box {
    width: 31%;
  }
  .white-box.link-box.asset-box {
    width: 100%;
  }
  .dash-row.masonry {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .template-right {
    width: 100%;
    height: auto;
  }
  .project-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .template-left {
    width: 100%;
  }
  .large-number {
    font-size: 26px;
    line-height: 1.6;
  }
  .option-svg.desktop-login.current {
    display: block;
  }
  .tabs-menu {
    margin-right: 0px;
  }
  .h2-c-w.black {
    margin-bottom: 20px;
  }
  .tab-on {
    width: 100%;
    min-height: 90px;
    margin-bottom: 15px;
  }
  .tab-on.w--current {
    width: 100%;
    margin-bottom: 15px;
  }
  .tabs-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .phone {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .container-2.flex {
    padding-left: 60px;
  }
  .section.hero {
    min-height: auto;
    padding-right: 10px;
    padding-bottom: 130px;
    padding-left: 10px;
  }
  .icon-2 {
    color: #fff;
  }
  .nav-link-7 {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
    font-size: 16px;
    line-height: 22px;
  }
  .nav-link-7.hide-desktop {
    display: inline-block;
  }
  .nav-link-7.hide-sm {
    display: none;
  }
  .nav-wrap {
    display: block;
  }
  .nav-menu-7 {
    max-height: 430px;
    padding-top: 15px;
    padding-left: 15px;
    background-color: #5748c5;
  }
  .login-button.cta {
    display: block;
    text-align: center;
  }
  .menu-button-4 {
    margin-top: 10px;
    color: #8b8b8b;
  }
  .menu-button-4.w--open {
    margin-top: 0px;
    background-color: #20193a;
  }
  .logo-text {
    margin-top: 0px;
    padding-top: 7px;
  }
  .logo-2 {
    margin-top: 24px;
  }
  .hero-info.img {
    padding-right: 0px;
  }
  .title-2 {
    padding-top: 0px;
    font-size: 60px;
  }
  .benefit-block {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-content-grey {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-content-2 {
    padding-right: 2%;
    padding-left: 2%;
  }
  .container-flex-vert-wide {
    width: 90%;
  }
  .section-content-3 {
    padding-right: 2%;
    padding-left: 2%;
  }
  .container-flex-vert-wide-copy {
    width: 90%;
  }
  .download-wrap {
    width: 100%;
  }
  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav-link-8 {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
    font-size: 16px;
    line-height: 22px;
  }
  .nav-link-8.hide-desktop {
    display: inline-block;
  }
  .nav-link-8.hide-sm {
    display: none;
  }
  .nav-wrap-2 {
    display: block;
    padding-left: 20px;
  }
  .nav-menu-8 {
    max-height: 430px;
    padding-top: 15px;
    padding-left: 15px;
    background-color: #3b9c6a;
  }
  .nav-link-9 {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
    font-size: 16px;
    line-height: 22px;
  }
  .nav-link-9.hide-sm {
    display: none;
  }
  .image-3 {
    margin-top: 140px;
  }
}

@media screen and (max-width: 767px) {
  .nav-dropdown-list {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .navigation-icon {
    min-height: 20px;
    margin-right: 0em;
    margin-bottom: 10px;
    text-align: center;
  }
  .logo-link {
    padding-left: 0px;
  }
  .top-nav.footer-nav {
    min-height: 250px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }
  .navigation-item {
    padding-right: 0.5em;
    padding-left: 0.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
  }
  .navigation-item.profile-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navigation-item.footer-nav-item {
    margin-left: 0em;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .white-box.third {
    width: 48%;
    margin-right: auto;
    margin-left: auto;
  }
  .white-box.third.mobile-full-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 98%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .white-box.two-third {
    width: 100%;
  }
  .white-box.link-box {
    width: 100%;
  }
  .white-box.link-box.paper-box {
    width: 48%;
  }
  .control-bar {
    display: none;
  }
  .navigation-menu {
    padding-right: 1em;
    padding-left: 1em;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .doc-description {
    max-height: 68px;
  }
  .html-embed {
    bottom: 0px;
  }
  .project-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .tabs-menu {
    margin-right: 0px;
  }
  .h2-c-w {
    line-height: 50px;
  }
  .h2-c-w.black {
    margin-bottom: 10px;
  }
  .container-2.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.hero {
    padding-bottom: 40px;
  }
  .image-2 {
    margin-bottom: 10px;
  }
  .benefit {
    width: 100%;
    margin-bottom: 50px;
  }
  .benefit-block {
    padding-bottom: 20px;
  }
  .div-block-3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .feature-wrap {
    height: auto;
  }
  .section-content-grey {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .section-content-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-content-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer-links {
    padding-top: 20px;
  }
  .image-3 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .login-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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .body {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navigation-icon {
    z-index: 999;
    margin-bottom: 3px;
    font-size: 16px;
  }
  .top-nav {
    padding-right: 0em;
    padding-left: 1em;
  }
  .navigation-item {
    width: 20%;
    font-size: 12px;
  }
  .navigation-item.profile-nav {
    width: auto;
  }
  .navigation-item.footer-nav-item {
    width: auto;
  }
  .navigation-item.hide-on-mobile {
    display: none;
  }
  .white-box.third {
    width: 100%;
  }
  .white-box.link-box.paper-box {
    max-width: 300px;
    min-width: 210px;
    margin-bottom: 4%;
  }
  .dashboard-section {
    padding-right: 1em;
    padding-left: 1em;
  }
  .mobile-footer-spacing {
    display: block;
    height: 67px;
  }
  .navigation-menu {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding: 0em;
  }
  .progress-text-column {
    font-size: 12px;
  }
  .tabs {
    z-index: 999;
  }
  .dash-row.masonry {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .template-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo-content {
    font-size: 28px;
  }
  .background {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }
  .body-m {
    padding-top: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/photo-1438118907704-7718ee9a191a.jpeg');
  }
  .bottom {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .contents {
    color: #50b49b;
  }
  .tabs-menu {
    width: 90%;
    min-width: 300px;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p1-c-w.black {
    margin-bottom: 0px;
  }
  .h2-c-w {
    margin-bottom: 10px;
    line-height: 50px;
  }
  .h2-c-w.black {
    margin-bottom: 10px;
    font-size: 36px;
  }
  .container-flex-vert {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .section-content-blue {
    padding-top: 60px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .tab-on {
    width: 90%;
  }
  .tab-on.w--current {
    width: 100%;
  }
  .container-2.flex {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-2.footer-info {
    margin-right: -27px;
    margin-left: -27px;
  }
  .section.hero {
    padding-top: 120px;
  }
  .section.benefits {
    padding-right: 10px;
    padding-left: 10px;
  }
  .login-button.cta {
    position: absolute;
  }
  .logo-text {
    padding-top: 5px;
  }
  .logo-2 {
    margin-top: 20px;
    padding-left: 20px;
  }
  .hero-info {
    position: static;
    padding-right: 0px;
  }
  .title-2 {
    margin-bottom: 40px;
    font-size: 38px;
    line-height: 45px;
  }
  .benefit-block {
    padding: 40px 20px;
  }
  .section-content-grey {
    padding: 60px 20px 0px;
  }
  .feature-wrap-left {
    margin-right: 14px;
  }
  .column {
    padding-left: 0px;
  }
  .section-content-2 {
    padding-bottom: 40px;
  }
  .container-flex-vert-wide {
    width: 90%;
  }
  .testimonial-text {
    margin-top: 114px;
  }
  .testimonial-text.black {
    margin-top: 20px;
  }
  .section-content-3 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .container-flex-vert-wide-copy {
    width: 90%;
  }
  .download-wrap {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .h3-c-w {
    margin-top: 40px;
    font-size: 30px;
  }
  .v-center {
    margin-bottom: 50px;
  }
  .footer-links {
    line-height: 28px;
    text-align: center;
  }
  .nav-wrap-2 {
    padding-left: 0px;
  }
  .nav-menu-8 {
    padding-top: 0px;
    background-color: #3b9c6a;
  }
  .image-3 {
    margin-top: 0px;
  }
  .image-4 {
    margin-top: 60px;
  }
}
