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

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: 120px 56px;
  position: relative;
  overflow: hidden;
}

.section.no-side-paddings {
  padding-bottom: 0;
  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("https://cdn.prod.website-files.com/635f4092bca9f45d83e0c483/635f4092bca9f42f70e0c5b1_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("https://cdn.prod.website-files.com/635f4092bca9f45d83e0c483/635f4092bca9f469b4e0c53a_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("https://cdn.prod.website-files.com/635f4092bca9f45d83e0c483/635f4092bca9f4c611e0c534_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("https://cdn.prod.website-files.com/635f4092bca9f45d83e0c483/635f4092bca9f46e6de0c53e_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("https://cdn.prod.website-files.com/635f4092bca9f45d83e0c483/635f4092bca9f469b4e0c53a_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("https://cdn.prod.website-files.com/635f4092bca9f45d83e0c483/635f4092bca9f4e120e0c567_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("https://cdn.prod.website-files.com/635f4092bca9f45d83e0c483/635f4092bca9f4f473e0c4d5_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("https://cdn.prod.website-files.com/635f4092bca9f45d83e0c483/635f4092bca9f45f65e0c538_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("https://cdn.prod.website-files.com/635f4092bca9f45d83e0c483/635f4092bca9f468abe0c56b_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("https://cdn.prod.website-files.com/635f4092bca9f45d83e0c483/635f4092bca9f44a9fe0c5a2_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("https://cdn.prod.website-files.com/635f4092bca9f45d83e0c483/635f4092bca9f4941ee0c53d_nastuh-abootalebi-284883.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.estimate-grey-section.bottom-line {
  border-bottom: 1px solid #ccc;
}

.section.skills-bg-section-1 {
  color: #fff;
  background-image: linear-gradient(#11111180, #11111180), url("https://cdn.prod.website-files.com/635f4092bca9f45d83e0c483/635f4092bca9f4de11e0c5b5_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.hide {
  display: none;
}

.section.narrow-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.section.grey-section.bottom-line {
  border-bottom: 1px solid #cacaca;
}

.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: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.button {
  background-color: var(--blue-primary);
  height: 48px;
  padding: 11px 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s;
}

.button:hover {
  background-color: #3298cce8;
}

.button.subscribe-button {
  margin-left: 24px;
}

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

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

.button.form-button:hover {
  background-color: #3298cce6;
}

.button.form-button.blue-bg {
  background-color: var(--blue-primary);
}

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

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

.button.float-subscribe-button {
  margin-left: 16px;
}

.button.top-margin {
  margin-top: 16px;
}

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

.button.margin-left-right.blue-bg, .button.bllue-bg, .button.bllue-bg {
  background-color: var(--blue-primary);
}

.nav-bar {
  z-index: 200;
  background-color: #0000;
  border-bottom: 0 solid #cacaca;
  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 {
  height: 80px;
  color: var(--black-2);
  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);
}

.nav-link.nav-link-white.black-text {
  color: var(--black);
}

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

.divider.center, .divider.blue-bg, .divider.center {
  background-color: var(--blue-primary);
}

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

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

.section-header._32px {
  font-size: 32px;
  line-height: 130%;
}

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

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

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

.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-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.subscribe-input {
  background-image: url("https://cdn.prod.website-files.com/635f4092bca9f45d83e0c483/635f4092bca9f48599e0c5ca_subscribe-icon.png");
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 32px;
  flex: 1;
  margin-bottom: 0;
  padding-left: 56px;
}

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

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

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

.footer-bottom {
  border-top: 1px solid var(--light-grey);
  width: 100%;
  color: var(--dark-grey);
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  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-right {
  color: var(--black-2);
  margin-left: 24px;
}

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

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

.more-link.no-top-margin {
  margin-top: 0;
}

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

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

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

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

.footer-about {
  width: 33.3333%;
  color: var(--dark-grey);
  flex-direction: column;
  align-items: flex-start;
  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;
}

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

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

.page-loader {
  z-index: 1000;
  background-image: url("https://cdn.prod.website-files.com/635f4092bca9f45d83e0c483/635f4092bca9f417e7e0c5b0_preloader-80.gif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  display: none;
  position: fixed;
  inset: 0;
}

.page-wrapper {
  overflow: hidden;
}

.nav-menu {
  display: flex;
}

.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("https://cdn.prod.website-files.com/635f4092bca9f45d83e0c483/635f4092bca9f457d8e0c5a5_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("https://cdn.prod.website-files.com/635f4092bca9f45d83e0c483/635f4092bca9f4545be0c543_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-4 {
  background-image: linear-gradient(#11111180, #11111180), url("https://cdn.prod.website-files.com/635f4092bca9f45d83e0c483/635f4092bca9f481ebe0c59e_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("https://cdn.prod.website-files.com/635f4092bca9f45d83e0c483/635f4092bca9f45065e0c542_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("https://cdn.prod.website-files.com/635f4092bca9f45d83e0c483/635f4092bca9f42f70e0c5b1_joanna-kosinska-346599.jpg");
  background-position: 0 0, 50%;
  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("https://cdn.prod.website-files.com/635f4092bca9f45d83e0c483/635f4092bca9f4eb31e0c5a4_rawpixel-com-323215.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.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-v4-icons {
  margin-top: 16px;
}

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

.social-icon-container {
  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;
}

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

.more-arrow-icon {
  float: left;
  color: var(--black);
  background-color: #0000;
  margin-top: 5px;
  margin-right: 10px;
  display: inline-block;
}

.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("https://cdn.prod.website-files.com/635f4092bca9f45d83e0c483/635f4092bca9f46c4ae0c517_heart-icon.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px;
}

.hover-line {
  background-color: var(--blue-primary);
  opacity: .16;
  width: 100%;
  height: 24px;
  margin-left: 20px;
  transform: translate(-130%);
}

.hover-line.no-margin-left {
  width: 100%;
  margin-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;
}

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

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

.image-6 {
  width: 140px;
}

.image-7 {
  width: 180px;
}

@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: 64px;
    padding-bottom: 8px;
  }

  .button.subscribe-button {
    margin-left: 16px;
  }

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

  .team-member-links {
    margin-bottom: 8px;
    margin-left: 8px;
    margin-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;
  }

  .subscribe-form {
    padding-left: 0;
    padding-right: 0;
  }

  .subscribe-info {
    padding-left: 24px;
  }

  .team-member-color-photo {
    height: 280px;
    transform: translate(40px);
  }

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

  .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 blockquote, .work-presentation ol, .work-presentation ul, .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 h2, .blog-post blockquote {
    width: 100%;
  }

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

  .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(--blue-primary);
    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;
  }

  .feature-big-image-wrapper.margin--10vh.custom {
    margin-top: 0;
  }

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

  .no-margin {
    margin: 0;
  }

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

@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("https://cdn.prod.website-files.com/635f4092bca9f45d83e0c483/635f4092bca9f4e120e0c567_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;
  }

  .wrapper.hero-side-wrapper {
    width: 100%;
    padding-top: 64px;
  }

  .button.margin-right, .button.ghost-white-button.second, .button.margin-right, .button.ghost-white-button.second, .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 {
    object-fit: cover;
    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("https://cdn.prod.website-files.com/635f4092bca9f45d83e0c483/635f4092bca9f49247e0c5cc_grovemade-239360.jpg");
    background-attachment: scroll, fixed;
    background-image: linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/635f4092bca9f45d83e0c483/635f4092bca9f49247e0c5cc_grovemade-239360.jpg");
    background-attachment: scroll, fixed;
  }

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

  .side-frame.custom {
    flex-flow: column;
  }

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

  .subscribe-form {
    flex-wrap: wrap;
    padding-bottom: 32px;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .subscribe-info {
    text-align: center;
    width: 100%;
  }

  .team-member-color-photo {
    height: 240px;
  }

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

  .hero-promo-bottom {
    position: absolute;
  }

  .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-container {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

  .float-card {
    display: none;
  }

  .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-brands {
    display: none;
  }

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

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

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

  .steps.custom {
    grid-template-columns: 1fr;
  }

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

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

  .no-margin {
    margin: 0;
  }
}

@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.side-image-section, .section.side-image-section.reversed, .section.side-image-section, .section.side-image-section.reversed, .section.side-image-section.reversed {
    flex-direction: column;
  }

  .wrapper.hero-side-wrapper {
    padding-top: 88px;
    padding-bottom: 0;
  }

  .button.subscribe-button {
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .button.margin-left-right {
    margin-bottom: 20px;
  }

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

  .team-member {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .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.reversed, .side-frame.mobile-reversed {
    flex-direction: column-reverse;
  }

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

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

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

  .subscribe-form {
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
  }

  .subscribe-info {
    padding-left: 0;
    padding-right: 0;
  }

  .team-member-color-photo {
    height: 320px;
  }

  .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: 40px;
  }

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

  .categories {
    justify-content: flex-start;
    align-items: center;
  }

  .categories-filter.custom {
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
  }

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

  .frame.custom {
    box-shadow: inset 0 0 0 0 var(--blue-primary);
    box-shadow: inset 0 0 0 0 var(--blue-primary);
    transform: translate(0);
  }

  .frame-image.no-move {
    transform: translate(0);
  }

  .brands {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .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: stretch;
    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, .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-image-wrapper {
    width: 100%;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .no-margin {
    margin: 0;
  }

  .question-icon {
    display: none;
  }

  .collection-item {
    flex: none;
  }
}
