@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirltstd book;
  src: url('../fonts/AvenirLTStd-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirltstd;
  src: url('../fonts/AvenirLTStd-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirltstd roman;
  src: url('../fonts/AvenirLTStd-Roman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #f83f5a;
  --dark-grey: #777;
  --black-2: #111;
  --white-2: white;
  --white-smoke: #f8f8f8;
  --firebrick: #c70000;
  --yellow: #ffb567;
  --black: black;
  --ghost-white: #e4e4e4;
  --light-grey: #ddd;
  --grey: #bbb;
  --white: white;
  --dim-grey: #252525;
}

h1 {
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
}

h2 {
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  display: block;
}

h4 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

h5 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

h6 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

p {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 28px;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 40px;
  display: block;
}

ol {
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 40px;
}

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

blockquote {
  border-left: 3px solid var(--red);
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 8px 24px;
  font-size: 22px;
  line-height: 32px;
}

figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

figcaption {
  color: var(--dark-grey);
  text-align: left;
  margin-top: 9px;
  font-size: 14px;
  line-height: 20px;
}

.body {
  color: var(--black-2);
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.section {
  background-color: var(--white-2);
  text-align: center;
  padding: 70px 50px;
  position: relative;
  overflow: hidden;
}

.section.grey-section {
  background-color: var(--white-smoke);
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.no-side-paddings {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.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.brands-section {
  padding-top: 56px;
  padding-bottom: 56px;
}

.section.steps-section {
  color: var(--white-2);
  background-image: linear-gradient(#11111180, #11111180), url('../images/ren-ran-168328.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.facts-light-bg-section {
  background-image: url('../images/christian-perner-329584.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.cta-section {
  background-image: linear-gradient(#1116, #1116), url('../images/sasha-instagram-com-sanfrancisco-134404.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.brands-bg-section {
  background-image: linear-gradient(#11111180, #11111180), url('../images/ren-ran-168328.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 56px;
  padding-bottom: 56px;
}

.section.cta-section {
  background-color: var(--white-smoke);
  background-image: url('../images/like-bg-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 340px;
}

.section.cta-bg-section {
  background-image: linear-gradient(#11111180, #11111180), url('../images/stephan-valentin-345970.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.side-image-section {
  justify-content: flex-end;
  padding: 0;
  display: flex;
}

.section.side-image-section.reversed {
  flex-direction: row-reverse;
}

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

.section.skills-bg-section-2 {
  color: var(--white-2);
  background-image: linear-gradient(#11111180, #11111180), url('../images/luke-chesser-2347.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.side-content-section {
  padding: 0;
  display: flex;
}

.section.facts-dark-bg-section {
  background-image: linear-gradient(#11111180, #11111180), url('../images/domenico-loia-298642.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.section.estimate-grey-section {
  background-color: var(--white-smoke);
}

.section.skills-bg-section-1 {
  color: #fff;
  background-image: linear-gradient(#11111180, #11111180), url('../images/tran-mau-tri-tam-50424.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.overflow {
  overflow: visible;
}

.section.thanks {
  background-color: var(--white-smoke);
  padding-top: 142px;
  padding-bottom: 47px;
}

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

.wrapper.hero-side-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 151px;
  padding-bottom: 70px;
  display: flex;
  position: relative;
}

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

.button:hover {
  background-color: #ec2f4b;
}

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

.button.form-button {
  background-color: var(--firebrick);
  width: 100%;
  margin: 12px 15px 0;
  font-family: Avenir, sans-serif;
  font-weight: 900;
}

.button.sidebar-subscribe-button {
  padding-top: 8px;
}

.button.pricing-table-button {
  margin-top: 40px;
}

.button.margin-right {
  background-color: var(--firebrick);
  text-transform: none;
  font-family: Avenir, sans-serif;
  font-weight: 900;
}

.button.ghost-white-button.second {
  box-shadow: inset 0 0 0 2px var(--firebrick);
  color: var(--firebrick);
}

.button.top-margin {
  background-color: var(--firebrick);
  margin-top: 16px;
}

.button.margin-left-right {
  margin-left: 10px;
  margin-right: 10px;
}

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

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

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

.nav-link:hover {
  color: var(--red);
}

.nav-link.w--current {
  color: var(--black-2);
}

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

.nav-link.nav-link-white {
  color: var(--white-2);
  font-family: Avenir, sans-serif;
  font-weight: 300;
}

.nav-link.nav-link-white.w--current {
  font-family: Avenirltstd book, sans-serif;
  font-weight: 400;
}

.divider {
  background-color: var(--yellow);
  width: 70px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider.center {
  background-color: var(--black);
}

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

.section-header-wrapper.tu {
  padding-bottom: 0;
}

.section-header {
  color: var(--firebrick);
  margin-top: 0;
  font-family: Avenir, sans-serif;
  font-weight: 900;
}

.section-header.section-header-left {
  text-align: left;
  max-width: 50%;
  margin-left: 15px;
}

.section-description {
  color: #555;
  font-family: Avenir, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
}

.white-text {
  color: #fff;
}

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

.paragraph-small.white-text {
  color: var(--white-2);
}

.grey-section {
  background-color: var(--white-smoke);
  text-align: center;
}

.team {
  justify-content: space-around;
  display: flex;
}

.team-member {
  text-align: center;
  flex-grow: 1;
  flex-basis: 25%;
  max-width: 300px;
  padding-left: 15px;
  padding-right: 15px;
}

.team-member-photo {
  justify-content: center;
  align-items: flex-end;
  transition: box-shadow .3s;
  display: flex;
}

.team-member-photo:hover {
  box-shadow: inset 0 0 0 500px #2e323c33;
}

.rich-text-content {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.side-image-50 {
  background-color: var(--ghost-white);
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 600px;
  display: flex;
}

.side-image-50.image-1 {
  background-image: url('../images/rawpixel-com-334369.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-image-50.image-2 {
  background-image: url('../images/carl-heyerdahl-181868.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-image-50.image-4 {
  background-image: url('../images/domenico-loia-298642.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-image-50.image-3 {
  background-image: url('../images/rawpixel-com-191157.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-content-wrapper-50 {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.form-label {
  color: var(--black-2);
  text-align: left;
  margin-bottom: 8px;
  font-family: Avenirltstd, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
}

.input {
  border: 1px solid var(--ghost-white);
  background-color: var(--white-2);
  height: 48px;
  margin-bottom: 24px;
  padding-top: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Avenirltstd book, sans-serif;
  font-size: 15px;
  line-height: 24px;
  transition: border-color .3s;
}

.input:focus {
  border-color: var(--light-grey);
}

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

.input.text-area.big {
  min-height: 184px;
}

.input.footer-input {
  margin-bottom: 0;
  margin-right: -1px;
}

.input.password-input {
  text-align: center;
}

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

.footer-bottom {
  border-top: 1px solid var(--light-grey);
  color: var(--dark-grey);
  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;
}

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

.footer-bottom-link {
  color: var(--black-2);
}

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

.footer-bottom-link-right {
  color: var(--black-2);
  margin-left: 24px;
}

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

.works-v2 {
  flex-wrap: wrap;
  padding-bottom: 0;
  display: flex;
}

.work-v2 {
  width: 33.3333%;
}

.work-card-v2 {
  display: block;
  position: relative;
  overflow: hidden;
}

.more-link {
  color: var(--black-2);
  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.no-top-margin {
  margin-top: 0;
}

.post-v2 {
  flex-direction: row;
  width: 50%;
  padding: 15px;
  display: flex;
}

.blog-posts-v2 {
  flex-wrap: wrap;
  margin-bottom: -48px;
  display: flex;
}

.category {
  background-color: var(--white-2);
  color: var(--black-2);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  height: 24px;
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 8px;
  font-size: 8px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.category.post-card-v3-category {
  z-index: 1;
  margin: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

.category.team-member-role {
  margin: 16px;
  position: absolute;
  top: 0;
  right: 0;
}

.hero-slider-section {
  background-color: var(--black-2);
  height: 100vh;
}

.hero-slider-nav {
  height: 64px;
  font-size: 9px;
  line-height: 52px;
}

.hero-slide {
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.hero-slide.hero-slide-1 {
  background-image: linear-gradient(#1119, #1119), url('../images/climate-kic-350836.jpg');
  background-position: 0 0, 50%;
}

.hero-slide.hero-slide-3 {
  background-image: linear-gradient(#11111180, #11111180), url('../images/rawpixel-com-296612.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-slide.hero-slide-2 {
  background-image: linear-gradient(#1119, #1119), url('../images/domenico-loia-310197.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slide-content {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  height: 100%;
  margin: auto;
  padding-bottom: 40px;
  display: flex;
}

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

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

.side-frame.flip {
  flex-direction: row;
  align-items: center;
  margin-bottom: 55px;
}

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

.side-content-small._00 {
  width: 44%;
  padding-right: 0;
}

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

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

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

.no-bottom-padding {
  padding-bottom: 0;
}

.side-map {
  flex: 0 auto;
  width: 50%;
  height: 640px;
}

.footer-about {
  color: var(--dark-grey);
  flex-direction: column;
  align-items: flex-start;
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 9%;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.footer {
  text-align: left;
  flex-wrap: wrap;
  padding-top: 40px;
  display: flex;
}

.footer-nav {
  flex-direction: column;
  align-items: flex-start;
  width: 16.6667%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-link {
  color: var(--dark-grey);
  font-size: 14px;
  line-height: 36px;
  display: block;
}

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

.footer-subscribe {
  flex: 1;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  line-height: 20px;
}

.footer-subscribe-form {
  margin-bottom: 16px;
  padding-top: 12px;
  display: flex;
}

.works-v4 {
  flex-wrap: wrap;
  margin-top: -15px;
  margin-bottom: -15px;
  display: flex;
}

.work-v4 {
  width: 50%;
  padding: 15px;
}

.work-card-v4 {
  background-color: var(--grey);
  display: block;
  position: relative;
  overflow: hidden;
}

.work-card-info {
  color: var(--white-2);
  text-align: center;
  background-color: #1113;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0;
  box-shadow: 0 3px 9px #2e323c2e;
}

.testimonials-slider {
  color: #fff;
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8.33333%;
  padding-right: 8.33333%;
  display: block;
}

.review-slide {
  text-align: center;
  padding-left: 16.66%;
  padding-right: 16.66%;
  font-size: 14px;
  line-height: 24px;
}

.quote-icon {
  margin-bottom: 8px;
}

.slider-arrow-wrapper {
  justify-content: center;
  align-items: center;
  width: 96px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  top: 0;
  bottom: 0;
}

.slider-arrow-wrapper.hero-arrow {
  justify-content: center;
  width: 128px;
}

.wide-map {
  height: 400px;
}

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

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

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

.post-card-info {
  color: var(--black-2);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 28px 20px 24px;
  position: relative;
}

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

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

.hero-section.hero-dark-image-section {
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.hero-section.hero-light-image-section {
  border-bottom: 4px solid var(--yellow);
  background-image: url('../images/bench-accounting-49909.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-section.hero-light-bg-section {
  text-align: center;
  background-image: url('../images/scott-webb-268893.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  position: relative;
}

.hero-section.hero-side-bg-section {
  background-color: var(--black-2);
  color: var(--white-2);
  background-image: linear-gradient(#111c, #111c), url('../images/dmitri-popov-307258.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.hero-section.hero-side-image-section {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-section.video-bg {
  background-color: #11111173;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.hero-section.intro {
  background-image: linear-gradient(#1116, #1116), url('../images/stephan-valentin-345970.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 120px;
  padding-bottom: 136px;
}

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

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

.works-v5 {
  flex-wrap: wrap;
  margin-bottom: -48px;
  display: flex;
}

.works-v5.bottom-margin {
  margin-bottom: 0;
}

.work-v5 {
  width: 33.33%;
  padding: 15px 15px 43px;
}

.work-card-v5 {
  color: var(--black-2);
  text-align: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.work-card-v5-header {
  margin-top: 14px;
}

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

.footer-v4-about {
  color: var(--dark-grey);
  flex-direction: column;
  align-items: flex-start;
  width: 41.66%;
  margin-left: 8.33%;
  padding-left: 15px;
  padding-right: 8%;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

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

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

.mouse-icon {
  border: 2px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 24px;
  height: 38px;
  display: flex;
}

.scroll-mouse-link {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 24px 32px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.mouse-wheel-icon {
  background-color: #fff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-top: 8px;
}

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

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

.page-loader {
  z-index: 1000;
  background-color: var(--white);
  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;
}

.page-wrapper {
  overflow: hidden;
}

.page-wrapper.overflow {
  overflow: visible;
}

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

.nav-dropdown-link:hover {
  background-color: var(--red);
  color: #fff;
}

.nav-dropdown-link.w--current {
  color: var(--black-2);
  font-weight: 700;
}

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

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

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

.nav-menu {
  display: flex;
}

.hero-slide-header {
  margin-bottom: 8px;
}

.page-header-section {
  background-color: var(--black-2);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 480px;
  margin-bottom: 0;
  padding-top: 48px;
  display: flex;
}

.page-header-section.image-2 {
  background-image: linear-gradient(#11111180, #11111180), url('../images/damian-patkowski-263191.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page-header-section.about {
  background-image: linear-gradient(#1119, #1119), url('../images/climate-kic-350836.jpg');
  background-position: 0 0, 50% 28%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page-header-section.image-3 {
  background-image: linear-gradient(#11111180, #11111180), url('../images/rawpixel-com-323215.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page-header-section.image-4 {
  background-image: linear-gradient(#11111180, #11111180), url('../images/rawpixel-com-303965.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: relative;
}

.page-header-section.light-section {
  background-color: var(--white-2);
  color: var(--black-2);
}

.page-header-section.image-1 {
  background-image: linear-gradient(#11111180, #11111180), url('../images/domenico-loia-310197.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page-header-section.image-5 {
  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;
}

.grey-text {
  color: #555;
  font-family: Avenir, sans-serif;
  font-weight: 300;
}

.review-slide-author {
  margin-top: 32px;
  font-size: 16px;
  line-height: 24px;
}

.utility-page-section {
  background-color: var(--white-smoke);
  color: var(--white-2);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.password-window {
  border-top: 4px solid var(--yellow);
  color: #000;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  width: 370px;
  margin-top: 24px;
  padding: 56px;
  display: flex;
  box-shadow: 0 8px 28px #2e323c17;
}

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

.blog-posts-and-sidebar {
  flex-direction: row;
  justify-content: space-between;
  margin-top: -15px;
  display: flex;
}

.blog-sidebar {
  text-align: left;
  flex: 1;
  padding: 15px;
}

.sidebar-block {
  border: 1px solid var(--ghost-white);
  background-color: var(--white-2);
  margin-bottom: 30px;
  padding: 40px;
}

.sidebar-block.subscribe {
  flex-direction: column;
  display: flex;
}

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

.sidebar-header {
  border-bottom: 1px solid var(--light-grey);
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 16px;
}

.sidebar-category {
  color: var(--black-2);
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 48px;
  display: flex;
}

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

.sidebar-tags {
  flex-wrap: wrap;
  display: flex;
}

.sidebar-tag {
  color: var(--dark-grey);
  margin-right: 16px;
  font-size: 15px;
  line-height: 40px;
}

.sidebar-tag:hover {
  text-decoration: underline;
}

.blog-posts-v2-wrapper {
  flex: 0 auto;
  width: 66.66%;
}

.categories {
  display: flex;
}

.category-filter-link {
  color: var(--dim-grey);
  margin-left: 20px;
  margin-right: 20px;
  line-height: 32px;
  transition: color .1s;
  display: block;
}

.category-filter-link:hover {
  color: var(--black-2);
}

.category-filter-link.w--current {
  box-shadow: inset 0 -2px 0 0 var(--red);
  color: var(--black-2);
  font-weight: 700;
}

.categories-filter {
  justify-content: center;
  align-items: center;
  margin-top: -8px;
  margin-bottom: 80px;
  display: flex;
}

.work-card-v5-image {
  z-index: 1;
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
}

.sidebar-author {
  color: var(--black-2);
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.sidebar-author:hover {
  text-decoration: underline;
}

.sidebar-author-avatar {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.work-sidebar {
  text-align: left;
  flex: 1;
  margin-left: 8.33%;
  padding-top: 16px;
  padding-bottom: 64px;
  padding-right: 15px;
  display: block;
  position: sticky;
  top: 48px;
}

.work-details {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.work-details-cell {
  border-bottom: 1px solid var(--ghost-white);
  flex: 0 auto;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.work-live-link {
  color: var(--red);
  display: block;
}

.work-live-link:hover {
  text-decoration: underline;
}

.work-presentation {
  text-align: left;
  margin-bottom: -16px;
}

.work-presentation h2, .work-presentation p, .work-presentation h4, .work-presentation h1, .work-presentation h3, .work-presentation h5, .work-presentation h6 {
  display: block;
}

.work-presentation figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.work-presentation blockquote, .work-presentation ol, .work-presentation ul {
  display: block;
}

.work-presentation a:hover {
  text-decoration: underline;
}

.work-main-image {
  width: 100%;
  margin-bottom: 24px;
  display: block;
}

.work-content {
  width: 66.66%;
  margin-left: 15px;
}

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

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

.form-error {
  color: var(--red);
  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;
}

.post-header-section {
  background-color: var(--black-2);
  color: #fff;
  text-align: center;
  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-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;
  display: flex;
}

.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-overlay {
  background-color: #1119;
  position: absolute;
  inset: 0;
}

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

.blog-post h1, .blog-post p, .blog-post h2 {
  width: 77%;
  display: block;
}

.blog-post blockquote {
  border-left-color: var(--red);
  width: 77%;
  display: block;
}

.blog-post ul, .blog-post ol {
  width: 77%;
  margin-bottom: 24px;
  display: block;
}

.blog-post h5 {
  width: 77%;
  display: block;
}

.blog-post a {
  color: var(--red);
}

.blog-post a:hover {
  text-decoration: underline;
}

.blog-post h6, .blog-post h3, .blog-post h4 {
  width: 77%;
  display: block;
}

.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-bottom-info {
  color: var(--dark-grey);
  flex-wrap: wrap;
  align-items: center;
  width: 66.66%;
  margin-top: 48px;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.post-bottom-date {
  color: var(--black-2);
  margin-left: 4px;
  margin-right: 4px;
}

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

.post-author-avatar {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

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

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

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

.faq-list {
  width: 66.66%;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.question-block {
  border: 1px solid var(--ghost-white);
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  transition: border-color .2s;
  display: flex;
  overflow: hidden;
}

.question-block:hover {
  border-color: var(--yellow);
}

.question {
  color: var(--black-2);
  align-items: center;
  display: flex;
}

.question-text {
  flex: 1;
  margin-top: 15px;
  margin-left: 32px;
}

.answer {
  color: var(--dark-grey);
  padding-left: 80px;
  padding-right: 8px;
  display: block;
}

.question-arrow-icon {
  opacity: .51;
  margin-left: 24px;
  margin-right: 8px;
}

.answer-text {
  margin-top: 8px;
}

.pricing {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -30px;
  display: flex;
}

.pricing-table-price {
  color: var(--yellow);
  margin-top: 0;
  margin-bottom: 32px;
}

.pricing-table-feature {
  box-shadow: inset 0 1px 0 0 var(--light-grey), 0 1px 0 0 var(--light-grey);
  background-color: #fff;
  padding-top: 13px;
  padding-bottom: 11px;
  font-size: 14px;
  line-height: 24px;
}

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

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

.password-icon {
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-header {
  margin-top: 16px;
  margin-bottom: 32px;
}

.heading-styles {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}

.yellow-text {
  color: var(--firebrick);
}

.hero-dark-image-text {
  color: var(--white-2);
  margin-top: 4px;
  margin-bottom: 32px;
}

.social-icons {
  display: flex;
}

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

.social-icons.vertical-right-icons {
  flex-direction: column;
  justify-content: center;
  margin-right: -1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.social-icons.footer-v2-icons {
  margin-top: 40px;
}

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

.social-icon-box {
  border: 1px solid var(--ghost-white);
  background-color: #fff;
  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;
}

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

.vertical-scroll-text {
  color: var(--black-2);
  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;
}

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

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

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

.facts.dark-bg-facts {
  color: var(--white-2);
}

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

.fact-header {
  margin-top: 24px;
  margin-bottom: 0;
  font-family: Avenir, sans-serif;
  font-weight: 300;
}

.frame {
  box-shadow: inset 0 0 0 8px var(--firebrick);
  transform: translate(-30px, -30px);
}

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

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

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

.frame-image.line {
  border: 1px #e7e7e7;
  box-shadow: 1px 1px 8px #eee;
}

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

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

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

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

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

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

.brand-logo.white-logo {
  opacity: .75;
  transition: opacity .2s;
}

.brand-logo.white-logo:hover {
  opacity: 1;
}

.brand-logo.grey-logo {
  opacity: .4;
  transition: opacity .2s;
}

.brand-logo.grey-logo:hover {
  opacity: 1;
}

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

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

.post-card-description {
  color: var(--dark-grey);
  flex: 1;
  font-size: 14px;
  line-height: 24px;
}

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

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

.more-arrow-icon {
  z-index: 1;
  float: left;
  margin-top: 5px;
  position: relative;
}

.bg-text {
  opacity: .04;
  color: var(--black-2);
  text-transform: uppercase;
  font-size: 120px;
  font-weight: 700;
  line-height: 96px;
  position: absolute;
  top: -36px;
  left: -20px;
}

.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.hover-line {
  background-color: var(--yellow);
  opacity: .16;
  width: 100%;
  height: 24px;
  margin-left: 12px;
  transform: translate(-70%);
}

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

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

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

.hero-center-content {
  z-index: 1;
  color: #fff;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.hero-play {
  justify-content: center;
  align-items: center;
  font-size: 17px;
  line-height: 24px;
  display: flex;
}

.play-button {
  background-color: var(--red);
  background-image: url('../images/play-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-left: 16px;
  margin-right: 16px;
  transition: transform .4s;
}

.play-button:hover {
  transform: scale(1.1);
}

.hero-split-text {
  color: var(--dark-grey);
  margin-top: 4px;
  margin-bottom: 32px;
}

.hero-split-text.white-text {
  color: var(--dim-grey);
  margin-top: 0;
  font-family: Avenir, sans-serif;
  font-weight: 300;
}

.hero-brands {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.hero-brands-container {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.feature-blocks {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1px;
  display: flex;
}

.feature-blocks.margin-bottom {
  margin-bottom: 80px;
}

.feature-block {
  background-color: var(--white-2);
  box-shadow: 0 0 0 1px var(--ghost-white);
  flex-grow: 1;
  flex-basis: 30%;
  padding: 76px 4% 64px;
}

.feature-big-image-wrapper {
  width: 100%;
  margin-top: -32px;
  margin-bottom: 64px;
  padding-left: 10%;
  padding-right: 10%;
}

.steps {
  flex-wrap: wrap;
  margin-top: 42px;
  margin-bottom: -30px;
  padding-top: 30px;
  display: flex;
}

.step {
  border: 1px solid var(--white-2);
  text-align: left;
  flex-grow: 1;
  flex-basis: 20%;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 4px 40px 24px;
}

.step.white-step {
  border-color: var(--ghost-white);
  background-color: var(--white-2);
}

.steps-info {
  text-align: left;
  flex: 0 auto;
  width: 50%;
  margin-bottom: 30px;
  padding: 5px 56px 16px;
}

.side-video {
  justify-content: center;
  align-items: center;
  display: flex;
}

.square-play-button {
  background-color: var(--red);
  background-image: url('../images/play-icon_1play-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 80px;
  height: 80px;
}

.square-play-button.right {
  z-index: 1;
  background-image: url('../images/play-icon.svg');
  background-size: 16px;
  margin: -30px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.square-play-button.left {
  z-index: 1;
  margin: -30px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.fact-line-container {
  position: relative;
}

.fact-divider {
  background-color: var(--yellow);
  width: 40px;
  height: 3px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fact-line-text {
  z-index: 1;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 40px;
  position: relative;
}

.signature-text {
  color: var(--dark-grey);
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}

._2-buttons {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.button-styles {
  flex-wrap: wrap;
  margin-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.button-style-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 25%;
  padding: 24px;
  display: flex;
}

.button-style-wrapper.dark-bg {
  background-image: linear-gradient(#11111180, #11111180), url('../images/ren-ran-168328.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.ghost-button {
  box-shadow: inset 0 0 0 2px var(--ghost-white);
  color: var(--black-2);
  background-color: #0000;
}

.ghost-button:hover {
  background-color: var(--ghost-white);
}

.white-button {
  color: var(--black-2);
  background-color: #fff;
}

.white-button:hover {
  background-color: var(--ghost-white);
}

.ghost-white-button {
  box-shadow: inset 0 0 0 2px var(--white-2);
  color: var(--white-2);
  background-color: #0000;
  transition: background-color .2s, color .2s;
}

.ghost-white-button:hover {
  color: var(--black-2);
  background-color: #fff;
}

.small-button {
  height: 40px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
}

.hero-light-image-content {
  color: var(--black-2);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.hero-light-image-header {
  margin-bottom: 40px;
}

.feature-block-v2 {
  background-color: var(--white-2);
  box-shadow: 0 0 0 1px var(--ghost-white), 0 -4px 0 0 var(--yellow);
  text-align: left;
  flex-grow: 1;
  flex-basis: 20%;
  padding: 32px 4% 56px;
}

.feature-blocks-v2 {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1px;
  display: flex;
}

.feature-blocks-v2.top-line {
  margin-top: 1px;
  margin-bottom: 0;
}

.side-content {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 400px;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.pricing-from-text {
  color: var(--dark-grey);
  margin-top: -12px;
  font-size: 14px;
  line-height: 28px;
}

.pricing-table-card {
  border-right: 1px solid var(--ghost-white);
  border-bottom: 1px solid var(--ghost-white);
  border-left: 1px solid var(--ghost-white);
  box-shadow: 0 -4px 0 0 var(--yellow);
  background-color: #fff;
  flex-grow: 1;
  flex-basis: 20%;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 48px 40px;
}

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

.slider-arrow-button {
  border: 2px solid #ffffff80;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 48px;
  transition: border .2s;
  display: flex;
}

.slider-arrow-button:hover {
  border-color: var(--white-2);
}

.review {
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 40px;
}

.contact-card {
  border: 1px solid var(--ghost-white);
  background-color: #fff;
  padding: 20px;
  transform: translate(-30px, 30px);
}

.frame-card-map {
  height: 268px;
}

.contact-card-info {
  text-align: left;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-card-line {
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.contact-card-line-text {
  margin-top: 2px;
  margin-left: 12px;
  font-size: 14px;
  line-height: 20px;
}

.hero-slide-text {
  margin-top: 8px;
  margin-bottom: 32px;
}

.feature-cell {
  background-color: var(--white-2);
  box-shadow: 0 0 0 1px var(--ghost-white);
  width: 33.33%;
  padding: 72px 40px;
}

.feature-cells {
  flex-wrap: wrap;
  display: flex;
  overflow: hidden;
}

.team-member-photo-wrapper {
  background-color: var(--yellow);
  margin-bottom: -8px;
  position: relative;
}

.skills {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.skills.reversed {
  flex-direction: row-reverse;
}

.skills-info {
  text-align: left;
  flex: 0 auto;
  width: 41.66%;
  padding-left: 15px;
  padding-right: 15px;
}

.skills-sliders {
  width: 33%;
  margin-left: 8.33%;
  margin-right: 8.33%;
  padding-left: 15px;
  padding-right: 15px;
}

.skill-slider-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 16px;
  display: flex;
}

.skill-slider-percent {
  color: var(--dark-grey);
  font-size: 14px;
  line-height: 20px;
}

.skill-slider-percent.white-text {
  color: var(--white-2);
}

.skill-slider-header {
  margin-top: 0;
  margin-bottom: 0;
}

.skill-slider {
  background-color: var(--white-2);
  box-shadow: inset 0 0 0 1px var(--ghost-white);
  width: 100%;
  height: 8px;
  margin-top: 12px;
}

.skill-slider.transparent {
  box-shadow: none;
  background-color: #ffffff80;
}

.skill-slider-progress {
  background-color: var(--red);
  width: 50%;
  height: 100%;
}

.skill-slider-progress._1 {
  width: 96%;
}

.skill-slider-progress._2 {
  width: 77%;
}

.skill-slider-progress._3 {
  width: 85%;
}

.skill-slider-progress._4 {
  width: 72%;
}

.yellow {
  background-color: var(--yellow);
}

.side-image-wrapper {
  width: 50%;
}

.side-image-wrapper.padding-right {
  padding-right: 100px;
}

.side-image-wrapper.padding-left {
  padding-left: 100px;
}

.side-content-wrapper {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.side-content-wrapper.right {
  padding-right: 56px;
}

.side-content-wrapper.left {
  justify-content: flex-end;
  padding-left: 56px;
}

.side-image {
  width: 100%;
  height: 100%;
  min-height: 680px;
}

.side-image.image-1 {
  background-image: url('../images/rawpixel-com-191157.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-image.image-2 {
  background-image: url('../images/tran-mau-tri-tam-50424.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-image.image-3 {
  background-image: url('../images/autumn-studio-284616.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-image.image-4 {
  background-image: url('../images/breather-163395.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-content-big {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.side-review-slide {
  min-height: 208px;
}

.side-review-slider {
  background-color: #0000;
  height: auto;
}

.side-review-arrow-button {
  float: left;
  border: 2px solid var(--ghost-white);
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 48px;
  display: flex;
  position: relative;
}

.side-review-arrow-button.second-button {
  margin-left: -2px;
}

.side-review-author-text {
  margin-top: 30px;
  font-size: 15px;
  line-height: 24px;
}

.scroll-text-link {
  color: var(--black-2);
  max-width: 200px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
  display: block;
  position: absolute;
  bottom: 0;
}

.text-block-7 {
  line-height: 36px;
}

.feature {
  text-align: left;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 32px;
  display: flex;
}

.feature-icon-left {
  width: 48px;
  margin-bottom: 24px;
  margin-right: 24px;
}

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

.features {
  flex-wrap: wrap;
  margin-bottom: -30px;
  padding-top: 4px;
  padding-left: 8.33%;
  padding-right: 8.33%;
  display: flex;
}

.frame-card-big-map {
  height: 560px;
}

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

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

.hero-side-content.right {
  padding-left: 8.33%;
}

.hero-side-content.left {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.hero-side-image-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  max-width: 600px;
  display: flex;
}

.hero-side-image-wrapper.left {
  justify-content: flex-end;
}

.hero-side-image-big {
  width: 900px;
  max-width: none;
}

.hero-call-text {
  margin-bottom: 36px;
  position: absolute;
  bottom: 0;
  left: 0;
}

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

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

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

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

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

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

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

.case-study {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 24px;
  display: flex;
}

.work-details-cell-header {
  color: var(--dark-grey);
  margin-right: 8px;
}

.page-header {
  color: var(--firebrick);
  margin-top: 0;
}

.feature-icon {
  width: 64px;
}

.fact-icon {
  filter: brightness(200%);
  width: 64px;
}

._404-info {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.works {
  margin-bottom: -80px;
}

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

.minimize-icon {
  border: 1px solid var(--ghost-white);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 20px;
  margin-right: 20px;
  transition: border-color .2s;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.minimize-icon:hover {
  border-color: var(--grey);
}

.minimize-icon-line {
  background-color: var(--dark-grey);
  width: 8px;
  height: 2px;
}

.side-review-author {
  color: var(--dark-grey);
  align-items: center;
  margin-top: 32px;
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 24px;
}

.side-review-avatar {
  float: left;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: inline-block;
}

.side-review-author-name {
  color: var(--black-2);
  margin-bottom: -4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
}

.review-text {
  color: var(--dark-grey);
  margin-top: 8px;
}

.side-review-author-info {
  padding-left: 16px;
  padding-right: 16px;
  display: inline-block;
}

.side-feature-wide {
  text-align: left;
  align-items: flex-start;
  width: 83.33%;
  margin-top: 16px;
  display: flex;
}

.side-features {
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 24px;
  display: flex;
}

.hero-side-image {
  max-height: 680px;
}

.hero-image-zoom {
  background-image: linear-gradient(#11111180, #11111180), url('../images/nastuh-abootalebi-284883.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0;
}

.team-member-text {
  color: var(--dark-grey);
  margin-top: -12px;
  font-size: 13px;
  line-height: 24px;
}

.instagram-photos {
  width: 100%;
  max-width: none;
}

.instagram {
  justify-content: space-between;
  align-items: center;
  padding: 48px 115px;
  display: flex;
}

.instagram-info {
  text-align: left;
  align-items: center;
  max-width: 470px;
  display: flex;
}

.instagram-link {
  color: var(--red);
}

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

.instagram-icon {
  width: 64px;
  margin-right: 24px;
}

.instagram-text {
  margin-top: 16px;
}

.request {
  padding-left: 16.66%;
  padding-right: 16.66%;
}

.request-form {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.request-block-half {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.request-block-full {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.select {
  border: 1px solid var(--ghost-white);
  border-radius: 0;
  height: 48px;
  margin-bottom: 24px;
  font-family: Avenirltstd book, sans-serif;
}

.text-area {
  padding: 20px;
}

.testimonials {
  justify-content: space-around;
  display: flex;
}

.simple-review {
  text-align: left;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 25%;
  align-items: flex-start;
  padding: 8px 32px 8px 15px;
  display: flex;
}

.simple-review-author {
  align-items: center;
  display: flex;
}

.simple-review-avatar {
  background-image: url('../images/Avatar-08.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.simple-review-name {
  margin-top: 16px;
  margin-left: 16px;
}

.simple-review-social {
  align-items: center;
  display: flex;
}

.simple-review-social:hover {
  text-decoration: underline;
}

.simple-review-nickname {
  color: var(--black-2);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 8px;
  font-size: 11px;
  font-weight: 700;
}

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

.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-author {
  margin-right: 3px;
  font-weight: 700;
}

.post-card-info-text {
  color: var(--dark-grey);
  margin-right: 3px;
}

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

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

.side-feature-half {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-top: 16px;
  padding-right: 32px;
  display: flex;
}

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

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

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

.hero-intro-content {
  color: #fff;
  text-align: center;
  max-width: 800px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.intro-header {
  margin-bottom: 40px;
}

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

.layouts {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: -100px;
  padding-top: 4px;
  display: flex;
}

.home-preview-image {
  max-width: 400px;
}

.home-preview {
  border: 1px solid var(--ghost-white);
  height: 480px;
  position: relative;
  overflow: auto;
}

.home-preview-text {
  z-index: 1;
  color: var(--black-2);
  width: 200px;
  height: 24px;
  margin: auto;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  position: absolute;
  inset: 0 0 0 -442px;
  transform: rotate(-90deg);
}

.home-preview-wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 20px;
  margin-bottom: 120px;
  display: flex;
  position: relative;
}

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

.text-link {
  color: var(--red);
}

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

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

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

.inner-page-link {
  border: 1px solid var(--ghost-white);
  color: var(--black-2);
  background-color: #fff;
  flex-grow: 1;
  flex-basis: 20%;
  width: 25%;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 16px;
  transition: box-shadow .2s;
}

.inner-page-link:hover {
  box-shadow: 0 5px 15px #00000014;
}

.inner-pages {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: -30px;
  margin-left: 8.33%;
  margin-right: 8.33%;
  padding-top: 4px;
  display: flex;
}

.licence-items {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.licence-item {
  border: 1px solid var(--ghost-white);
  text-align: left;
  background-color: #fff;
  align-items: center;
  margin-bottom: 24px;
  padding: 40px;
  display: flex;
}

.licence-item-info {
  flex: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
}

.small-link {
  color: var(--dark-grey);
  font-size: 14px;
  line-height: 20px;
}

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

.licence-item-heading {
  margin-top: 0;
  margin-bottom: 8px;
}

.licence-links-divider {
  color: var(--grey);
  margin-left: 8px;
  margin-right: 8px;
  display: inline;
}

.licence-contact-text {
  color: var(--dark-grey);
  margin-top: 48px;
  font-size: 14px;
  line-height: 24px;
}

.full-width {
  width: 100%;
}

.breadcrumbs {
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  padding: 4px 15px;
  font-size: 10px;
  line-height: 16px;
  display: flex;
}

.breadcrumbs-link {
  color: var(--dark-grey);
}

.breadcrumbs-arrow {
  color: var(--grey);
  margin-left: 7px;
  margin-right: 7px;
}

.work-description {
  color: var(--dark-grey);
  font-size: 15px;
  line-height: 24px;
}

.question-block1 {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.question-block1:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.changelog {
  flex-direction: column;
  width: 66.66%;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.change {
  border: 1px solid var(--ghost-white);
  text-align: left;
  background-color: #fff;
  align-items: center;
  margin-bottom: 16px;
  padding: 32px;
  display: flex;
}

.change-icon {
  border: 1px solid var(--ghost-white);
  color: var(--black-2);
  cursor: pointer;
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  display: flex;
  position: relative;
}

.tooltip {
  z-index: 2;
  color: var(--black-2);
  text-align: center;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 200px;
  margin-bottom: 20px;
  padding: 12px 16px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 50%;
  box-shadow: 0 2px 7px #15151514;
}

.tooltip.change-tooltip {
  width: auto;
  margin-bottom: 30px;
  padding: 6px 12px;
  display: block;
}

.tooltip-arrow {
  background-color: #fff;
  border-bottom: 1px solid #e1e6ee;
  border-right: 1px solid #e1e6ee;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
}

.change-text {
  color: var(--dark-grey);
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
}

.heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenir, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 48px;
}

.hero-camera {
  perspective: 1000px;
  height: 35vw;
  overflow: hidden;
}

.hero-image-grid {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-columns: 1fr 1fr 1fr;
}

.hero-image {
  box-shadow: 1px 1px 44px #0000001a;
}

.navbar {
  background-color: var(--firebrick);
  position: fixed;
  inset: 0% 0% auto;
}

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

.section-2.footer {
  color: #fff;
  background-color: #c70000;
  padding-bottom: 30px;
}

.container {
  max-width: 1200px;
  padding: 6px 30px;
}

.footer-holder {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-3 {
  margin-bottom: 7px;
}

.footer-paragraph {
  text-align: center;
  max-width: 600px;
  margin-bottom: 9px;
}

.white {
  color: #fff;
  text-align: center;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenir, sans-serif;
  font-weight: 300;
}

.lgoo {
  text-align: center;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 9px;
  font-family: Avenir, sans-serif;
  font-weight: 300;
}

.big-image-section {
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.big-image-div-2 {
  background-image: url('../images/1st_paralex_.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}

._1111 {
  text-align: center;
  max-width: 600px;
  margin-top: 9px;
  margin-bottom: 9px;
  font-family: Avenir, sans-serif;
  font-weight: 300;
}

.text-span {
  white-space: nowrap;
  margin-left: 0;
}

.text-span-2, .bold-text {
  font-family: Avenir, sans-serif;
  font-weight: 900;
}

.paragraph {
  color: #000;
}

.big-image-div-2-copy {
  background-image: url('../images/tomipic.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}

.full {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}

.text-span-3 {
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 20px;
}

@media screen and (min-width: 1920px) {
  .section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-2.footer {
    margin-top: auto;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 42px;
    line-height: 48px;
  }

  h2 {
    margin-top: 32px;
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    width: auto;
    font-size: 24px;
    line-height: 32px;
  }

  h4 {
    font-size: 20px;
    line-height: 28px;
  }

  h5 {
    font-size: 16px;
    line-height: 24px;
  }

  h6 {
    width: auto;
    font-size: 14px;
    line-height: 20px;
  }

  p {
    font-size: 15px;
  }

  figure {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .section {
    padding: 100px 8px;
  }

  .section.side-content-section {
    justify-content: center;
  }

  .wrapper.hero-side-wrapper {
    flex-wrap: wrap;
    height: auto;
    padding-top: 127px;
    padding-bottom: 45px;
  }

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

  .button.pricing-table-button {
    margin-top: 32px;
  }

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

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

  .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, .nav-link.nav-link-white {
    color: var(--black-2);
  }

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

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

  .section-header.section-header-left {
    max-width: 66.66%;
    margin-left: 8px;
  }

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

  .grey-section, .team-member, .rich-text-content {
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-image-50 {
    width: 50%;
    min-height: 400px;
  }

  .side-content-wrapper-50 {
    padding: 40px 6%;
  }

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

  .work-v2 {
    width: 50%;
  }

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

  .category {
    height: 20px;
    padding-top: 2px;
    padding-left: 11px;
    padding-right: 10px;
    font-size: 8px;
  }

  .category.post-card-v3-category {
    margin: 32px;
  }

  .hero-slider-section {
    height: 560px;
  }

  .hero-slide-content {
    max-width: 66.66%;
  }

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

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

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

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

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

  .side-map {
    height: 536px;
  }

  .footer-about {
    width: 50%;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 4%;
  }

  .footer {
    padding-top: 14px;
  }

  .footer-nav {
    width: 25%;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-subscribe {
    flex: 0 auto;
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .work-v4 {
    padding: 8px;
  }

  .work-card-info {
    margin: 24px;
    padding-bottom: 4px;
    padding-left: 24px;
    padding-right: 24px;
    display: none;
  }

  .slider-arrow-wrapper.hero-arrow {
    width: 112px;
  }

  .wide-map {
    height: 360px;
  }

  .blog-posts-v1 {
    margin-bottom: -16px;
  }

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

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

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

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

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

  .hero-section.hero-dark-image-section {
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section.hero-light-image-section {
    background-attachment: scroll;
    height: auto;
    min-height: 480px;
  }

  .hero-section.hero-light-bg-section {
    height: auto;
    padding: 120px 64px 100px;
  }

  .hero-section.hero-side-bg-section {
    padding-left: 4%;
    padding-right: 4%;
  }

  .hero-section.video-bg, .hero-split-image {
    height: auto;
  }

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

  .work-v5 {
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

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

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

  .menu-button {
    padding: 20px;
  }

  .menu-button.w--open {
    color: var(--black-2);
    background-color: #0000;
  }

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

  .scroll-mouse-link {
    padding-bottom: 24px;
    display: none;
  }

  .nav-dropdown-link {
    background-color: var(--white-smoke);
    padding-left: 32px;
  }

  .nav-dropdown-link:hover {
    background-color: var(--white-smoke);
    color: var(--black-2);
  }

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

  .nav-menu {
    border-bottom: 1px solid var(--light-grey);
    flex-direction: column;
    max-height: 100vh;
    display: block;
    overflow: scroll;
  }

  .page-header-section {
    min-height: 360px;
  }

  .utility-page-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .password-window {
    margin-top: 40px;
  }

  .blog-posts-and-sidebar {
    padding-top: 0;
  }

  .blog-sidebar {
    width: 33.33%;
    padding-left: 16px;
    padding-right: 8px;
  }

  .category-filter-link {
    margin-left: 16px;
    margin-right: 16px;
  }

  .categories-filter {
    margin-bottom: 64px;
  }

  .work-sidebar {
    text-align: center;
    flex: 0 auto;
    width: 100%;
    margin-left: 0%;
    padding-top: 0;
    padding-left: 20%;
    padding-right: 20%;
    position: static;
  }

  .work-details {
    width: 320px;
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .work-details-cell {
    justify-content: center;
  }

  .work-presentation h2, .work-presentation p, .work-presentation h4, .work-presentation h1, .work-presentation h3, .work-presentation h5, .work-presentation h6 {
    width: 83.33%;
  }

  .work-presentation figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .work-presentation blockquote, .work-presentation ol, .work-presentation ul {
    width: 83.33%;
  }

  .work-main-image {
    margin-top: 32px;
  }

  .work-content {
    width: 100%;
    margin-left: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

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

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

  .blog-post h1 {
    width: 100%;
  }

  .blog-post p {
    width: 100%;
    font-size: 16px;
  }

  .blog-post h2, .blog-post blockquote {
    width: 100%;
  }

  .blog-post ul {
    width: 83.33%;
  }

  .blog-post ol, .blog-post h5, .blog-post h6, .blog-post h3 {
    width: 100%;
  }

  .blog-post h4 {
    width: 100%;
    display: block;
  }

  .blog-post figure {
    padding-left: 0%;
    padding-right: 0%;
  }

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

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

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

  .faq-list {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .pricing-table-price {
    margin-bottom: 24px;
  }

  .heading-styles {
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .social-icons.work-icons {
    justify-content: center;
  }

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

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

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

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

  .frame {
    box-shadow: inset 0 0 0 6px var(--firebrick);
    transform: translate(-20px, -20px);
  }

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

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

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

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

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

  .brands {
    justify-content: center;
  }

  .brand-logo.white-logo {
    position: relative;
  }

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

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

  .bg-text {
    font-size: 88px;
  }

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

  .hero-center-content {
    margin-left: 0;
    padding: 32px 8.33%;
  }

  .hero-play {
    font-size: 15px;
  }

  .play-button {
    width: 64px;
    height: 64px;
  }

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

  .hero-brands {
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-brands-container {
    position: relative;
  }

  .feature-blocks {
    margin-bottom: 64px;
  }

  .feature-big-image-wrapper {
    margin-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .step {
    flex-basis: 30%;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .steps-info {
    width: 66.66%;
    padding-left: 48px;
    padding-right: 48px;
  }

  .square-play-button {
    width: 64px;
    height: 64px;
    margin: -20px;
  }

  .square-play-button.right, .square-play-button.left {
    margin: -20px;
  }

  .fact-line-text {
    font-size: 36px;
  }

  .button-style-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-light-image-content {
    margin-left: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .feature-block-v2 {
    box-shadow: 0 0 0 1px var(--ghost-white);
    flex-basis: 40%;
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .side-content {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .pricing-table-card {
    flex-basis: 30%;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .review {
    font-size: 18px;
    line-height: 32px;
  }

  .contact-card {
    padding: 16px;
    transform: translate(-20px, 20px);
  }

  .frame-card-map {
    height: 224px;
  }

  .contact-card-info {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .feature-cell {
    padding: 40px 4%;
  }

  .feature-cells {
    margin-left: 8px;
    margin-right: 8px;
  }

  .skills-info {
    width: 50%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .skills-sliders {
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .skill-slider {
    height: 6px;
  }

  .side-image-wrapper.padding-right {
    padding-right: 0;
  }

  .side-image-wrapper.padding-left {
    padding-left: 0;
  }

  .side-content-wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }

  .side-content-wrapper.right {
    padding-right: 4%;
  }

  .side-content-wrapper.left {
    padding-left: 4%;
  }

  .side-image {
    min-height: 600px;
  }

  .side-content-big {
    margin-top: 80px;
    margin-bottom: 80px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .scroll-text-link {
    display: none;
  }

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

  .features {
    margin-bottom: -16px;
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .hero-side-content.right {
    padding-right: 8px;
  }

  .hero-side-content.left {
    padding-left: 4%;
    padding-right: 5%;
  }

  .hero-side-image-wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }

  .hero-side-image-big {
    width: 700px;
  }

  .hero-call-text {
    width: 100%;
    margin-top: 0;
    position: relative;
  }

  .page-header-wrapper {
    max-width: 66.66%;
  }

  .case-study {
    flex-flow: column-reverse wrap;
  }

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

  .fact-icon {
    width: 48px;
  }

  ._404-info {
    max-width: 66.66%;
    padding-bottom: 56px;
  }

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

  .side-review-author {
    display: block;
  }

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

  .instagram {
    padding: 40px 4%;
  }

  .instagram-info {
    max-width: 66.66%;
  }

  .request {
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .testimonials {
    flex-wrap: wrap;
    margin-bottom: -32px;
  }

  .simple-review {
    flex-basis: 45%;
    margin-bottom: 32px;
    padding-left: 8px;
  }

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

  .side-feature-half {
    width: 100%;
    padding-right: 0;
  }

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

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

  .layouts {
    margin-bottom: -100px;
    padding-left: 9px;
    padding-right: 8px;
  }

  .home-preview-wrapper {
    width: 100%;
    margin-bottom: 100px;
  }

  .inner-page-link {
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .inner-pages {
    margin-bottom: -16px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .licence-items {
    width: 81.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .small-link {
    line-height: 20px;
  }

  .breadcrumbs {
    order: 1;
    justify-content: center;
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .changelog {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .change {
    padding: 24px;
  }

  .heading {
    font-size: 30px;
    line-height: 40px;
  }

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

  .big-image-section, .big-image-div-2, .big-image-div-2-copy {
    height: 60vh;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 34px;
    line-height: 40px;
  }

  h2 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  h3 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
  }

  h4 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
  }

  h5, h6 {
    margin-top: 24px;
    margin-bottom: 8px;
  }

  p {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
  }

  blockquote {
    font-size: 20px;
  }

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

  .section.cta-section {
    background-image: url('../images/like-bg-icon.png'), linear-gradient(#0000, #0000);
    background-size: 280px, auto;
  }

  .section.side-content-section {
    flex-direction: column;
  }

  .section.side-content-section.mobile-reversed {
    flex-direction: column-reverse;
  }

  .section.thanks {
    padding-top: 111px;
  }

  .wrapper.hero-side-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 96px;
  }

  .button.margin-right, .button.ghost-white-button.second {
    margin-top: 8px;
    margin-bottom: 8px;
  }

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

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

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

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

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

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

  .section-header.section-header-left {
    max-width: 100%;
  }

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

  .team {
    flex-wrap: wrap;
    margin-bottom: -32px;
  }

  .team-member {
    flex: 0 auto;
    width: 50%;
    max-width: none;
    padding-bottom: 32px;
  }

  .team-member-photo {
    height: 360px;
  }

  .side-image-50 {
    min-height: 0;
  }

  .side-content-wrapper-50 {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 24px;
  }

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

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

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

  .post-v2 {
    width: 66.66%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 32px;
  }

  .blog-posts-v2 {
    margin-bottom: -32px;
  }

  .hero-slider-section {
    height: 400px;
  }

  .hero-slide.hero-slide-1 {
    background-image: linear-gradient(to bottom, null, null), url('../images/grovemade-239360.jpg');
    background-attachment: scroll, fixed;
  }

  .hero-slide-content {
    max-width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

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

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

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

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

  .footer-about {
    width: 50%;
  }

  .footer-nav {
    width: 25%;
  }

  .footer-subscribe {
    flex: 0 auto;
    width: 75%;
  }

  .testimonials-slider {
    width: 100%;
  }

  .review-slide {
    padding-left: 12%;
    padding-right: 12%;
  }

  .slider-arrow-wrapper.hero-arrow {
    display: none;
  }

  .wide-map {
    height: 240px;
  }

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

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

  .hero-section.hero-dark-image-section {
    padding-bottom: 56px;
  }

  .hero-section.hero-light-bg-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }

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

  .works-v5 {
    justify-content: center;
    margin-bottom: -20px;
  }

  .work-v5 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    display: block;
  }

  .work-card-v5 {
    padding-bottom: 8px;
  }

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

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

  .scroll-mouse-link {
    display: none;
  }

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

  .page-header-section {
    min-height: 280px;
    padding-top: 40px;
  }

  .utility-page-section {
    min-height: 480px;
  }

  .password-window {
    margin-top: 32px;
  }

  .blog-sidebar {
    padding-left: 12px;
  }

  .category-filter-link {
    margin-left: 12px;
    margin-right: 12px;
    font-size: 14px;
  }

  .categories-filter {
    margin-bottom: 48px;
  }

  .work-sidebar {
    padding-left: 16.66%;
    padding-right: 16.66%;
  }

  .work-details {
    width: 100%;
  }

  .work-presentation figure {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .work-main-image {
    margin-top: 0;
  }

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

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

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

  .blog-post p {
    line-height: 28px;
  }

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

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

  .faq-list {
    width: 100%;
    margin-bottom: -16px;
  }

  .question-block {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .question-text {
    margin-top: 8px;
  }

  .pricing-table-price {
    font-size: 24px;
    line-height: 32px;
  }

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

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

  .bg-text {
    font-size: 64px;
    line-height: 72px;
    top: -12px;
    left: -12px;
  }

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

  .hero-center-content {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .play-button {
    background-size: 12px;
  }

  .hero-split-text.white-text {
    text-align: center;
  }

  .hero-brands {
    display: none;
  }

  .feature-blocks {
    flex-direction: column;
  }

  .feature-block {
    padding: 56px 8.33% 48px;
  }

  .feature-big-image-wrapper {
    margin-bottom: 32px;
  }

  .step {
    flex-basis: 45%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .steps-info {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .square-play-button {
    background-size: 12px;
    width: 48px;
    height: 48px;
  }

  .fact-line-text {
    font-size: 32px;
  }

  ._2-buttons.left {
    justify-content: flex-start;
  }

  .button-style-wrapper {
    width: 50%;
  }

  .hero-light-image-content {
    text-align: left;
  }

  .feature-block-v2 {
    padding-left: 6%;
    padding-right: 6%;
  }

  .side-content {
    width: 50%;
  }

  .pricing-table-card {
    flex: 0 auto;
    width: 66.66%;
    margin-bottom: 24px;
  }

  .review {
    font-size: 16px;
    line-height: 28px;
  }

  .frame-card-map {
    height: 160px;
  }

  .contact-card-line-text {
    font-size: 13px;
  }

  .feature-cell {
    width: 50%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .side-image-wrapper {
    width: 100%;
  }

  .side-content-wrapper {
    text-align: center;
    flex: 0 auto;
    margin-left: 0;
    padding-top: 54px;
    padding-bottom: 80px;
  }

  .side-image {
    height: 400px;
    min-height: 0;
  }

  .side-content-big {
    width: 50%;
    margin: 0 0%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .frame-card-big-map {
    height: 440px;
  }

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

  .hero-side-content.left {
    align-items: center;
  }

  .hero-side-image-big {
    width: 600px;
  }

  .hero-call-text {
    text-align: center;
  }

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

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

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

  ._404-info {
    padding-bottom: 40px;
  }

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

  .hero-side-image {
    margin-top: 27px;
  }

  .instagram-info {
    flex: 1;
    max-width: none;
    padding-right: 24px;
  }

  .instagram-icon {
    width: 48px;
    margin-right: 16px;
  }

  .instagram-text {
    margin-top: 8px;
  }

  .request, .request-block-half, .request-block-full {
    padding-left: 8px;
    padding-right: 8px;
  }

  .testimonials {
    flex-wrap: wrap;
    margin-bottom: -32px;
  }

  .simple-review {
    flex: 0 auto;
    width: 50%;
    max-width: none;
  }

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

  .side-feature-half {
    width: 50%;
    padding-right: 32px;
  }

  .layouts {
    justify-content: center;
    align-items: center;
  }

  .inner-page-link {
    flex-basis: 40%;
  }

  .inner-pages {
    justify-content: center;
    align-items: center;
  }

  .licence-items {
    width: 100%;
  }

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

  .question-block1 {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .changelog {
    width: 100%;
  }

  .heading {
    text-align: center;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 36px;
  }

  h2, h3, h4, h5, h6 {
    margin-bottom: 12px;
  }

  blockquote {
    font-size: 18px;
    line-height: 28px;
  }

  figure {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 5px;
  }

  .section.grey-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.side-image-section, .section.side-image-section.reversed {
    flex-direction: column;
  }

  .section.thanks {
    padding-top: 103px;
    padding-bottom: 33px;
  }

  .wrapper.hero-side-wrapper {
    padding-top: 88px;
    padding-bottom: 0;
  }

  .button.form-button {
    margin-left: 0;
    margin-right: 0;
  }

  .button.margin-right {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button.ghost-white-button.second {
    margin-left: 10px;
    margin-right: 10px;
  }

  .button.margin-left-right {
    margin-bottom: 20px;
  }

  .nav-link.nav-link-white {
    text-align: right;
  }

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

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

  .team-member {
    width: 100%;
    padding-left: 16.66%;
    padding-right: 16.66%;
  }

  .team-member-photo {
    height: auto;
  }

  .side-image-50 {
    width: 100%;
    min-height: 240px;
  }

  .side-content-wrapper-50 {
    flex: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
  }

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

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

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

  .work-v2, .post-v2 {
    width: 100%;
  }

  .blog-posts-v2 {
    margin-bottom: 0;
  }

  .hero-slider-section {
    height: 520px;
  }

  .hero-slider-nav {
    font-size: 9px;
    display: block;
  }

  .hero-slide-content {
    max-width: 100%;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

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

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

  .side-content-small._00 {
    width: 100%;
  }

  .side-feature-media {
    width: 70%;
    padding-right: 5px;
  }

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

  .side-map {
    width: 100%;
    height: 280px;
  }

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

  .footer-nav {
    width: 50%;
    padding-bottom: 16px;
  }

  .footer-subscribe {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .work-v4 {
    width: 100%;
  }

  .testimonials-slider {
    margin-bottom: -16px;
    padding-bottom: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .review-slide {
    padding-left: 0%;
    padding-right: 0%;
  }

  .slider-arrow-wrapper {
    display: none;
  }

  .post-v1 {
    width: 100%;
  }

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

  .hero-section.hero-side-image-section {
    padding-bottom: 0;
  }

  .hero-split-image {
    width: 100%;
    height: 240px;
  }

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

  .work-v5 {
    width: 100%;
  }

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

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

  .nav-dropdown-link.w--current:hover {
    color: var(--black-2);
  }

  .slide-nav {
    font-size: 9px;
    display: block;
  }

  .page-header-section {
    min-height: 320px;
  }

  .review-slide-author {
    margin-bottom: 32px;
  }

  .password-window {
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .blog-posts-and-sidebar {
    flex-direction: column;
  }

  .blog-sidebar {
    width: 100%;
    margin-bottom: -56px;
    padding-top: 24px;
    padding-left: 8px;
  }

  .blog-posts-v2-wrapper {
    width: 100%;
  }

  .work-sidebar {
    padding-left: 4%;
    padding-right: 4%;
  }

  .work-details {
    flex-direction: column;
  }

  .work-presentation h2, .work-presentation p, .work-presentation h4, .work-presentation h1, .work-presentation h3, .work-presentation h5, .work-presentation h6, .work-presentation blockquote, .work-presentation ol, .post-header-wrapper {
    width: 100%;
  }

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

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

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

  .question-text {
    margin-bottom: 8px;
    margin-left: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .answer {
    padding-left: 0;
    padding-right: 0;
  }

  .question-arrow-icon {
    margin-left: 16px;
  }

  .pricing {
    margin-bottom: -24px;
  }

  .facts {
    flex-direction: column;
  }

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

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

  .side-media {
    flex: 0 auto;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .bg-text {
    margin-left: auto;
    margin-right: auto;
    top: 20px;
    left: -8px;
    right: 0;
  }

  .hero-center-content {
    text-align: center;
    align-items: center;
    padding: 24px 4% 64px;
  }

  .feature-block {
    flex-basis: 80%;
    padding-top: 48px;
  }

  .step {
    padding-left: 8%;
    padding-right: 8%;
  }

  .steps-info {
    padding-left: 10%;
    padding-right: 10%;
  }

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

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

  .fact-divider {
    top: 24px;
  }

  .fact-line-text {
    margin-top: 24px;
  }

  ._2-buttons {
    flex-flow: column wrap;
    align-items: stretch;
    width: 100%;
  }

  ._2-buttons.left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .button-style-wrapper {
    width: 100%;
  }

  .hero-light-image-content {
    text-align: center;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 64px;
  }

  .feature-block-v2 {
    box-shadow: 0 0 0 1px var(--ghost-white);
    flex-basis: 80%;
  }

  .side-content {
    align-items: center;
    width: 100%;
  }

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

  .feature-cell {
    width: 100%;
  }

  .skills, .skills.reversed {
    flex-direction: column;
  }

  .skills-info, .skills-sliders {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .side-content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .side-content-big {
    align-items: flex-start;
    width: 100%;
  }

  .side-review-slide {
    margin-bottom: 24px;
  }

  .feature {
    width: 100%;
  }

  .frame-card-big-map {
    height: 280px;
  }

  .hero-side-content {
    text-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 48px;
  }

  .hero-side-content.right {
    padding-left: 8px;
  }

  .hero-side-content.left {
    margin-top: 15px;
  }

  .hero-side-image-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
    padding-left: 17px;
    padding-right: 0;
  }

  .hero-side-image-big {
    width: auto;
    max-width: 100%;
  }

  .page-header-wrapper, ._404-info {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-feature-wide {
    flex-direction: column;
    width: 100%;
  }

  .instagram {
    flex-direction: column;
    justify-content: center;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .instagram-info {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 16px;
    padding-right: 0;
  }

  .instagram-icon {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .request-form {
    flex-direction: column;
    align-items: stretch;
    padding-left: 4%;
    padding-right: 4%;
  }

  .request-block-half {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .request-block-full {
    padding-left: 0;
    padding-right: 0;
  }

  .simple-review {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .post-v3, .side-feature-half {
    width: 100%;
  }

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

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

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

  .home-preview-image {
    max-width: 248px;
  }

  .home-preview {
    height: 360px;
  }

  .home-preview-text {
    font-size: 11px;
    left: -280px;
  }

  .inner-page-link {
    flex: 0 auto;
    width: 100%;
  }

  .licence-item {
    flex-direction: column;
    justify-content: center;
    padding-top: 56px;
  }

  .licence-item-info {
    text-align: center;
    margin-top: 16px;
    padding-left: 0;
  }

  .question-icon {
    display: none;
  }

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

  .white {
    width: 100%;
  }

  .big-image-section {
    height: 40vh;
  }

  .big-image-div-2, .big-image-div-2-copy {
    background-position: 50%;
    background-size: contain;
    height: 40vh;
  }

  .full {
    margin-left: 0;
    margin-right: 0;
  }

  .text-span-3 {
    letter-spacing: .5px;
    font-size: 15px;
  }
}


@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd book';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd roman';
  src: url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}