.heading {
  font-family: Varela, sans-serif;
  font-weight: 400;
  text-align: center;
}

.topname {
  margin-top: 26px;
  font-family: Varela, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
  letter-spacing: 12px;
}

.heading-2 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  text-align: center;
}

.main-title {
  margin-top: 49px;
  font-family: 'Abril Fatface', sans-serif;
  color: #000;
  font-size: 75px;
  font-weight: 400;
  text-align: center;
}

.main-navbar {
  margin-top: 10px;
  border-top: 0.5px solid rgba(0, 0, 0, 0.48);
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.56);
  background-color: transparent;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  text-align: center;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-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;
  border-right: 0.5px none rgba(0, 0, 0, 0.77);
  border-left: 0.5px solid #000;
  font-family: Varela, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.nav-link.w--current {
  background-color: #7e7e7e;
  color: #fff;
}

.nav-link.right {
  border-right-style: solid;
  border-right-color: rgba(0, 0, 0, 0.56);
}

.socials {
  display: none;
  padding-right: 54px;
  padding-left: 54px;
  -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-right: 0.5px solid rgba(0, 0, 0, 0.39);
  border-left: 0.5px solid rgba(0, 0, 0, 0.42);
  font-family: Varela, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.link-block {
  width: 100px;
  height: 100px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.container {
  text-align: center;
}

.logo {
  width: 120px;
  height: 120px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/logo.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.social-button {
  width: 30px;
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 4px;
  border-radius: 100px;
  background-color: #333;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.social-button:hover {
  background-color: #1565c0;
  opacity: 1;
}

.social-button-2 {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 8px;
  border-radius: 100px;
  background-color: #333;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.social-button-2:hover {
  background-color: #1565c0;
  opacity: 1;
}

.featured-post {
  margin-top: 72px;
}

.div-block {
  width: 80%;
  height: 450px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 0.5px;
  border-color: rgba(0, 0, 0, 0.45);
}

.featured-post-img {
  width: 100%;
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

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

.feat {
  padding-top: 94px;
  padding-bottom: 94px;
}

.form {
  padding-top: 153px;
  padding-bottom: 153px;
  text-transform: uppercase;
}

.heading-3 {
  text-align: center;
}

.from-title {
  font-family: 'Abril Fatface', sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.form-embed {
  width: 60%;
  margin-top: 33px;
  margin-right: auto;
  margin-left: auto;
}

.background-video {
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0.43)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0.43));
}

.background-video.section {
  height: auto;
  padding-top: 11px;
}

.d-130-blog-card-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: 500px;
  margin-right: 20px;
  margin-left: 20px;
  -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: 10px solid #fff;
}

.browser-dot {
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 50%;
  background-color: #fc615d;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.browser-demo {
  position: relative;
  display: none;
  overflow: hidden;
  width: 500px;
  height: 300px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background-color: #1a1a1a;
  background-image: none;
}

.d-130-color-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.59);
}

.d-130-right-arrow {
  position: absolute;
  -webkit-transform: skew(-25deg, 0deg);
  -ms-transform: skew(-25deg, 0deg);
  transform: skew(-25deg, 0deg);
}

.d-130-description-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -15%;
  width: 70%;
  height: auto;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-left: 15px;
  padding: 15px;
  background-color: #fff;
}

.d-130-arrow-bg {
  position: absolute;
  left: -50%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 50px;
  padding-right: 18px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffc801;
  -webkit-transform: skew(25deg, 0deg);
  -ms-transform: skew(25deg, 0deg);
  transform: skew(25deg, 0deg);
}

.d-130-read-more-link-block {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 175px;
  height: 50px;
  margin-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.instructions-wrapper {
  position: absolute;
  left: auto;
  top: -100px;
  right: auto;
  bottom: auto;
  display: none;
  margin-top: auto;
  margin-left: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.d-130-date {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 6px;
  -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;
  border: 3px solid #fff;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
}

.browser-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #e2e2e2;
}

.d-130-h3-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Abril Fatface', sans-serif;
  color: #333;
  font-size: 26px;
  letter-spacing: 1px;
  text-transform: none;
}

.d-130-image-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.demo-p.arrow {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-bottom: 10px;
  font-size: 19px;
  text-align: left;
}

.demo-wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0%;
  -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-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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.d-130-writing-icon {
  display: none;
  color: #333;
}

.text-block {
  margin-right: 20px;
  font-family: Varela, sans-serif;
  color: #333;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: none;
}

