:root {
  --steel-blue: #0093c2;
  --salmon: #f1645e;
  --dark-slate-blue: #234f82;
}

body {
  color: #333;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Roboto Slab, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}

p {
  color: #525b73;
  margin-bottom: 10px;
}

a {
  color: var(--steel-blue);
  text-decoration: underline;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Roboto Slab, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
  transition: color .2s;
  display: flex;
}

.brand:hover {
  color: #4b6bf5;
}

.nav-dropdown-list.w--open {
  background-color: #161a25eb;
  margin-left: -8px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-link {
  padding: 28px 16px;
  font-weight: 600;
  transition: color .1s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--steel-blue);
}

.button {
  background-color: var(--steel-blue);
  color: #fff;
  text-align: center;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
}

.button:hover {
  box-shadow: 0 4px 12px #f1645e33;
}

.button.small {
  border-radius: 20px;
  height: 40px;
  padding: 10px 24px;
  font-size: 13px;
  line-height: 20px;
}

.wrapper {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.wrapper.nav-bar-wrapper {
  z-index: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.nav-bar {
  z-index: 100;
  background-color: #fff;
  justify-content: center;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px #161a251a;
}

.navigation {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.nav-dropdown-link {
  color: #ffffffb3;
  padding: 8px 32px 8px 24px;
  font-size: 14px;
  transition: color .1s;
}

.nav-dropdown-link:hover, .nav-dropdown-link.w--current {
  color: #fff;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-dropdown-icon {
  display: none;
}

.nav-bar-shadow {
  opacity: 0;
  position: absolute;
  inset: 0;
  box-shadow: 0 3px 16px #525b7326;
}

.image--logo {
  height: 65px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.mini-heading {
  color: #7c8499;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
}

.mini-heading.big {
  color: #161a25;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
}

.mini-heading.big.white {
  color: #fff;
}

.section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 136px 24px;
  display: flex;
  position: relative;
}

.section.page-header {
  background-color: var(--steel-blue);
  color: #fff;
  padding-top: 292px;
  padding-bottom: 195px;
  overflow: hidden;
}

.section.no-padding-top {
  padding-top: 0;
}

.section.grade {
  background-image: linear-gradient(#fff, #f4f5f9);
}

.section.color {
  color: #fff;
  background-color: #4b6bf5;
}

.section.color.padding-small.mask {
  background-color: #161a2566;
  background-image: linear-gradient(#161a2599, #161a2599), url('../images/104866456_l_r.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.page-header {
  color: #fff;
  background-color: #4b6bf5;
  padding-top: 231px;
  overflow: hidden;
}

.section.page-header.about {
  background-color: var(--steel-blue);
  background-image: linear-gradient(#0093c2ed, #234f82a3), url('../images/60483545_m.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 170px;
}

.section.haze {
  background-color: #f5f6f8;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #4b6bf5;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
}

.button-2:hover {
  box-shadow: 0 4px 12px #4b6bf580;
}

.button-2.white {
  color: #161a25;
  background-color: #fff;
}

.button-2.white:hover {
  box-shadow: 0 4px 12px #161a2540;
}

.button-2.white.side-margins {
  margin-left: 8px;
  margin-right: 8px;
}

.button-2.ghost-bg {
  background-color: #0000;
  box-shadow: inset 0 0 0 2px #fff6;
}

.button-2.ghost-bg:hover {
  box-shadow: inset 0 0 0 2px #fff;
}

.line-elements {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.bg-image.intro-image {
  background-image: linear-gradient(308deg, #91bb55c7, #4091bec7), url('../images/60483545_m.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.bg-image._15 {
  background-image: linear-gradient(#161a2566, #161a2566), url('../images/60483545_m.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-intro {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  margin-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.section-intro.wide {
  max-width: 900px;
}

.section-intro.wide.no-margin {
  max-width: 800px;
}

.section-intro.no-margin {
  margin: 0;
}

.wrapper-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.wrapper-2.place-top {
  z-index: 1;
}

.section-intro-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 620px;
  margin-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.section-intro-2.no-bottom {
  margin-bottom: 0;
}

.divider {
  z-index: 1;
  background-color: var(--steel-blue);
  width: 40px;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 24px;
  position: relative;
}

.paragraph-big {
  font-size: 17px;
  line-height: 28px;
}

.intro-big-text {
  color: #e6e8ef80;
  margin-top: 8px;
  font-size: 128px;
  font-weight: 700;
  line-height: 96px;
  display: block;
}

.paragraph-small {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 20px;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #bd3323;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
}

.button-3:hover {
  box-shadow: 0 4px 12px #bd332342;
}

.button-3.side-margins {
  margin-left: 8px;
  margin-right: 8px;
}

.button-3.small {
  border-radius: 20px;
  height: 40px;
  padding: 10px 24px;
  font-size: 13px;
  line-height: 20px;
}

.button-3.small.top {
  margin-top: 6px;
}

.feature-v2-info {
  flex: 1;
  margin-left: 24px;
}

.divider-2 {
  z-index: 1;
  background-color: #cbd0df;
  width: 40px;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 24px;
  position: relative;
}

.features-v2 {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.feature-v2 {
  align-items: flex-start;
  width: 33.33%;
  padding: 8px 25px 40px 15px;
  display: flex;
}

.feature-v2._50 {
  width: 50%;
}

.icon {
  background-color: #4b6bf5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  display: flex;
}

.icon.border {
  background-color: #0000;
  border: 1px solid #e6e8ef;
  flex: none;
}

.feature-card-list {
  padding-left: 40px;
}

.text-grey {
  color: #525b73;
}

.feature-card {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  flex: 25%;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 72px 5%;
  display: flex;
  position: relative;
  box-shadow: 0 10px 24px #525b731f;
}

.feature-card.big {
  flex-direction: row;
  flex: 58.33%;
  justify-content: flex-start;
  align-items: stretch;
}

.feature-card.big.vert {
  flex-direction: column;
}

.h3-smaller {
  margin-top: 0;
  font-size: 23px;
}

.h3-smaller.more-top {
  margin-top: 20px;
}

.div-block--adult {
  display: flex;
}

.div-block-adult-center {
  margin-bottom: 16px;
}

.feature-cards {
  z-index: 1;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  position: relative;
}

.checked-item {
  background-image: url('../images/check.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 36px;
  font-weight: 600;
}

.feature-card-block {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-left: 15px;
  padding-right: 24px;
  display: flex;
}

.subscribe {
  width: 800px;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 0;
}

.input {
  border: 1px solid #e6e8ef;
  border-radius: 24px;
  height: 48px;
  margin-bottom: 24px;
  padding: 15px 24px 14px;
  transition: border-color .2s;
}

.input:hover {
  border-color: #cbd0df;
}

.input:focus {
  border-color: #4b6bf5;
}

.input.subscribe-email {
  background-image: url('../images/input-mail-con.svg');
  background-position: 0;
  background-repeat: no-repeat;
  border-color: #0000;
  width: 33.33%;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 56px;
}

.input.subscribe-name {
  background-image: url('../images/input-user-icon.svg');
  background-position: 0;
  background-repeat: no-repeat;
  border-color: #0000;
  width: 33.33%;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 56px;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #bd3323;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
}

.button-4:hover {
  box-shadow: 0 4px 12px #4b6bf580;
}

.button-4.subscribe-button {
  background-color: var(--steel-blue);
  width: 33.33%;
  margin-left: 8px;
  margin-right: 8px;
}

.button-4.subscribe-button:hover {
  box-shadow: 0 4px 12px #161a254d;
}

.form-error {
  color: #ff2f5b;
  text-align: center;
  background-color: #0000;
  font-size: 13px;
  line-height: 20px;
}

.form-error.subscribe-error {
  color: #fff;
}

.subscribe-form {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 8px;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
}

.subscribe-icon {
  background-color: var(--steel-blue);
  border: 3px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  display: flex;
}

.subscribe-icon.grade-4 {
  width: 70px;
  height: 70px;
}

.form-success {
  background-color: #0000;
}

.full-container {
  color: #1a1a1a;
  background-color: #0000;
  max-width: 1170px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: block;
}

.full-container.footer {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.paragraph-4 {
  color: #797979;
  border-right: 1px #858585;
  margin-right: 5px;
  font-size: 13px;
  font-weight: 300;
  display: inline;
}

.top-space-block {
  text-align: left;
  background-color: #0000;
  margin-top: 50px;
  padding-top: 0;
}

.top-space-block._30 {
  text-align: center;
  margin-top: 0;
}

.top-space-block._30.center {
  color: #797979;
}

.link-block.footer {
  margin-bottom: 18px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.footer {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 60px;
  display: block;
}

.footer-divider {
  background-color: #dfdfdf;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-divider.impact {
  margin-bottom: 0;
}

.center-device {
  text-align: left;
}

.center-device.center {
  text-align: center;
  margin-top: 20px;
}

.center-block {
  text-align: center;
  text-transform: none;
  background-color: #0000;
  margin-top: 0;
}

.nav-link-2 {
  color: #797979;
  letter-spacing: 1px;
  padding: 37px 12px 35px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.nav-link-2.w--current, .nav-link-2.w--current:active {
  color: #ae06d8e3;
}

.nav-link-2.footer-link {
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.nav-link-2.footer-link.w--current {
  color: var(--steel-blue);
}

.social-icon {
  text-align: right;
  background-image: url('../images/facebook-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  transition: all .4s;
}

.social-icon:hover {
  background-image: url('../images/facebook-logo-2.png');
  background-size: 16px;
}

.social-icon.instagram {
  background-image: url('../images/instagram-logo.png');
  background-size: 16px;
}

.social-icon.instagram:hover {
  background-image: url('../images/instagram-logo-2.png');
  background-size: 16px;
}

.social-icon.twitter {
  background-image: url('../images/twitter-logo-silhouette.png');
  background-size: 16px;
}

.social-icon.twitter:hover {
  background-image: url('../images/twitter-logo-silhouette-2.png');
  background-size: 16px;
}

.social-icon.youtube {
  background-image: url('../images/youtube.svg');
  background-size: 16px;
}

.social-icon.youtube:hover {
  background-image: url('../images/youtube-1.svg');
}

.place-top {
  z-index: 1;
  margin-top: 0;
  position: relative;
}

.process {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 120px 15px 32px;
  display: flex;
  position: relative;
}

.process.no-margin-bottom {
  margin-top: 40px;
  margin-bottom: 0;
}

.text-light-grey {
  color: #a7adc0;
}

.process-line {
  background-image: linear-gradient(#0000, #e6e8ef 6% 94%, #0000);
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.process-step-number {
  color: #f4f5f9;
  margin-left: auto;
  margin-right: auto;
  font-size: 88px;
  font-weight: 700;
  line-height: 64px;
  display: block;
  position: absolute;
  top: 0;
}

.process-step-number.left {
  text-align: right;
  top: -12px;
  right: -36px;
}

.process-step-number.right {
  text-align: left;
  top: -12px;
  left: -36px;
}

.process-icon {
  z-index: 1;
  background-color: var(--steel-blue);
  border: 3px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  box-shadow: 0 6px 12px #525b7333;
}

.process-step {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.process-step.left {
  justify-content: flex-start;
}

.process-step.right {
  justify-content: flex-end;
}

.process-step.right.step2 {
  margin-top: 50px;
  margin-bottom: 30px;
}

.process-step-info {
  text-align: center;
  width: 40%;
  position: relative;
}

.process-step-info.right {
  text-align: left;
}

.process-step-info.left {
  text-align: right;
}

.no-margin {
  margin: 0;
}

.button-icon {
  float: left;
  width: 20px;
  margin-right: 8px;
}

.team-member-info {
  flex: 1;
}

.section-intro-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.team-member-link {
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  padding: 5px;
  transition: transform .2s;
  display: flex;
}

.team-member-link:hover {
  z-index: 1;
  position: relative;
  transform: scale(1.2);
}

.text-dark-grey {
  color: #596273;
}

.text-left {
  text-align: left;
}

.team {
  flex-wrap: wrap;
  width: 100%;
  margin-top: -15px;
  margin-bottom: 64px;
  display: flex;
}

.full-width {
  width: 100%;
}

.team-member-header {
  border-bottom: 1px solid #e1e6ee;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.team-member-header.acnos {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

.team-member-position {
  color: #596273;
  text-align: right;
  text-transform: uppercase;
  flex: 1;
  font-size: 11px;
  line-height: 16px;
}

.text-block {
  color: #596273;
  margin-top: 16px;
  font-size: 14px;
  line-height: 24px;
}

.section-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 40px;
  display: flex;
  position: relative;
}

.section-2.haze {
  background-color: #f5f6f8;
}

.team-member-avatar {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 155px;
  height: 180px;
}

.team-member-avatar._1 {
  background-image: url('../images/2019-Official-headshot.jpg');
  flex: none;
  margin-right: 30px;
}

.team-member-avatar._2 {
  background-image: url('../images/image1.jpeg');
  flex: none;
  margin-right: 30px;
}

.team-member-avatar._4 {
  background-image: url('../images/Avatar-31.jpg');
  flex: none;
  margin-right: 30px;
}

.team-member-avatar._3 {
  background-image: url('../images/Avatar-27.jpg');
  flex: none;
  margin-right: 30px;
}

.title {
  color: #a9b0be;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
}

.team-member-heading {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 6px;
}

.team-member {
  background-color: #fff;
  border-radius: 10px;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 6px 12px #5962731f;
}

.team-member.acnos {
  flex-direction: column;
  align-items: stretch;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #2583fd;
  background-image: linear-gradient(#39abff, #397ef3);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: inset 0 0 0 1px #2583fd;
}

.button-5:hover {
  box-shadow: inset 0 0 0 1px #2583fd, 0 4px 16px #2583fd80;
}

.team-member-wrapper {
  width: 50%;
  padding: 15px;
}

@media screen and (max-width: 991px) {
  .nav-dropdown-list.w--open {
    background-color: #0000;
    margin-left: 0;
    box-shadow: 0 1px #ffffff1f;
  }

  .nav-link {
    color: #ffffffb3;
    padding: 12px 24px;
    box-shadow: 0 1px #ffffff1f;
  }

  .nav-link:hover, .nav-link.w--current, .nav-link.w--current:hover {
    color: #fff;
  }

  .nav-link.w--open {
    box-shadow: none;
  }

  .nav-bar {
    border-top: 1px solid #161a251a;
    padding-left: 8px;
    padding-right: 0;
  }

  .menu-button {
    border-left: 1px solid #161a251a;
    margin-left: 16px;
  }

  .menu-button.w--open {
    color: #161a25;
    background-color: #0000;
  }

  .navigation {
    padding-right: 0;
  }

  .nav-dropdown-link {
    padding-left: 40px;
  }

  .nav-dropdown-link:hover, .nav-dropdown-link:visited {
    color: #fff;
  }

  .nav-dropdown-link.w--current {
    color: #ffffff80;
  }

  .nav-menu {
    background-color: #161a25eb;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .nav-dropdown-icon {
    opacity: .4;
    display: inline-block;
  }

  .section {
    padding: 104px 8px;
  }

  .section.page-header {
    padding-top: 164px;
    padding-bottom: 150px;
  }

  .section.page-header.about {
    padding-bottom: 105px;
  }

  .bg-image {
    height: 150%;
  }

  .section-intro, .section-intro-2 {
    margin-bottom: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-big-text {
    font-size: 88px;
    line-height: 72px;
  }

  .feature-v2 {
    width: 50%;
    padding-bottom: 24px;
    padding-left: 8px;
    padding-right: 24px;
  }

  .feature-card {
    flex-basis: 40%;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .top-space-block._30.center {
    margin-top: 50px;
  }

  .center-block {
    margin-top: 0;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 27px;
    padding-bottom: 25px;
    padding-left: 14px;
  }

  .nav-link-2.w--current {
    color: #e375ffe3;
  }

  .process {
    padding-left: 8px;
    padding-right: 8px;
  }

  .process.no-margin-bottom {
    margin-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .no-margin {
    margin: 0;
  }

  .section-intro-3 {
    max-width: 500px;
    margin-bottom: 56px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .team {
    width: 83.33%;
    margin-top: -12px;
    margin-bottom: 48px;
  }

  .section-2 {
    padding: 80px 8px;
  }

  .team-member-wrapper {
    width: 100%;
    padding: 12px 8px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 33px;
    line-height: 50px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.page-header {
    padding-top: 140px;
    padding-bottom: 116px;
  }

  .section.page-header.about {
    padding-bottom: 67px;
  }

  .button-2.white.side-margins {
    margin-bottom: 8px;
  }

  .line-elements {
    flex-direction: column;
    align-items: stretch;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-intro, .section-intro-2 {
    margin-bottom: 48px;
  }

  .paragraph-big {
    font-size: 16px;
  }

  .intro-big-text {
    font-size: 80px;
    line-height: 64px;
  }

  .button-3.side-margins {
    margin-bottom: 16px;
  }

  .features-v2 {
    width: 75%;
  }

  .feature-v2 {
    width: 100%;
    padding-right: 8px;
  }

  .feature-card-list {
    padding-left: 24px;
  }

  .feature-card {
    padding-top: 48px;
    padding-bottom: 56px;
  }

  .feature-card-block {
    padding-left: 8px;
    padding-right: 8px;
  }

  .subscribe {
    max-width: 66.66%;
  }

  .input.subscribe-email, .input.subscribe-name, .button-4.subscribe-button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 24px;
  }

  .link-block.footer, .center-device {
    text-align: center;
  }

  .center-block {
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 22px;
    padding-bottom: 20px;
  }

  .place-top {
    z-index: 10;
  }

  .process {
    margin-bottom: 48px;
  }

  .process.no-margin-bottom {
    margin-bottom: 0;
  }

  .process-step-number {
    font-size: 64px;
    line-height: 48px;
  }

  .process-step-number.left {
    top: -4px;
    right: -16px;
  }

  .process-step-number.right {
    top: -4px;
    left: -16px;
  }

  .no-margin {
    margin: 0;
  }

  .team {
    width: 100%;
    margin-bottom: 32px;
  }

  .section-2 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 27px;
    line-height: 40px;
  }

  .image--logo {
    height: 46px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.page-header {
    padding-top: 124px;
    padding-bottom: 88px;
  }

  .intro-big-text {
    font-size: 56px;
    line-height: 56px;
  }

  .features-v2 {
    width: 100%;
  }

  .feature-card-list {
    margin-bottom: 0;
    padding-left: 0;
  }

  .feature-card {
    flex: 0 auto;
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .feature-card.big {
    flex-wrap: wrap;
  }

  .feature-card-block {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .subscribe {
    max-width: 100%;
    padding-top: 8px;
  }

  .full-container {
    text-align: left;
  }

  .center-block {
    padding-left: 0;
  }

  .process {
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 24px;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .process.no-margin-bottom {
    margin-bottom: 0;
  }

  .process-line {
    margin-left: 28px;
  }

  .process-step-number.left {
    top: -4px;
    left: -16px;
    right: auto;
  }

  .process-icon {
    width: 56px;
    height: 56px;
    top: -12px;
    left: 0;
    right: auto;
  }

  .process-step {
    margin-bottom: 40px;
  }

  .process-step-info {
    width: 100%;
    margin-left: 72px;
  }

  .process-step-info.left {
    text-align: left;
  }

  .no-margin {
    margin: 0;
  }

  .team-member-header {
    flex-wrap: wrap;
    padding-top: 20px;
  }

  .team-member-position {
    text-align: left;
    flex: 0 auto;
    width: 100%;
    margin-top: 4px;
  }

  .section-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .team-member-avatar {
    width: 100%;
    height: 280px;
  }

  .team-member {
    flex-direction: column;
    padding: 32px;
  }
}


