@font-face {
  font-family: Centurygothic;
  src: url('../fonts/CenturyGothic.eot') format("embedded-opentype"), url('../fonts/CenturyGothic.woff') format("woff"), url('../fonts/CenturyGothic.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --novitech-text-links: #2868c4;
  --novitech-dark-blue: #333f50;
  --white: white;
  --black: black;
  --blue-focused: #161d27;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
}

li {
  max-width: 50vw;
  line-height: 30px;
}

.header {
  width: 100vw;
  height: 100vh;
  display: flex;
}

.landing {
  background-image: url('../images/nvtch-bg.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar {
  background-image: linear-gradient(#fff, #fff);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  display: flex;
  box-shadow: 1px 0 29px #ccc;
}

.brand {
  background-image: url('../images/nvtch-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 80px;
  margin: 0;
  padding: 0;
}

.container {
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.landing-content {
  align-items: center;
  height: 100vh;
  display: flex;
}

.landing-call-to-action {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.heading {
  font-family: Open Sans, sans-serif;
  font-size: 65px;
  font-weight: 300;
  line-height: 65px;
}

.paragraph {
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 35px;
}

.bold-text {
  font-weight: 500;
}

.landing-page-badge {
  background-image: url('../images/Blue-ellipse.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-end;
  align-items: center;
  width: 40vw;
  height: 100vh;
  margin-left: 350px;
  padding: 0;
  display: flex;
}

.heading-century-gothic {
  color: #fff;
  text-align: center;
  margin-right: 52px;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
}

.action {
  background-color: #333f50;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 10px 10px 0;
  padding: 10px;
  display: flex;
}

.contact-block {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
}

.icon {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.image-2 {
  color: #2a1919;
}

.text-block {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.image-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.fact-info {
  padding-left: 24px;
  padding-right: 8px;
}

.button {
  background-color: #333f50;
  height: 48px;
  padding: 11px 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s;
}

.button:hover, .button:focus {
  background-color: #161d27;
}

.button.w--current {
  background-color: #333f50;
}

.button.form-button {
  margin-top: 8px;
}

.button.posts-v3-button {
  margin-top: 80px;
}

.vertical-scroll-text {
  color: #111;
  text-align: left;
  width: 80px;
  margin-bottom: 36px;
  padding-bottom: 2px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  transform: rotate(-90deg);
}

.vertical-scroll-text.footer-scroll-text {
  text-align: right;
  top: 36px;
}

.hero-split-text {
  color: #000;
  margin-top: 4px;
  margin-bottom: 32px;
}

.side-feature-list-item {
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.side-content-small {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33.3333%;
  margin-left: 8.33333%;
  margin-right: 8.33333%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.paragraph-small {
  font-size: 14px;
  line-height: 24px;
}

.fact-number {
  margin-bottom: -24px;
  font-size: 32px;
  line-height: 40px;
}

.vertical-header {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 56px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.vertical-header.new-work-vertical-header {
  padding-bottom: 120px;
}

.post-v1 {
  width: 33.33%;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v4 {
  text-align: left;
  flex-wrap: wrap;
  padding-top: 32px;
  display: flex;
  position: relative;
}

.nav-menu {
  display: flex;
}

.fact-icon {
  width: 64px;
}

.social-icons {
  display: flex;
}

.social-icons.hero-split-icons {
  margin-left: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.social-icons.footer-v4-icons {
  margin-top: 16px;
}

.popup-overlay {
  background-color: #11111180;
  position: fixed;
  inset: 0;
}

.footer-logo {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 22px 15px 22px 0;
  display: block;
}

.contact-float-button {
  z-index: 1000;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 30px;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
  box-shadow: 0 6px 18px #11111121;
}

.contact-float-button:hover {
  box-shadow: 0 6px 18px #11111121;
}

.brand-logo {
  margin: 9px 12px;
  padding: 8px;
}

.brand-logo.color-logo {
  transition: filter .2s;
}

.brand-logo.color-logo:hover {
  filter: grayscale();
}

.section-header-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 64px;
}

.nav-bar {
  z-index: 200;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 56px;
  padding-right: 56px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hero-split-image {
  background-image: url('../images/nvtch-bg_1.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  align-items: center;
  width: 50%;
  display: flex;
}

.side-feature-media {
  flex: 0 auto;
  width: 39%;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 30px;
}

.fact-header {
  margin-top: 24px;
  margin-bottom: 0;
}

.section-header-icon {
  width: 64px;
  margin-bottom: 24px;
}

.popup-wrapper {
  opacity: 0;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: none;
  position: fixed;
  inset: 0;
}

.section {
  text-align: center;
  background-color: #fff;
  padding: 120px 56px;
  position: relative;
  overflow: hidden;
}

.section.facts-v1-section {
  background-image: linear-gradient(#1119, #1119), url('../images/nastuh-abootalebi-284883.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.section.estimate-image-section {
  background-image: linear-gradient(#11111180, #11111180), url('../images/joanna-kosinska-346599.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.grey-section {
  background-color: #f8f8f8;
}

.section.grey-section.hide {
  display: none;
}

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

.section.no-top-padding.no-bottom-padding {
  background-color: #333f50;
  padding-bottom: 10px;
}

.check-mark-icon {
  margin-right: 16px;
}

.footer-link {
  color: #777;
  font-size: 14px;
  line-height: 36px;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.feature-card {
  background-color: #fff;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  flex-grow: 1;
  flex-basis: 30%;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 76px 40px 64px;
  box-shadow: 0 -4px #ffb567;
}

.feature-cards {
  flex-wrap: wrap;
  margin-bottom: -30px;
  padding-top: 4px;
  display: flex;
}

.form-success {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.form-success.window-success {
  margin-bottom: -40px;
  padding-left: 24px;
  padding-right: 24px;
}

.nav-dropdown-list {
  margin-top: -16px;
  margin-left: -5px;
}

.nav-dropdown-list.w--open {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 5px 18px #2e323c17;
}

.logo-link {
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-top: 4px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section-header {
  margin-top: 0;
}

.facts {
  align-items: stretch;
  display: flex;
}

.facts.dark-bg-facts {
  color: #fff;
}

.yellow-text {
  color: #ffb567;
}

.fact-left {
  text-align: left;
  flex-direction: row;
  flex-grow: 1;
  flex-basis: 20%;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.vertical-scroll-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 32px;
  height: 120px;
  margin-top: 64px;
  display: flex;
  position: absolute;
  top: 0;
  left: 8px;
}

.nav-dropdown-link {
  color: #111;
  background-color: #fff;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 24px;
  transition: background-color .1s, color .1s;
}

.nav-dropdown-link:hover {
  color: #fff;
  background-color: #f83f5a;
}

.nav-dropdown-link.w--current {
  color: #111;
  font-weight: 700;
}

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

.footer-bottom-link {
  color: #fff;
  text-decoration: none;
}

.footer-bottom-link:hover {
  text-decoration: underline;
}

.section-description {
  color: #777;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 28px;
}

.side-frame {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.side-frame.reversed {
  flex-direction: row-reverse;
  align-items: center;
}

.footer-bottom-text-left {
  text-align: left;
  flex: 1;
  margin-right: 24px;
  display: inline;
}

.minimize-icon-line {
  background-color: #111;
  width: 8px;
  height: 2px;
}

.center-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.center-wrapper.dark-bg-wrapper {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cta-description {
  margin-bottom: 40px;
}

.minimize-icon {
  opacity: .2;
  border: 1px solid #111;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 20px;
  margin-right: 20px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.minimize-icon:hover {
  opacity: .4;
}

.brands {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.menu-button.white-menu-button {
  color: #fff;
  justify-content: flex-end;
  align-items: center;
}

.menu-button.white-menu-button.w--open {
  z-index: 110;
  background-color: #0000;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.new-work {
  flex-direction: row;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.page-wrapper {
  overflow: hidden;
}

.contact-window-form {
  padding-top: 16px;
}

.frame {
  transform: translate(-30px, -30px);
  box-shadow: inset 0 0 0 8px #333f50;
}

.hero-section {
  background-color: #fff;
  justify-content: flex-end;
  height: 100vh;
  padding: 80px 56px 40px;
  display: flex;
  position: relative;
}

.hero-section.hero-split-section {
  padding-right: 40px;
}

.grey-text {
  color: #777;
}

.wide-map {
  height: 400px;
}

.blog-wrapper {
  background-color: #0000;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact-popup-window {
  z-index: 1000;
  text-align: left;
  background-color: #fff;
  border-top: 4px solid #333f50;
  width: 470px;
  margin-bottom: 0;
  padding: 24px 64px 64px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 28px #2e323c45;
}

.divider {
  background-color: #ffb567;
  width: 70px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider.center {
  text-align: center;
  background-color: #333f50;
  width: 100%;
  height: 4px;
}

.hero-split-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  padding: 24px 8.33% 100px 15px;
  display: flex;
  position: relative;
}

.blog-posts-v1 {
  flex-wrap: wrap;
  margin-bottom: -40px;
  display: flex;
}

.frame-image {
  background-image: url('../images/hisa-background.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 2px #333f50;
  padding: 100px;
  transform: translate(30px, 30px);
  box-shadow: -13px 7px 50px #bbbbbb9e;
}

.footer-v2-column {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-link {
  color: #111;
  height: 80px;
  padding: 28px 20px 27px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .15s;
}

.nav-link:hover {
  color: #333f50;
  text-decoration: underline;
}

.nav-link:active {
  color: #161d27;
}

.nav-link.w--current {
  color: #111;
  text-decoration: none;
}

.nav-link.dropdown {
  padding-right: 32px;
}

.nav-link.nav-link-has-white-text {
  color: #fff;
}

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

.social-icon-container {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: -1px;
  margin-right: -1px;
  transition: border-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-icon {
  width: 64px;
}

.vertical-header-text {
  text-align: center;
  width: 300px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  left: -124px;
  transform: rotate(-90deg);
}

.footer-v4-about {
  color: #777;
  flex-direction: column;
  align-items: flex-start;
  width: 41.66%;
  padding-left: 15px;
  padding-right: 8%;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.vertical-scroll {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 32px;
  height: 80px;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 20px;
}

.vertical-scroll.w--current {
  text-decoration: none;
}

.social-icon-hover {
  color: #333f50;
  text-decoration: none;
  position: absolute;
  transform: translate(0, 32px);
}

.input {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  height: 48px;
  margin-bottom: 24px;
  padding-top: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 24px;
  transition: border-color .3s;
}

.input:focus {
  border-color: #ddd;
}

.input.text-area {
  height: auto;
  min-height: 120px;
  padding-top: 16px;
}

.form-error {
  color: #f83f5a;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 24px;
}

.form-error.window-error {
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}

.contact-popup {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.footer-bottom-link-right {
  color: #111;
  margin-left: 24px;
}

.footer-bottom-link-right:hover {
  text-decoration: underline;
}

.heart-icon {
  color: #0000;
  background-image: url('../images/heart-icon_1heart-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px;
}

.footer-bottom {
  color: #777;
  border-top: 1px solid #ddd;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 64px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 24px;
  display: flex;
}

.nav-dropdown-icon {
  color: #a5aab6;
  margin-right: 12px;
  font-size: 13px;
}

.panel__modal-trigger {
  color: #0d75bc;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.modal-trigger__icon {
  height: 20px;
  margin-top: 0;
  margin-left: 12px;
}

.paragraph-2 {
  flex: 0 auto;
  margin-bottom: 0;
}

.action-line {
  color: #0d75bc;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  text-decoration: none;
  display: flex;
}

.action-line-text {
  color: #0d75bc;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 28px;
}

.frame-image-2 {
  border: 2px #333f50;
  padding: 0;
  transform: translate(30px, 30px);
  box-shadow: -13px 7px 50px #bbbbbb9e;
}

.side-frame-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.side-frame-2.reversed {
  flex-direction: row-reverse;
  align-items: center;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.page-loader {
  z-index: 1000;
  background-image: url('../images/preloader-80_1preloader-80.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  display: none;
  position: fixed;
  inset: 0;
}

.post-header-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.post-header-date {
  margin-left: 4px;
  font-weight: 700;
}

.post-bottom-date {
  color: #111;
  margin-left: 4px;
  margin-right: 4px;
}

.blog-post-content {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  margin-top: 16px;
  display: flex;
}

.footer-logo-2 {
  margin-top: 10px;
  margin-bottom: -16px;
  padding: 22px 15px 22px 0;
  display: block;
}

.post-header-section {
  color: #fff;
  text-align: center;
  background-color: #111;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 640px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.post-bottom-info {
  color: #777;
  flex-wrap: wrap;
  align-items: center;
  width: 66.66%;
  margin-top: 48px;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.post-header-info {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.post-author-avatar {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  box-shadow: 1px 1px 3px #0000006b;
}

.post-bottom-category {
  color: var(--novitech-text-links);
  margin-left: 4px;
  margin-right: 4px;
}

.post-bottom-category:hover {
  text-decoration: underline;
}

.post-author-profile {
  text-align: center;
  border: 1px solid #e4e4e4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  margin-top: 16px;
  margin-right: 60px;
  padding: 48px 32px 40px;
  display: flex;
}

.blog-post-wrapper {
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -16px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.post-category {
  color: #fff;
  text-align: center;
  margin-bottom: -16px;
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
  display: inline-block;
}

.post-category:hover {
  text-decoration: underline;
}

.post-author-name {
  margin-top: 0;
  margin-bottom: 6px;
}

.nav-link-2 {
  color: #111;
  height: 80px;
  padding: 28px 20px 27px;
  font-size: 14px;
  line-height: 24px;
  transition: color .15s;
}

.nav-link-2:hover {
  color: #f83f5a;
}

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

.nav-link-2.nav-link-white {
  color: #fff;
}

.nav-link-2.dropdown {
  padding-right: 32px;
}

.social-icon-hover-2 {
  position: absolute;
  transform: translate(0, 32px);
}

.post-author-link {
  color: var(--novitech-text-links);
  margin-top: 16px;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
}

.post-author-link:hover {
  text-decoration: underline;
}

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

.post-header-overlay {
  background-color: #1119;
  position: absolute;
  inset: 0;
}

.navbar-2 {
  color: #fff;
}

.nav-menu-white-text {
  color: #fff;
  display: flex;
}

.post-v3 {
  width: 50%;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.full-width {
  width: 100%;
}

.post-card-more-info {
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 4px;
  margin-bottom: -4px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.post-card-avatar {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.post-card-info-text {
  color: #777;
  margin-right: 3px;
}

.post-card {
  text-align: left;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-card-category {
  color: var(--novitech-text-links);
  margin-right: 3px;
}

.post-card-author {
  margin-right: 3px;
  font-weight: 700;
}

.post-card-more-text {
  flex-wrap: wrap;
  align-items: flex-start;
  line-height: 20px;
  display: flex;
}

.post-card-header {
  flex: 0 auto;
  margin-top: 2px;
  margin-bottom: 0;
}

.post-card-description {
  color: #777;
  flex: 1;
  font-size: 14px;
  line-height: 24px;
}

.post-card-info {
  color: #111;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 28px 20px 24px;
  position: relative;
}

.soundcloud-box, .video-box {
  margin-bottom: 30px;
}

.spacer {
  height: 50px;
}

.spacer._200 {
  width: 200px;
  height: 200px;
}

.spacer._100 {
  width: 100px;
  height: 100px;
}

.text-block-2 {
  color: #fff;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
}

.raleway {
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.footer-v4-image {
  color: #777;
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  width: 41.66%;
  padding-left: 15px;
  padding-right: 0%;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.section-header-2 {
  margin-top: 0;
  font-size: 40px;
  line-height: 50px;
}

.section-header-2.tutorial-title {
  font-size: 25px;
}

.divider-2 {
  background-color: #0d75bc;
  width: 70px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-description-2 {
  color: #777;
  font-size: 16px;
  line-height: 28px;
}

.more-link {
  color: #111;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 8px;
  padding-right: 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.more-link-text {
  z-index: 1;
  float: left;
  position: relative;
}

.hover-line {
  opacity: .16;
  background-color: #0d75bc;
  width: 100%;
  height: 24px;
  margin-left: 12px;
  transform: translate(-130%);
}

.side-media {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.frame-image-3 {
  transform: translate(30px, 30px);
}

.frame-image-3.reversed {
  transform: translate(-30px, 30px);
  box-shadow: 1px 1px 20px #00000057;
}

.blog-items {
  margin-bottom: -80px;
}

.new-blog-article {
  border: 5px solid #0d75bc;
  flex-direction: row;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.blog-articles {
  margin-bottom: -80px;
}

.wrapper {
  background-color: #0000;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.post-card-author-2 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: auto;
  margin-right: 3px;
  font-weight: 400;
}

.post-card-2 {
  text-align: left;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-card-more-text-2 {
  flex-wrap: wrap;
  align-items: center;
  line-height: 20px;
  display: flex;
}

.post-card-category-2 {
  color: #f83f5a;
  margin-right: 3px;
}

.social-media {
  display: flex;
}

.post-card-info-text-2 {
  color: #777;
  margin-right: 3px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.bottom-bar-wrapper {
  display: flex;
  position: static;
}

.bottom-bar-wrapper.hero-split-icons {
  flex-direction: row;
  width: 40vw;
  margin-bottom: 25px;
  position: absolute;
  bottom: 20vh;
  left: 5vw;
  right: 0;
}

.bottom-bar-wrapper.hero-split-icons.bottom-bar-is-for-post {
  bottom: 5vh;
}

.button-background {
  color: #777;
  border: 2px solid #777;
  border-radius: 5px;
  width: 50px;
  height: 44px;
  position: absolute;
}

.button-text {
  z-index: 1;
  color: #0d75bc;
  margin-left: 20px;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

.spacer-2 {
  min-width: 1vw;
  min-height: 1vw;
}

.header-text {
  color: #fff;
  margin: 10px 5vw 0 0;
  font-family: Open Sans, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 50px;
}

.button-arrow {
  color: #0d75bc;
  width: 15px;
  margin-top: 2px;
  margin-right: 20px;
}

.hero-text {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-bottom: 20vh;
  display: flex;
}

.button-wrapper {
  color: #ff003d;
  align-items: center;
  min-height: 44px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.hero-content {
  z-index: 100;
  background-image: linear-gradient(#1c1c1c, #1c1c1c);
  border-radius: 2px;
  flex: 0 auto;
  align-items: center;
  width: 50vw;
  height: 100vh;
  margin-top: 20vh;
  padding-left: 5vw;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.hero-content.hero-is-for-post {
  height: 50vh;
  margin-top: 40vh;
  position: absolute;
}

.action-button-wrapper {
  display: flex;
}

.blog-bar {
  flex: 1;
}

.hero-split-text-2 {
  color: #777;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 30px;
  margin-right: 20px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 25px;
  text-decoration: none;
}

.hero-section-2 {
  background-color: #000;
  justify-content: flex-end;
  height: 100vh;
  padding: 80px 56px 40px;
  display: flex;
  position: relative;
}

.hero-section-2.hero-is-small {
  background-color: #0d0d0d;
  border-top: 2px solid #7d1521;
  height: 80vh;
  padding: 0;
  position: static;
}

.hero-hiding-text {
  background-image: linear-gradient(#0d0d0d, #0d0d0d);
  flex: 0 auto;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.bottom-banner-long {
  background-color: #7d1521;
  border: 1px #e4e4e4;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 48px;
  padding-left: 15px;
  text-decoration: none;
  transition: border-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bottom-banner-long:hover {
  background-color: #600e17;
}

.dekode-post-card-category {
  color: #777;
  margin-right: 3px;
  font-family: Lato, sans-serif;
}

.header-for-post-name-and-cat {
  margin: 10px;
  display: flex;
}

.button-filler {
  background-color: #00000059;
  width: 50%;
  height: 700%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  position: absolute;
}

.button-wrapper-2 {
  color: #fff;
  background-color: #0d75bc;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 44px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 3px -3px #0000008f;
}

.button-text-2 {
  z-index: 1;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  position: relative;
}

.rich-text-block {
  text-align: justify;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block p {
  font-family: Open Sans, sans-serif;
  line-height: 22px;
}

.rich-text-block h2 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 50px;
}

.rich-text-block h1 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.intro-section.is-blue {
  background-color: #108aac;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  min-height: 35vh;
  display: flex;
  overflow: hidden;
}

.header-wrap {
  text-align: center;
  align-self: center;
  max-width: 800px;
}

.tagline {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.tagline.t-white {
  color: #fff;
}

.heading-23 {
  color: #fff;
  text-align: center;
  padding-top: 0;
}

.div-block {
  text-align: center;
  padding: 30px;
}

.html-embed {
  width: 100%;
  max-width: 900px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.text-block-3 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.link-block {
  border-radius: 2px;
  text-decoration: none;
}

.chatbot_wrapper {
  max-width: 500px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.html-embed-2 {
  width: 100%;
  height: 100vh;
}

.scheme_bg {
  z-index: -1;
  background-color: var(--novitech-dark-blue);
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.scheme_bg.bon {
  background-color: #b8092e;
  position: fixed;
  inset: 0%;
}

html.w-mod-js [data-ix="slide-right"] {
  opacity: 0;
  transform: translate(-60px);
}

html.w-mod-js [data-ix="slide-up-4"], html.w-mod-js [data-ix="slide-up-1"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="page-wrapper-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="slide-up-3"], html.w-mod-js [data-ix="slide-up-2"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="slide-left"] {
  opacity: 0;
  transform: translate(60px);
}

html.w-mod-js [data-ix="nav-bar"] {
  transform: translate(0, -100%);
}

html.w-mod-js [data-ix="preloader"] {
  display: block;
}

@media screen and (max-width: 991px) {
  li {
    max-width: 70vw;
  }

  .landing {
    background-position: 44%;
    justify-content: flex-start;
  }

  .landing-call-to-action {
    width: 50%;
    margin-left: 25px;
  }

  .landing-page-badge {
    margin-left: 10px;
  }

  .fact-info {
    padding-top: 16px;
    padding-left: 8px;
  }

  .button.posts-v3-button {
    margin-top: 64px;
  }

  .hero-split-text {
    margin-bottom: 24px;
  }

  .side-content-small {
    width: 44%;
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .vertical-header {
    width: 40px;
    display: none;
  }

  .post-v1 {
    padding-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-menu {
    border-bottom: 1px solid #ddd;
    flex-direction: column;
    max-height: 100vh;
    display: block;
    overflow: scroll;
  }

  .fact-icon {
    width: 48px;
  }

  .social-icons.hero-split-icons {
    margin-left: 8px;
  }

  .contact-float-button {
    margin: 20px;
  }

  .section-header-wrapper {
    max-width: 66.66%;
    padding-bottom: 56px;
  }

  .nav-bar {
    padding-left: 2px;
    padding-right: 0;
  }

  .hero-split-image {
    height: auto;
  }

  .side-feature-media {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 29px;
    padding-right: 30px;
  }

  .section-header-icon {
    width: 48px;
    margin-bottom: 24px;
  }

  .section {
    padding: 100px 8px;
  }

  .feature-card {
    flex: 0 auto;
    width: 33.33%;
    margin-bottom: 20px;
    margin-left: -1px;
    margin-right: 0;
    padding: 48px 24px 40px;
  }

  .feature-cards {
    margin-bottom: -16px;
    padding-left: 9px;
    padding-right: 8px;
  }

  .nav-dropdown-list.w--open {
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 0 #0000;
  }

  .logo-link {
    height: 64px;
    padding-top: 13px;
    padding-bottom: 11px;
  }

  .fact-left {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .vertical-scroll-footer {
    display: none;
    right: 8px;
  }

  .nav-dropdown-link {
    background-color: #f8f8f8;
    padding-left: 32px;
  }

  .nav-dropdown-link:hover {
    color: #111;
    background-color: #f8f8f8;
  }

  .section-description {
    font-size: 15px;
  }

  .side-frame {
    flex-direction: row;
  }

  .cta-description {
    margin-bottom: 24px;
  }

  .brands {
    justify-content: center;
  }

  .menu-button {
    padding: 20px;
  }

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

  .menu-button.white-menu-button {
    color: #fff;
  }

  .new-work {
    margin-bottom: 64px;
  }

  .frame {
    transform: translate(-20px, -20px);
    box-shadow: inset 0 0 0 6px #161d27;
  }

  .hero-section {
    padding-top: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-section.hero-split-section {
    height: auto;
    padding-left: 16px;
    padding-right: 20px;
  }

  .wide-map {
    height: 360px;
  }

  .divider {
    width: 60px;
    margin-top: 0;
    margin-bottom: 6px;
  }

  .hero-split-content {
    margin-left: 0;
    padding-left: 8px;
    padding-right: 32px;
  }

  .blog-posts-v1 {
    flex-direction: column;
    align-items: center;
    margin-bottom: -16px;
  }

  .frame-image {
    transform: translate(20px, 20px);
  }

  .footer-v2-column {
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-link {
    text-align: left;
    background-color: #fff;
    width: 100%;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    display: block;
  }

  .nav-link:hover {
    color: #111;
  }

  .nav-link.nav-link-has-white-text {
    color: #161d27;
  }

  .feature-icon {
    width: 48px;
    margin-bottom: -8px;
  }

  .vertical-header-text {
    font-size: 13px;
    left: -132px;
  }

  .footer-v4-about {
    margin-left: 0%;
    padding-left: 8px;
    padding-right: 32px;
  }

  .vertical-scroll {
    display: none;
    right: 8px;
  }

  .footer-bottom {
    margin-left: 8px;
    margin-right: 8px;
  }

  .panel__modal-trigger {
    justify-content: center;
  }

  .action-line-text {
    font-size: 15px;
  }

  .frame-image-2 {
    transform: translate(20px, 20px);
  }

  .side-frame-2 {
    flex-direction: row;
  }

  .post-header-wrapper {
    width: 83.33%;
  }

  .post-header-section {
    min-height: 440px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .post-bottom-info {
    width: 83.33%;
  }

  .post-author-profile {
    width: 224px;
    margin-right: 30px;
    padding: 40px 24px 32px;
  }

  .blog-post-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-link-2 {
    text-align: left;
    background-color: #fff;
    width: 100%;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    display: block;
  }

  .nav-link-2:hover, .nav-link-2.nav-link-white {
    color: #111;
  }

  .nav-menu-white-text {
    border-bottom: 1px solid #ddd;
    flex-direction: column;
    max-height: 100vh;
    display: block;
    overflow: scroll;
  }

  .post-v3 {
    flex-direction: row;
    padding-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-card {
    padding: 16px;
    display: flex;
  }

  .post-card-info {
    padding: 16px;
  }

  .footer-v4-image {
    margin-left: 0%;
    padding-left: 8px;
    padding-right: 32px;
  }

  .divider-2 {
    width: 60px;
    margin-top: 0;
    margin-bottom: 6px;
  }

  .section-description-2 {
    font-size: 15px;
  }

  .side-media {
    width: 41.66%;
    margin-left: 32px;
    margin-right: 32px;
    padding-top: 20px;
  }

  .frame-image-3 {
    transform: translate(20px, 20px);
  }

  .frame-image-3.reversed {
    transform: translate(-20px, 20px);
  }

  .new-blog-article {
    margin-bottom: 64px;
  }

  .post-card-2 {
    padding: 16px;
    display: flex;
  }

  .bottom-bar-wrapper.hero-split-icons {
    flex-direction: column;
    width: 45vw;
  }

  .button-text {
    font-size: 15px;
  }

  .header-text {
    font-size: 25px;
    line-height: 30px;
  }

  .hero-content {
    width: 60vw;
    height: auto;
  }

  .hero-content.hero-is-for-post {
    margin-top: 20vh;
  }

  .hero-split-text-2 {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 20px;
  }

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

  .hero-section-2.hero-is-small {
    height: 80vh;
    padding-left: 5vw;
  }

  .hero-hiding-text {
    width: 40%;
    height: auto;
  }

  .bottom-banner-long {
    height: auto;
    padding-left: 0;
  }

  .rich-text-block {
    width: 80vw;
  }

  .intro-section.is-blue {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-wrap {
    align-self: center;
    max-width: 60vw;
  }

  .tagline.t-white {
    text-align: center;
  }
}

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

  .paragraph {
    font-size: 25px;
    line-height: 25px;
  }

  .side-content-small {
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .post-v1 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 24px;
  }

  .footer-v4 {
    padding-top: 8px;
  }

  .section-header-wrapper {
    padding-bottom: 40px;
  }

  .side-feature-media {
    flex: 1;
    width: 50%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-header-icon {
    margin-bottom: 0;
  }

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

  .feature-card {
    width: 66.66%;
    margin-bottom: 36px;
    margin-left: 0;
    padding: 56px 8.33% 48px;
  }

  .feature-cards {
    justify-content: center;
    align-items: center;
  }

  .logo-link {
    padding-top: 12px;
    padding-bottom: 16px;
  }

  .logo-link.w--current {
    padding-top: 14px;
    padding-bottom: 15px;
  }

  .section-header {
    margin-top: 16px;
  }

  .vertical-scroll-footer {
    margin-top: 40px;
    left: 0;
  }

  .section-description {
    font-size: 14px;
    line-height: 24px;
  }

  .side-frame.reversed {
    flex-direction: column-reverse;
  }

  .footer-bottom-text-left {
    margin-right: 16px;
  }

  .wide-map {
    height: 240px;
  }

  .contact-popup-window {
    width: 100%;
  }

  .divider {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .hero-split-content {
    text-align: left;
  }

  .blog-posts-v1 {
    flex-wrap: wrap;
    margin-bottom: -24px;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 14px;
  }

  .footer-v4-about {
    width: 100%;
    padding-bottom: 16px;
  }

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

  .footer-bottom {
    margin-top: 48px;
  }

  .action-line-text {
    font-size: 14px;
    line-height: 24px;
  }

  .side-frame-2.reversed {
    flex-direction: column;
  }

  .post-header-wrapper {
    margin-top: 56px;
  }

  .blog-post-content {
    flex: 0 auto;
  }

  .post-header-section {
    height: auto;
    min-height: 0;
    padding-top: 32px;
    padding-bottom: 64px;
  }

  .post-header-info {
    font-size: 14px;
    line-height: 24px;
  }

  .post-author-profile {
    width: 50%;
    margin-top: 40px;
    margin-right: 0;
  }

  .blog-post-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-link-2 {
    padding-top: 12px;
    padding-bottom: 14px;
  }

  .post-v3 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 24px;
  }

  .footer-v4-image {
    width: 100%;
    padding-bottom: 16px;
  }

  .section-header-2 {
    margin-top: 16px;
  }

  .divider-2 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .section-description-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .more-link-text {
    font-size: 13px;
  }

  .side-media {
    flex: 1;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    position: static;
  }

  .frame-image-3.reversed {
    margin-top: 60px;
  }

  .bottom-bar-wrapper.hero-split-icons.bottom-bar-is-for-post {
    width: 80vw;
  }

  .header-text {
    text-align: center;
    margin-right: 0;
  }

  .hero-text {
    justify-content: flex-start;
  }

  .hero-content.hero-is-for-post {
    justify-content: flex-start;
    width: 90vw;
    margin-left: 5vw;
    padding-left: 0;
    position: absolute;
    inset: 0;
  }

  .action-button-wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .hero-split-text-2 {
    text-align: center;
    margin-right: 0;
    padding-right: 0;
  }

  .bottom-banner-long {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-text-2 {
    font-size: 15px;
    line-height: auto;
  }
}

@media screen and (max-width: 479px) {
  .landing {
    background-position: 50%;
    background-size: cover;
  }

  .brand {
    background-image: none;
    padding: 7px;
  }

  .landing-call-to-action {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    height: 100vh;
    margin-top: 0;
    padding-top: 0;
  }

  .heading {
    text-align: left;
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .fact-info {
    text-align: left;
    padding-top: 0;
    padding-left: 24px;
  }

  .side-content-small {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .fact-number {
    margin-top: -8px;
  }

  .post-v1 {
    width: 100%;
  }

  .section-header-wrapper {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-split-image {
    background-position: 25% 60%;
    width: 100%;
    height: 350px;
  }

  .side-feature-media {
    width: 100%;
  }

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

  .facts {
    flex-direction: column;
  }

  .fact-left {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 8%;
    padding-right: 8%;
  }

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

  .side-frame {
    flex-direction: column;
  }

  .side-frame.reversed {
    flex-direction: column-reverse;
  }

  .footer-bottom-text-left {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 8px;
  }

  .new-work, .hero-section {
    flex-direction: column-reverse;
  }

  .contact-popup-window {
    flex: 1;
    padding: 8px 8.33% 40px;
  }

  .hero-split-content {
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 88px;
    padding-right: 8px;
    display: block;
  }

  .footer-v2-column {
    flex: 0 auto;
    width: 50%;
  }

  .footer-bottom-link-right {
    margin-left: 0;
    margin-right: 16px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .side-frame-2, .side-frame-2.reversed {
    flex-direction: column;
  }

  .post-header-wrapper {
    width: 100%;
  }

  .post-bottom-info {
    flex-wrap: wrap;
    width: 100%;
  }

  .post-author-avatar {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .post-author-profile {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 48px 32px 40px;
  }

  .post-v3 {
    width: 100%;
  }

  .side-media {
    flex: 0 auto;
    width: 100%;
  }

  .frame-image-3.reversed {
    flex: 0 auto;
    max-width: 110%;
    margin-top: 0;
    margin-left: 39px;
  }

  .new-blog-article {
    flex-direction: column-reverse;
  }

  .bottom-bar-wrapper.hero-split-icons {
    width: 80vw;
    bottom: 5vh;
    left: 5vw;
  }

  .spacer-2 {
    min-height: 2vh;
  }

  .header-text {
    text-align: center;
    flex: 0 auto;
    margin-top: 20px;
    margin-right: 0;
  }

  .hero-text {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-wrapper {
    justify-content: center;
  }

  .hero-content {
    width: 90vw;
    height: 500px;
    margin-top: 15vh;
    padding-left: 0;
  }

  .action-button-wrapper {
    flex-direction: column;
  }

  .hero-split-text-2 {
    text-align: center;
    margin-right: 0;
    padding-right: 0;
  }

  .hero-section-2 {
    flex-direction: column-reverse;
  }

  .hero-section-2.hero-is-small {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-hiding-text {
    width: 100%;
    height: 500px;
    margin-top: 65px;
  }
}


@font-face {
  font-family: 'Centurygothic';
  src: url('../fonts/CenturyGothic.eot') format('embedded-opentype'), url('../fonts/CenturyGothic.woff') format('woff'), url('../fonts/CenturyGothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}