h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

a {
  color: #368bd6;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
}

.body {
  font-family: Nunito, sans-serif;
  color: #2e2f32;
}

.heading {
  font-size: 38px;
  font-weight: 400;
}

.heading.hero__headline {
  font-weight: 500;
  text-align: left;
}

.heading.heading--why {
  margin-top: 60px;
  margin-bottom: 60px;
}

.heading-2 {
  font-size: 24px;
  font-weight: 300;
}

.heading-2.hero__subheadline {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  text-align: left;
}

.heading-2.hero__headlinefold {
  margin-top: 80px;
  font-size: 24px;
}

.heading-2.hero__subheadlinespacer {
  margin-top: 40px;
}

.heading-2.hero__subheadlinespacer.hero__subheadlinespacer--help {
  margin-bottom: 80px;
}

.hero__logo {
  margin-top: 24px;
  margin-right: 100px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.hero__cta__img {
  width: 145px;
  height: 43px;
  margin: 0px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero__screenshot {
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 20px;
}

.hero__fold {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-top: 30px;
  margin-bottom: 30px;
  -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: 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;
}

.hero__fold__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -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;
}

.tabs {
  margin-top: -40px;
}

.tabs-content {
  margin-right: 200px;
  margin-left: 200px;
}

.tab__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-right: 10px;
  margin-left: 10px;
  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: 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-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfeff), to(#fdfeff));
  background-image: linear-gradient(180deg, #fdfeff, #fdfeff);
  text-align: center;
}

.tab__wrapper.w--current {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 8px 32px 0 rgba(172, 193, 210, .86);
}

.tab__headline {
  font-size: 20px;
  font-weight: 400;
}

.tab__headline.tab__headline--communication {
  color: #03b381;
}

.tab__headline.tab__headline--integrations {
  color: #368bd6;
}

.tab__headline.tab__headline--security {
  color: #ac3ba8;
}

.tab__headline.tab__headline--open {
  color: #ff812d;
}

.tab__p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

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

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.tab__icon {
  height: 42px;
  max-height: 42px;
  max-width: 42px;
}

.btn-primary {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 8px;
  background-color: #03b381;
}

.btn-primary.btn-primary--tabs {
  margin-top: 40px;
  border-radius: 4px;
}

.btn-primary.btn-primary--careers {
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-primary.btn-primary--features {
  margin-top: 20px;
}

.btn-primary.btn-primary--hero {
  margin-top: 10px;
}

.trusted {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f3f8fd;
  text-align: center;
}

.trusted__logos2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.navbar {
  background-color: #27303a;
}

.navbar__link {
  padding-right: 40px;
  padding-left: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.navbar__link.navbar__link--primary {
  margin-top: 12px;
  margin-left: 20px;
  padding: 8px 20px;
  border-radius: 4px;
  background-color: #03b381;
}

.navbar__link.navbar__link--primary.w--current {
  color: #fff;
}

.image {
  margin-top: 10px;
}

.footer {
  padding: 80px 100px 40px;
  background-color: #27303a;
}

.footer-link {
  color: #858585;
  font-size: 16px;
}

.footer-link.footer-link__headline {
  margin-bottom: 12px;
  color: #fff;
  font-weight: 600;
}

.footer-link.footer-link--footer {
  margin-right: 20px;
  margin-left: 20px;
}

.footer__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -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;
}

.footer__column {
  padding-left: 10%;
  text-align: left;
}

.navbar__container {
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 100px 50px;
  -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;
  text-align: center;
}

.hero.hero--gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c5e0f7), to(#fff));
  background-image: linear-gradient(180deg, #c5e0f7, #fff);
}

.hero.hero--features {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero__headline {
  font-weight: 400;
}

.why-block {
  display: block;
  margin: 20px;
  padding: 20px 40px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f7fcfb;
  text-align: left;
}

.why-block.block--blue {
  background-color: #f3f7fb;
}

.why-block.block--purple {
  background-color: #fcf9fc;
}

.why-block.block--orange {
  background-color: #fffbf8;
}

.why-block.block--red {
  background-color: #fff9fa;
}

.why__headline {
  color: #03b381;
  font-size: 24px;
  font-weight: 300;
}

.why__headline.headline--blue {
  color: #368bd6;
}

.why__headline.headline--purple {
  color: #ac3ba8;
}

.why__headline.headline--orange {
  color: #ff812d;
}

.why__headline.headline--red {
  color: #ff4b55;
}

.feature-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0px;
  -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;
  background-color: #f7fcfb;
  text-align: left;
}

.feature-block.block--blue {
  background-color: #f3f7fb;
}

.feature-block.block--purple {
  background-color: #fcf9fc;
}

.feature-block.block--orange {
  background-color: #fffbf8;
}

.feature-block.block--red {
  background-color: #fff9fa;
}

.feature-block.feature-block--invert {
  padding-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.feature-block__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: 40px;
  margin-bottom: 0px;
  margin-left: 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;
}

.feature-block__image {
  max-width: 40%;
  margin-right: 40px;
  margin-left: 40px;
}

.feature-block__image.shadow {
  box-shadow: 0 12px 32px 0 rgba(19, 210, 60, .08);
}

.feature-block__image.shadow.shadow--blue {
  box-shadow: 0 12px 32px 0 rgba(19, 139, 210, .08);
}

.feature-block__image.shadow.shadow--purple {
  box-shadow: 0 12px 32px 0 rgba(210, 19, 192, .08);
}

.feature-block__image.shadow.shadow-orange {
  box-shadow: 0 12px 32px 0 rgba(210, 121, 19, .08);
}

.feature-block__image.shadow.offset {
  margin-right: auto;
}

.feature-block__image.shadow.shadow--red {
  box-shadow: 0 12px 32px 0 rgba(210, 19, 19, .08);
}

.modular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 100px 60px 60px;
  -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;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 32px 0 #d1e9ff;
}

.faq-question {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.faq {
  margin-top: 30px;
}

.mfm-parent {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.mfm__content {
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.mfm__headline {
  margin-top: 0px;
  font-weight: 400;
}

.github__column__child__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -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;
}

.github__row__text {
  min-width: 120px;
  margin-top: 2px;
  margin-bottom: 0px;
}

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

.why__p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.why__p.why__p--attribution {
  color: #9e9e9e;
  font-size: 12px;
  font-style: italic;
}

.manifesto {
  margin-top: 60px;
  margin-bottom: 60px;
}

.manifesto__subheading {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 300;
}

.feature-block__content__github {
  max-width: 260px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -10px;
}

.modular__headline {
  margin: 20px 40px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.faq-answer {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.downloads-cta__button {
  width: 145px;
  height: 43px;
  margin: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.downloads-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.downloads-cta-small {
  margin-top: 10px;
}

.footer-linkblock {
  display: block;
}

.modular__strip {
  position: static;
  width: 100%;
  height: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(253.57142857142858, 67.74%, 48.63%, 1.00)), color-stop(50%, #4472d5), to(#00c8ff));
  background-image: linear-gradient(90deg, hsla(253.57142857142858, 67.74%, 48.63%, 1.00), #4472d5 50%, #00c8ff);
}

.modular__subline {
  margin: 20px 40px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

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

.modular__button {
  width: 120px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 8px 20px;
  border-radius: 8px;
  background-color: #03b381;
}

.mfm__image {
  max-width: 140px;
  margin-right: 20px;
}

.languages__text {
  margin-top: 4px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 300;
}

.feature-parent {
  display: block;
  max-width: 90%;
  margin: 10px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pricing__subline {
  margin: 40px 40px 20px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

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

.mfm__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 480px;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

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

.languages__flags {
  width: 180px;
  max-width: 80%;
  margin-right: 10px;
}

.why-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.banner {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.banner__strip {
  position: static;
  width: 100%;
  height: 6px;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(253.57142857142858, 67.74%, 48.63%, 1.00)), color-stop(50%, #4472d5), to(#00c8ff));
  background-image: linear-gradient(90deg, hsla(253.57142857142858, 67.74%, 48.63%, 1.00), #4472d5 50%, #00c8ff);
}

.banner__p {
  margin-right: 20px;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 26px;
}

.banner__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
}

.banner__close {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  margin-top: 4px;
  margin-right: 20px;
}

.banner--hidden {
  display: none;
}

@media (max-width: 991px) {
  .hero__logo {
    margin-right: 20px;
    margin-left: auto;
  }
  .hero__cta {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .hero__cta__img {
    margin: 10px;
  }
  .hero__fold {
    margin-right: 0px;
    margin-left: 0px;
  }
  .hero__fold__text {
    margin-right: 20px;
  }
  .tabs-content {
    margin-right: 20px;
    margin-left: 20px;
  }
  .tab__wrapper {
    width: auto;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .tab__wrapper.w--current {
    box-shadow: 0 0 12px 0 #acc1d2;
  }
  .tabs-menu {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .trusted__logos2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar__link.navbar__link--primary {
    margin-left: 40px;
    padding-left: 20px;
    background-color: #27303a;
    color: #03b381;
  }
  .navbar__menu-icon {
    color: #fff;
  }
  .navbar__menu-button.w--open {
    background-color: #27303a;
  }
  .navbar__menu-mobile {
    padding-bottom: 20px;
    background-color: #27303a;
  }
  .footer {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .footer__column {
    margin-bottom: 40px;
    padding-left: 10px;
  }
  .hero {
    padding-right: 30px;
    padding-left: 30px;
  }
  .why-block {
    margin: 10px 0px;
  }
  .feature-block__image {
    margin-right: 20px;
    margin-left: 20px;
  }
  .modular {
    margin-right: 60px;
    margin-left: 60px;
  }
  .mfm__image {
    max-width: 80px;
  }
  .feature-parent {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .mfm {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mfm__block {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .why-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .heading-2.hero__subheadline {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-2.hero__subheadlinespacer.hero__subheadlinespacer--help {
    line-height: 36px;
  }
  .hero__logo {
    margin-top: 0px;
    margin-right: auto;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .hero__fold {
    -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;
  }
  .hero__fold__text {
    margin-top: 30px;
    margin-right: 0px;
    padding-right: 0px;
  }
  .navbar__link.navbar__link--primary {
    padding-left: 0px;
  }
  .footer-link.footer-link--footer {
    margin-left: 0px;
  }
  .footer__footer {
    -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;
  }
  .hero.hero--help {
    padding-right: 10px;
    padding-left: 10px;
  }
  .feature-block {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-block.feature-block--invert {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-block__content {
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }
  .feature-block__image {
    max-width: 90%;
    margin-right: 20px;
    margin-left: 20px;
  }
  .feature-block__image.shadow.offset {
    margin-left: auto;
  }
  .modular {
    margin-right: 10px;
    margin-left: 10px;
  }
  .mfm__image {
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .mfm__block {
    margin-right: 20px;
    margin-bottom: 60px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 479px) {
  .hero__logo {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .why-block {
    padding: 20px;
  }
  .feature-block__image {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .feature-block__image.shadow.offset {
    overflow: visible;
  }
  .downloads-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .mfm__block {
    margin-right: 10px;
    margin-left: 10px;
  }
  .banner__content {
    padding-left: 10px;
    -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;
  }
  .banner__close {
    position: static;
    margin-top: 0px;
    margin-right: 0px;
  }
}