.d-130-paragraph {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Varela, sans-serif;
  color: #333;
}

.image-2 {
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
}

.d-130-month {
  font-family: Varela, sans-serif;
  font-size: 24px;
}

.d-130-image {
  position: absolute;
  width: 150%;
  height: 150%;
  background-image: url('../images/daria-nepriakhina-194418-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.d-130-image._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36))), url('../images/stock-exchange-4878214_1280.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url('../images/stock-exchange-4878214_1280.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.body-content {
  padding-top: 94px;
  padding-bottom: 94px;
}

.main-subtitles {
  margin-top: 20px;
  font-family: 'Abril Fatface', sans-serif;
  color: #000;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}

.paragraph {
  margin-top: 31px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.paragraph.blurb {
  font-size: 19px;
  line-height: 28px;
}

.paragraph-copy {
  margin-top: 31px;
}

.box-holder {
  padding: 25px;
  border-style: solid;
  border-width: 0.5px;
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #fff;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  margin-left: 1px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-col {
  display: block;
  max-width: 100%;
  padding-right: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-image {
  min-height: 350px;
  margin-bottom: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.54)), to(rgba(0, 0, 0, 0.54))), url('../images/stock-exchange-4878214_1280.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.54)), url('../images/stock-exchange-4878214_1280.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.aside-col {
  max-width: 30%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.search-bar {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.search-btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #ffc801;
  font-family: Varela, sans-serif;
  color: #000;
}

.social-share-button {
  display: inline-block;
  height: 22px;
  max-width: 79px;
  margin-right: 5px;
}

.bold-text {
  font-family: 'Abril Fatface', sans-serif;
  font-size: 34px;
  line-height: 35px;
  font-weight: 700;
}

.heading-4 {
  font-family: Varela, sans-serif;
}

.heading-5 {
  font-family: Varela, sans-serif;
}

@media screen and (max-width: 991px) {
  .main-title {
    padding-right: 19px;
    padding-left: 19px;
    font-size: 60px;
    line-height: 65px;
  }
  .nav-menu {
    position: absolute;
    background-color: #fff;
  }
  .nav-link {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-left-style: none;
  }
  .nav-link.w--current {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.45);
  }
  .form-embed {
    width: 90%;
  }
  .background-video.section {
    height: auto;
  }
  .d-130-blog-card-wrapper {
    margin-bottom: 100px;
  }
  .browser-demo {
    width: 500px;
    height: 300px;
    margin-bottom: 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;
  }
  .instructions-wrapper {
    position: relative;
    left: -25px;
    top: 0%;
    margin-top: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
    -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-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .demo-wrapper {
    margin-top: 100px;
    margin-right: 0%;
    margin-bottom: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image-2 {
    margin-right: 0px;
  }
  .main-col {
    padding-right: 30px;
  }
  .bold-text {
    font-size: 28px;
  }
  .icon {
    color: #121212;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .main-title {
    font-size: 45px;
  }
  .background-video.section {
    height: auto;
  }
  .d-130-blog-card-wrapper {
    width: 90%;
  }
  .browser-demo {
    width: 400px;
    height: 300px;
    margin-right: 110px;
    margin-bottom: 100px;
    margin-left: 110px;
    padding-right: 30px;
    padding-left: 30px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .instructions-wrapper {
    margin-left: 0px;
  }
  .demo-wrapper {
    margin-top: 100px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
  }
  .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-col {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .aside-col {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .bold-text {
    font-size: 25px;
  }
}

@media screen and (max-width: 479px) {
  .main-title {
    font-size: 40px;
    line-height: 45px;
  }
  .form {
    padding-right: 9px;
    padding-left: 9px;
  }
  .background-video {
    height: 700px;
  }
  .background-video.section {
    height: auto;
  }
  .d-130-blog-card-wrapper {
    width: 300px;
    margin-bottom: 180px;
  }
  .browser-demo {
    width: 300px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .d-130-description-wrapper {
    bottom: -30%;
  }
  .instructions-wrapper {
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .demo-wrapper {
    margin-top: 100px;
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-2 {
    margin-top: 0px;
    margin-right: 0px;
  }
  .body-content {
    padding-top: 35px;
  }
  .box-holder {
    padding-right: 0px;
    padding-left: 0px;
  }
  .bold-text {
    font-size: 21px;
    line-height: 30px;
  }
}

